mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-14 00:07:35 -04:00
PyQGIS: added a missing function in QgsMessageViewer
git-svn-id: http://svn.osgeo.org/qgis/trunk@9675 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
b58deaef33
commit
6a85e1a09c
@ -34,5 +34,8 @@ class QgsMessageViewer: QDialog, QgsMessageOutput //, Ui::QgsMessageViewer
|
||||
void setCheckBoxState(Qt::CheckState state);
|
||||
// The state of the checkbox
|
||||
Qt::CheckState checkBoxState();
|
||||
// Specifies a QSettings tag to store/retrieve the checkbox
|
||||
// state to/from. Use an empty QString to disable this feature.
|
||||
void setCheckBoxQSettingsLabel( QString label );
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user