17#include "moc_qgslistconfigdlg.cpp"
31 cfg.insert( QStringLiteral(
"EmptyIsNull" ), mEmptyisNull->isChecked() );
32 cfg.insert( QStringLiteral(
"EmptyIsEmptyArray" ), mEmptyisEmptyArray->isChecked() );
39 mEmptyisNull->setChecked(
config.value( QStringLiteral(
"EmptyIsNull" ) ).toBool() );
40 mEmptyisEmptyArray->setChecked(
config.value( QStringLiteral(
"EmptyIsEmptyArray" ) ).toBool() );
QVariantMap config() override
Create a configuration from the current GUI state.
void setConfig(const QVariantMap &config) override
Update the configuration widget to represent the given configuration.
QgsListConfigDlg(QgsVectorLayer *vl, int fieldIdx, QWidget *parent=nullptr)
Constructor for QgsListConfigDlg, with the specified vector layer and field index.
Represents a vector layer which manages a vector based data sets.