From 307285e9635a4bf584d6e5d7478876b90ef870f0 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Wed, 14 Jan 2009 19:26:23 +0000 Subject: Group classes into folders, Dolphin is too big in the meantime for having a flat directory hierarchy. dolphin/src/CMakeLists.txt will be cleaned up later. svn path=/trunk/KDE/kdebase/apps/; revision=911065 --- .../dolphin_directoryviewpropertysettings.kcfg | 65 ++++++++++++++++++++++ 1 file changed, 65 insertions(+) create mode 100644 src/settings/dolphin_directoryviewpropertysettings.kcfg (limited to 'src/settings/dolphin_directoryviewpropertysettings.kcfg') diff --git a/src/settings/dolphin_directoryviewpropertysettings.kcfg b/src/settings/dolphin_directoryviewpropertysettings.kcfg new file mode 100644 index 000000000..ead1325de --- /dev/null +++ b/src/settings/dolphin_directoryviewpropertysettings.kcfg @@ -0,0 +1,65 @@ + + + kfileitemdelegate.h + + + + + + When this option is enabled hidden files, such as those starting with a '.', will be shown in the file view. + false + + + + + + + This option controls the style of the view. Currently supported values include icons (0), details (1) and column (2) views. + DolphinView::IconsView + 0 + DolphinView::MaxModeEnum + + + + + When this option is enabled, a preview of the file content is shown as an icon. + false + + + + + When this option is enabled, the sorted items are summarized by their category. + false + + + + + This option defines which attribute (name, size, date, etc.) sorting is performed on. + DolphinView::SortByName + 0 + DolphinView::MaxSortEnum + + + + + Qt::AscendingOrder + Qt::AscendingOrder + Qt::DescendingOrder + + + + + 0 + + + + + The last time these properties were changed by the user. + + + + + -- cgit v1.3.1