Class: QgsEditorWidgetSetup

class qgis.core.QgsEditorWidgetSetup(type: str, config: Dict[str, Any])

Bases: sip.wrapper

Constructor

QgsEditorWidgetSetup() Constructor for QgsEditorWidgetSetup

QgsEditorWidgetSetup(QgsEditorWidgetSetup)

Holder for the widget type and its configuration for a field.

New in version 3.0.

Parameters
  • type (str) –

  • config

config(self) → Dict[str, Any]
Return type

Dict[str, Any]

Returns

the widget configuration to used

isNull(self) → bool
Return type

bool

Returns

true if there is no widget configured.

type(self) → str
Return type

str

Returns

the widget type to use