QGIS API Documentation
3.26.3-Buenos Aires (65e4edfdad)
|
Go to the documentation of this file.
16 #ifndef QGSUUIDWIDGETWRAPPER_H
17 #define QGSUUIDWIDGETWRAPPER_H
56 static QString createUiid(
int maxLength = 0 );
61 QVariant
value()
const override;
66 bool valid()
const override;
72 void updateValues(
const QVariant &value,
const QVariantList & = QVariantList() )
override;
74 QLabel *mLabel =
nullptr;
75 QLineEdit *mLineEdit =
nullptr;
78 #endif // QGSUUIDWIDGETWRAPPER_H
Represents a vector layer which manages a vector based data sets.