Add Flickable.
[dorian] / settingswindow.h
index 613e3ad..7a9ced5 100644 (file)
@@ -8,7 +8,10 @@ class QFontComboBox;
 class QFont;
 class QSlider;
 class QFontComboBox;
+class QLabel;
+class ToolButtonBox;
 
+/** Display settings. */
 class SettingsWindow: public QMainWindow
 {
     Q_OBJECT
@@ -25,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
@@ -33,7 +38,9 @@ protected:
 
 private:
     QSlider *zoomSlider;
+    QLabel *zoomLabel;
     QFontComboBox *fontButton;
+    ToolButtonBox *orientationBox;
 };
 
 #endif // SETTINGSWINDOW_H