16#ifndef QGSUNIQUEVALUEWIDGETWRAPPER_H 
   17#define QGSUNIQUEVALUEWIDGETWRAPPER_H 
   56    QVariant 
value() 
const override;
 
   62    bool valid() 
const override;
 
   65    void updateValues( 
const QVariant &value, 
const QVariantList & = QVariantList() ) 
override;
 
   67    QComboBox *mComboBox = 
nullptr;
 
   68    QLineEdit *mLineEdit = 
nullptr;
 
 
Represents a vector layer which manages a vector based dataset.