16 #ifndef QGSVALUERELATIONWIDGETWRAPPER_H 17 #define QGSVALUERELATIONWIDGETWRAPPER_H 59 QVariant
value()
const override;
68 bool valid()
const override;
72 void setValue(
const QVariant &value )
override;
86 void widgetValueChanged(
const QString &attribute,
const QVariant &newValue,
bool attributeChanged );
105 int columnCount()
const;
110 QComboBox *mComboBox =
nullptr;
111 QTableWidget *mTableWidget =
nullptr;
112 QLineEdit *mLineEdit =
nullptr;
117 bool mEnabled =
true;
121 friend class TestQgsValueRelationWidgetWrapper;
124 #endif // QGSVALUERELATIONWIDGETWRAPPER_H
The feature class encapsulates a single feature including its id, geometry and a list of field/values...
Represents a vector layer which manages a vector based data sets.