30   cfg.insert( QStringLiteral( 
"EmptyIsNull" ), mEmptyisNull->isChecked() );
 
   31   cfg.insert( QStringLiteral( 
"EmptyIsEmptyArray" ), mEmptyisEmptyArray->isChecked() );
 
   38   mEmptyisNull->setChecked( 
config.value( QStringLiteral( 
"EmptyIsNull" ) ).toBool() );
 
   39   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.