diff settingsdialog.h @ 230:e67bd8abc3e3

* Add settings for text verboseness and toolbar labels
author Chris Cannam
date Thu, 06 Jan 2011 15:15:02 +0000
parents ff0d76dcb3b8
children 661f5808aa0a
line wrap: on
line diff
--- a/settingsdialog.h	Thu Jan 06 13:16:34 2011 +0000
+++ b/settingsdialog.h	Thu Jan 06 15:15:02 2011 +0000
@@ -30,6 +30,10 @@
 
 public:
     SettingsDialog(QWidget *parent = 0);
+
+    bool presentationChanged() {
+        return m_presentationChanged;
+    }
     
 private slots:
     void hgPathBrowse();
@@ -51,8 +55,13 @@
     QCheckBox *m_useExtension;
     QLineEdit *m_extensionPathLabel;
 
+    QCheckBox *m_showIconLabels;
+    QCheckBox *m_showExtraText;
+
     QPushButton *m_ok;
 
+    bool m_presentationChanged;
+
     void browseFor(QString, QLineEdit *);
 };