16 #ifndef QGSVALUERELATIONWIDGETWRAPPER_H 17 #define QGSVALUERELATIONWIDGETWRAPPER_H 70 QVariant
value()
const override;
79 bool valid()
const override;
93 void widgetValueChanged(
const QString &attribute,
const QVariant &newValue,
bool attributeChanged );
107 void updateValues(
const QVariant &value,
const QVariantList & = QVariantList() )
override;
114 int columnCount()
const;
117 QVariant::Type fkType()
const;
122 QComboBox *mComboBox =
nullptr;
123 QTableWidget *mTableWidget =
nullptr;
124 QLineEdit *mLineEdit =
nullptr;
129 bool mEnabled =
true;
133 friend class TestQgsValueRelationWidgetWrapper;
136 #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.