Skip to content

Commit 6a85e1a

Browse files
author
wonder
committed
PyQGIS: added a missing function in QgsMessageViewer
git-svn-id: http://svn.osgeo.org/qgis/trunk@9675 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent b58deae commit 6a85e1a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

python/gui/qgsmessageviewer.sip

+3
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,8 @@ class QgsMessageViewer: QDialog, QgsMessageOutput //, Ui::QgsMessageViewer
3434
void setCheckBoxState(Qt::CheckState state);
3535
// The state of the checkbox
3636
Qt::CheckState checkBoxState();
37+
// Specifies a QSettings tag to store/retrieve the checkbox
38+
// state to/from. Use an empty QString to disable this feature.
39+
void setCheckBoxQSettingsLabel( QString label );
3740
};
3841

0 commit comments

Comments
 (0)