16 #ifndef QGSBINARYWIDGETWRAPPER_H 
   17 #define QGSBINARYWIDGETWRAPPER_H 
   54     QVariant 
value() 
const override;
 
   61     bool valid() 
const override;
 
   70     void updateValues( 
const QVariant &value, 
const QVariantList & = QVariantList() ) 
override;
 
   72     QString defaultPath();
 
   78     QLabel *mLabel = 
nullptr;
 
   79     QToolButton *mButton = 
nullptr;
 
   80     QAction *mSetAction = 
nullptr;
 
   81     QAction *mClearAction = 
nullptr;
 
   82     QAction *mSaveAction = 
nullptr;
 
A bar for displaying non-blocking messages to the user.
Represents a vector layer which manages a vector based data sets.