From ca7aaecbdbddb27f7442e69d2770b97b4307f338 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Tue, 26 Aug 2008 22:21:50 +0000 Subject: 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 --- src/iconsviewsettingspage.h | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'src/iconsviewsettingspage.h') 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 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; -- cgit v1.3