QgsEditorWidgetSetup class
Holder for the widget type and its configuration for a field.
Contents
Constructors, destructors, conversion operators
- QgsEditorWidgetSetup(const QString& type, const QVariantMap& config)
- Constructor.
- QgsEditorWidgetSetup() defaulted
- Constructor for QgsEditorWidgetSetup.
Public functions
Function documentation
QVariantMap QgsEditorWidgetSetup:: config() const
| Returns | the widget configuration to used |
|---|
bool QgsEditorWidgetSetup:: isNull() const
| Returns | true if there is no widget configured. |
|---|
QString QgsEditorWidgetSetup:: type() const
| Returns | the widget type to use |
|---|