Class: QgsEditorWidgetAutoConfPlugin

class qgis.gui.QgsEditorWidgetAutoConfPlugin

Bases: sip.wrapper

Base class for plugins allowing to pick automatically a widget type for editing fields.

Methods

editorWidgetSetup

Typical scores are:

editorWidgetSetup(self, vl: QgsVectorLayer | None, fieldName: str | None)

Typical scores are:

  • 0: no matching type found.

  • 10: a widget has been guessed from the type of field.

  • 20: a widget has been determined from an external configuration (for example a database table)

Parameters:
  • vl (Optional[QgsVectorLayer]) – The vector layer for which this widget will be created

  • fieldName (Optional[str]) -> (QgsEditorWidgetSetup) – The field name on the specified layer for which this widget will be created

Returns:

  • and integer value rating how good is the setup provided by this plugin.

  • score: Where the score is returned (default to 0)