Skip to content

Commit

Permalink
PyQGIS: added a missing function in QgsMessageViewer
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@9675 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
wonder committed Nov 20, 2008
1 parent 934d829 commit 74ff627
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions python/gui/qgsmessageviewer.sip
Expand Up @@ -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 );
};

0 comments on commit 74ff627

Please sign in to comment.