20#include "moc_qgslistconfigdlg.cpp"
22using namespace Qt::StringLiterals;
36 cfg.insert( u
"EmptyIsNull"_s, mEmptyisNull->isChecked() );
37 cfg.insert( u
"EmptyIsEmptyArray"_s, mEmptyisEmptyArray->isChecked() );
44 mEmptyisNull->setChecked(
config.value( u
"EmptyIsNull"_s ).toBool() );
45 mEmptyisEmptyArray->setChecked(
config.value( u
"EmptyIsEmptyArray"_s ).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 dataset.