diff options
| author | Peter Penz <[email protected]> | 2006-12-13 07:41:11 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2006-12-13 07:41:11 +0000 |
| commit | 163fa7ce30c0bd1b18d0c750bf9358560c2db7af (patch) | |
| tree | cf99237a8dd236324fa1fd7967712f861be0477b /src/iconsviewsettingspage.h | |
| parent | cb2b58535bedacbec50b3dad9680b1fa4fe30a9e (diff) | |
Instead of having a the 3 view modes "icons", "details" and "previews" only 2 view modes are used now: "icons" and "details". Whether a preview is shown or not is part of the directory view properties. This also means that it will be possible to show previews in the "details" view in future releases.
svn path=/trunk/playground/utils/dolphin/; revision=613029
Diffstat (limited to 'src/iconsviewsettingspage.h')
| -rw-r--r-- | src/iconsviewsettingspage.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/iconsviewsettingspage.h b/src/iconsviewsettingspage.h index 85eff4443..5aa89c86e 100644 --- a/src/iconsviewsettingspage.h +++ b/src/iconsviewsettingspage.h @@ -55,8 +55,7 @@ class IconsViewSettingsPage : public KVBox Q_OBJECT public: - IconsViewSettingsPage(/*DolphinIconsView::LayoutMode mode,*/ - QWidget* parent); + IconsViewSettingsPage(QWidget* parent); virtual ~IconsViewSettingsPage(); /** @@ -71,8 +70,6 @@ private slots: void slotPreviewSizeChanged(int value); private: - //DolphinIconsView::LayoutMode m_mode; - QSlider* m_iconSizeSlider; PixmapViewer* m_iconSizeViewer; QSlider* m_previewSizeSlider; |
