1 <?xml version=
"1.0" encoding=
"UTF-8"?>
2 <kcfg xmlns=
"http://www.kde.org/standards/kcfg/1.0"
3 xmlns:
xsi=
"http://www.w3.org/2001/XMLSchema-instance"
4 xsi:
schemaLocation=
"http://www.kde.org/standards/kcfg/1.0
5 http://www.kde.org/standards/kcfg/1.0/kcfg.xsd">
6 <include>kfileitemdelegate.h
</include>
8 <kcfgfile arg=
"true" />
9 <group name=
"Settings">
10 <entry name=
"HiddenFilesShown" type=
"Bool" >
11 <label context=
"@label">Hidden files shown
</label>
12 <whatsthis context=
"@info:whatsthis">When this option is enabled hidden files, such as those starting with a '.', will be shown in the file view.
</whatsthis>
13 <default>false
</default>
17 <group name=
"Dolphin">
18 <entry name=
"Version" type=
"Int" >
19 <label context=
"@label">Version
</label>
20 <whatsthis context=
"@info:whatsthis">This option defines the used version of the view properties.
</whatsthis>
25 <entry name=
"ViewMode" type=
"Int" >
26 <label context=
"@label">View Mode
</label>
27 <whatsthis context=
"@info:whatsthis">This option controls the style of the view. Currently supported values include icons (
0), details (
1) and column (
2) views.
</whatsthis>
28 <default>DolphinView::IconsView
</default>
31 <entry name=
"PreviewsShown" type=
"Bool" >
32 <label context=
"@label">Previews shown
</label>
33 <whatsthis context=
"@info:whatsthis">When this option is enabled, a preview of the file content is shown as an icon.
</whatsthis>
34 <default>false
</default>
37 <entry name=
"CategorizedSorting" type=
"Bool" >
38 <label context=
"@label">Categorized Sorting
</label>
39 <whatsthis context=
"@info:whatsthis">When this option is enabled, the sorted items are summarized by their category.
</whatsthis>
40 <default>false
</default>
43 <entry name=
"Sorting" type=
"Int" >
44 <label context=
"@label">Sort files by
</label>
45 <whatsthis context=
"@info:whatsthis">This option defines which attribute (name, size, date, etc.) sorting is performed on.
</whatsthis>
46 <default code=
"true">DolphinView::SortByName
</default>
49 <entry name=
"SortOrder" type=
"Int" >
50 <label context=
"@label">Order in which to sort files
</label>
51 <default code=
"true">Qt::AscendingOrder
</default>
52 <min code=
"true">Qt::AscendingOrder
</min>
53 <max code=
"true">Qt::DescendingOrder
</max>
56 <entry name=
"SortFoldersFirst" type=
"Bool" >
57 <label context=
"@label">Show folders first when sorting files and folders
</label>
58 <default>true
</default>
61 <entry name=
"AdditionalInfo" type=
"StringList">
62 <label context=
"@label">Additional information
</label>
66 <entry name=
"Timestamp" type=
"DateTime" >
67 <label context=
"@label">Properties last changed
</label>
68 <whatsthis context=
"@info:whatsthis">The last time these properties were changed by the user.
</whatsthis>