We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b58deae commit 6a85e1aCopy full SHA for 6a85e1a
python/gui/qgsmessageviewer.sip
@@ -34,5 +34,8 @@ class QgsMessageViewer: QDialog, QgsMessageOutput //, Ui::QgsMessageViewer
34
void setCheckBoxState(Qt::CheckState state);
35
// The state of the checkbox
36
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 );
40
};
41
0 commit comments