QGIS API Documentation
3.26.3-Buenos Aires (65e4edfdad)
|
Go to the documentation of this file.
16 #ifndef QGSUNIQUEVALUEWIDGETWRAPPER_H
17 #define QGSUNIQUEVALUEWIDGETWRAPPER_H
57 QVariant
value()
const override;
63 bool valid()
const override;
66 void updateValues(
const QVariant &value,
const QVariantList & = QVariantList() )
override;
68 QComboBox *mComboBox =
nullptr;
69 QLineEdit *mLineEdit =
nullptr;
72 #endif // QGSUNIQUEVALUEWIDGETWRAPPER_H
Represents a vector layer which manages a vector based data sets.