diff main/PreferencesDialog.h @ 459:f8f74f1b5b4f toggle

Start in minimal mode option added in the Preferences/Appearance menu
author mathieub <mathieu.barthet@eecs.qmul.ac.uk>
date Mon, 04 Jul 2011 16:08:20 +0100
parents a3b2cba73143
children 33d0632255b5
line wrap: on
line diff
--- a/main/PreferencesDialog.h	Mon Jul 04 13:06:02 2011 +0100
+++ b/main/PreferencesDialog.h	Mon Jul 04 16:08:20 2011 +0100
@@ -50,6 +50,8 @@
     void viewFontSizeChanged(int sz);
     void showSplashChanged(int state);
 
+    void startInMiniModeChanged(int state);
+
     void tempDirButtonClicked();
 
     void okClicked();
@@ -76,6 +78,8 @@
     int m_viewFontSize;
     bool m_showSplash;
 
+    bool m_startInMiniMode;
+
     bool m_changesOnRestart;
 };