X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=settingswindow.h;h=7a9ced5921aca45d3fec7cf928d9bf9fa82c75e8;hb=c5f433dfd9a1eba977bcc3e871e0b0c16a75d993;hp=613e3ad784df8e994f43ccb47071e2123d1009d7;hpb=3cbc168158c28a1ae9c30bdf2dc16504c9dab16c;p=dorian diff --git a/settingswindow.h b/settingswindow.h index 613e3ad..7a9ced5 100644 --- a/settingswindow.h +++ b/settingswindow.h @@ -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