16 #ifndef QGSVALUERELATIONWIDGETWRAPPER_H 17 #define QGSVALUERELATIONWIDGETWRAPPER_H 70 QVariant
value()
const override;
79 bool valid()
const override;
83 void setValue(
const QVariant &value )
override;
97 void widgetValueChanged(
const QString &attribute,
const QVariant &newValue,
bool attributeChanged );
116 int columnCount()
const;
121 QComboBox *mComboBox =
nullptr;
122 QTableWidget *mTableWidget =
nullptr;
123 QLineEdit *mLineEdit =
nullptr;
128 bool mEnabled =
true;
132 friend class TestQgsValueRelationWidgetWrapper;
135 #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.