| 
    QGIS API Documentation
    3.26.3-Buenos Aires (65e4edfdad)
    
   | 
 
 
 
 
Go to the documentation of this file.
   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;
 
   85 #endif // QGSBINARYWIDGETWRAPPER_H 
  
A bar for displaying non-blocking messages to the user.
 
Represents a vector layer which manages a vector based data sets.