┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/columnviewsettingspage.h
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2008-08-26 22:21:50 +0000
committerPeter Penz <[email protected]>2008-08-26 22:21:50 +0000
commitca7aaecbdbddb27f7442e69d2770b97b4307f338 (patch)
tree82e3ebf42148cebb706af41bc48dd2f7895d2f6a /src/columnviewsettingspage.h
parent71819c80bb79229da4c4a9c5fc57ae7fab3fd0d4 (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/columnviewsettingspage.h')
-rw-r--r--src/columnviewsettingspage.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/columnviewsettingspage.h b/src/columnviewsettingspage.h
index 8ab90efc3..2cc96b203 100644
--- a/src/columnviewsettingspage.h
+++ b/src/columnviewsettingspage.h
@@ -24,8 +24,8 @@
class DolphinMainWindow;
class DolphinFontRequester;
+class IconSizeGroupBox;
class QSlider;
-class QRadioButton;
/**
* @brief Represents the page from the Dolphin Settings which allows
@@ -53,9 +53,7 @@ private:
void loadSettings();
private:
- QRadioButton* m_smallIconSize;
- QRadioButton* m_mediumIconSize;
- QRadioButton* m_largeIconSize;
+ IconSizeGroupBox* m_iconSizeGroupBox;
DolphinFontRequester* m_fontRequester;
QSlider* m_columnWidthSlider;
};