16 #ifndef QGSUNIQUEVALUEWIDGETWRAPPER_H 17 #define QGSUNIQUEVALUEWIDGETWRAPPER_H 57 QVariant
value()
const override;
63 bool valid()
const override;
66 void setValue(
const QVariant &value )
override;
69 QComboBox *mComboBox =
nullptr;
70 QLineEdit *mLineEdit =
nullptr;
73 #endif // QGSUNIQUEVALUEWIDGETWRAPPER_H
Represents a vector layer which manages a vector based data sets.