From 642110309ace0ec0da270615464d7d04944d5dcf Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Wed, 20 Dec 2006 19:10:39 +0000 Subject: Let the user chose whether view properties should be remembered for each directory or whether they should be valid globally. Per default the view properties are remembered for each directory. For testing purposes the MIME type information is shown per default in the icons mode (thanks to Fredrik for the cool implementation in KFileItemDelegate!). svn path=/trunk/playground/utils/dolphin/; revision=615232 --- src/viewsettingspage.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/viewsettingspage.h') diff --git a/src/viewsettingspage.h b/src/viewsettingspage.h index baec5296e..f41238733 100644 --- a/src/viewsettingspage.h +++ b/src/viewsettingspage.h @@ -23,14 +23,15 @@ #include #include +class GeneralViewSettingsPage; class IconsViewSettingsPage; class DetailsViewSettingsPage; /** * @brief Page for the 'View' settings of the Dolphin settings dialog. * - * The views settings allow to set the properties for the icons mode, - * the details mode and the previews mode. + * The views settings allow to set the properties for the icons mode and + * the details mode. * * @author Peter Penz */ @@ -47,6 +48,7 @@ public: virtual void applySettings(); private: + GeneralViewSettingsPage* m_generalPage; IconsViewSettingsPage* m_iconsPage; DetailsViewSettingsPage* m_detailsPage; }; -- cgit v1.3