16 #ifndef QGSUNIQUEVALUEWIDGETWRAPPER_H 17 #define QGSUNIQUEVALUEWIDGETWRAPPER_H 46 QVariant
value()
const override;
52 bool valid()
const override;
55 void setValue(
const QVariant &value )
override;
58 QComboBox *mComboBox =
nullptr;
59 QLineEdit *mLineEdit =
nullptr;
62 #endif // QGSUNIQUEVALUEWIDGETWRAPPER_H
Represents a vector layer which manages a vector based data sets.