40 QVariantMap
config()
override;
41 void setConfig(
const QVariantMap &config )
override;
50 void updateMap(
const QMap<QString, QVariant> &map,
bool insertNull );
59 void updateMap(
const QList<QPair<QString, QVariant>> &list,
bool insertNull );
66 void loadMapFromCSV(
const QString &filePath );
74 static void populateComboBox( QComboBox *comboBox,
const QVariantMap &configuration,
bool skipNull );
76 bool eventFilter( QObject *watched, QEvent *event )
override;
79 void setRow(
int row,
const QString &value,
const QString &description );
82 void copySelectionToClipboard();
83 void vCellChanged(
int row,
int column );
84 void addNullButtonPushed();
85 void removeSelectedButtonPushed();
86 void loadFromLayerButtonPushed();
87 void loadFromCSVButtonPushed();