16#ifndef QGSUNIQUEVALUEWIDGETWRAPPER_H 
   17#define QGSUNIQUEVALUEWIDGETWRAPPER_H 
   57    QVariant 
value() 
const override;
 
   63    bool valid() 
const override;
 
   66    void updateValues( 
const QVariant &value, 
const QVariantList  & = QVariantList() ) 
override;
 
   68    QComboBox *mComboBox = 
nullptr;
 
   69    QLineEdit *mLineEdit = 
nullptr;
 
 
Represents a vector layer which manages a vector based data sets.