X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=settingswindow.h;h=6cf421fb9268c6d684cab5df6fe1db5b2209449c;hb=ee43811f99a9f2f047ed4aceeea2bdbf411f2fe0;hp=fee2f2b851c0ecb106ffb7d55e1a3592472318fd;hpb=67043ec8b79ebd87b72d82d27397097371ec38b5;p=dorian diff --git a/settingswindow.h b/settingswindow.h index fee2f2b..6cf421f 100644 --- a/settingswindow.h +++ b/settingswindow.h @@ -1,16 +1,21 @@ #ifndef SETTINGSWINDOW_H #define SETTINGSWINDOW_H -#include +#include +#include + +#include "adopterwindow.h" class QPushButton; class QFontComboBox; class QFont; class QSlider; class QFontComboBox; +class QLabel; class ToolButtonBox; -class SettingsWindow: public QMainWindow +/** Display settings. */ +class SettingsWindow: public AdopterWindow { Q_OBJECT @@ -30,12 +35,11 @@ public slots: void onGrabVolumeToggled(bool enable); protected: -#ifdef Q_WS_MAEMO_5 void closeEvent(QCloseEvent *e); -#endif private: QSlider *zoomSlider; + QLabel *zoomLabel; QFontComboBox *fontButton; ToolButtonBox *orientationBox; };