First Symbian steps
[dorian] / settingswindow.h
index f120701..7a9ced5 100644 (file)
@@ -8,8 +8,10 @@ class QFontComboBox;
 class QFont;
 class QSlider;
 class QFontComboBox;
-class QButtonGroup;
+class QLabel;
+class ToolButtonBox;
 
+/** Display settings. */
 class SettingsWindow: public QMainWindow
 {
     Q_OBJECT
@@ -26,6 +28,8 @@ public slots:
     void onCurrentFontChanged(const QFont &);
     void onSchemeButtonClicked(int id);
     void onOrientationButtonClicked(int id);
+    void onLightsToggled(bool enable);
+    void onGrabVolumeToggled(bool enable);
 
 protected:
 #ifdef Q_WS_MAEMO_5
@@ -34,8 +38,9 @@ protected:
 
 private:
     QSlider *zoomSlider;
+    QLabel *zoomLabel;
     QFontComboBox *fontButton;
-    QButtonGroup *orientationGroup;
+    ToolButtonBox *orientationBox;
 };
 
 #endif // SETTINGSWINDOW_H