[QGIS Commit] r9675 - trunk/qgis/python/gui

svn_qgis at osgeo.org svn_qgis at osgeo.org
Thu Nov 20 17:19:43 EST 2008


Author: wonder
Date: 2008-11-20 17:19:42 -0500 (Thu, 20 Nov 2008)
New Revision: 9675

Modified:
   trunk/qgis/python/gui/qgsmessageviewer.sip
Log:
PyQGIS: added a missing function in QgsMessageViewer


Modified: trunk/qgis/python/gui/qgsmessageviewer.sip
===================================================================
--- trunk/qgis/python/gui/qgsmessageviewer.sip	2008-11-20 08:42:59 UTC (rev 9674)
+++ trunk/qgis/python/gui/qgsmessageviewer.sip	2008-11-20 22:19:42 UTC (rev 9675)
@@ -34,5 +34,8 @@
     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 );
 };
 



More information about the QGIS-commit mailing list