diff options
| author | Peter Penz <[email protected]> | 2008-08-26 22:21:50 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2008-08-26 22:21:50 +0000 |
| commit | ca7aaecbdbddb27f7442e69d2770b97b4307f338 (patch) | |
| tree | 82e3ebf42148cebb706af41bc48dd2f7895d2f6a /src/iconsviewsettingspage.h | |
| parent | 71819c80bb79229da4c4a9c5fc57ae7fab3fd0d4 (diff) | |
Provide a common iconsize-widget for the settings dialog of the icons-, details- and column-view. The current version still requires some improvements (Labels on the left + right, preview, ...).
svn path=/trunk/KDE/kdebase/apps/; revision=852961
Diffstat (limited to 'src/iconsviewsettingspage.h')
| -rw-r--r-- | src/iconsviewsettingspage.h | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/src/iconsviewsettingspage.h b/src/iconsviewsettingspage.h index c7f3123ab..07446aa74 100644 --- a/src/iconsviewsettingspage.h +++ b/src/iconsviewsettingspage.h @@ -24,9 +24,9 @@ #include <viewsettingspagebase.h> class DolphinFontRequester; +class IconSizeGroupBox; class QCheckBox; class QComboBox; -class QPushButton; class QSpinBox; /** @@ -62,9 +62,6 @@ public: /** Restores the settings to default values. */ virtual void restoreDefaults(); -private slots: - void openIconSizeDialog(); - private: void loadSettings(); @@ -79,10 +76,7 @@ private: TopToBottomInc = 32 }; - int m_iconSize; - int m_previewSize; - - QPushButton* m_iconSizeButton; + IconSizeGroupBox* m_iconSizeGroupBox; QComboBox* m_textWidthBox; DolphinFontRequester* m_fontRequester; QSpinBox* m_textlinesCountBox; |
