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:

Methods

config

rtype

Dict[str, Any]

isNull

rtype

bool

type

rtype

str

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