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>
24 <entry name=
"ViewMode" type=
"Int" >
25 <label context=
"@label">View Mode
</label>
26 <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>
27 <default>DolphinView::IconsView
</default>
30 <entry name=
"PreviewsShown" type=
"Bool" >
31 <label context=
"@label">Previews shown
</label>
32 <whatsthis context=
"@info:whatsthis">When this option is enabled, a preview of the file content is shown as an icon.
</whatsthis>
33 <default>true
</default>
36 <entry name=
"GroupedSorting" type=
"Bool" >
37 <label context=
"@label">Grouped Sorting
</label>
38 <whatsthis context=
"@info:whatsthis">When this option is enabled, the sorted items are categorized into groups.
</whatsthis>
39 <default>false
</default>
42 <entry name=
"SortRole" type=
"String" >
43 <label context=
"@label">Sort files by
</label>
44 <whatsthis context=
"@info:whatsthis">This option defines which attribute (text, size, date, etc.) sorting is performed on.
</whatsthis>
45 <default>text
</default>
48 <entry name=
"SortOrder" type=
"Int" >
49 <label context=
"@label">Order in which to sort files
</label>
50 <default code=
"true">Qt::AscendingOrder
</default>
51 <min code=
"true">Qt::AscendingOrder
</min>
52 <max code=
"true">Qt::DescendingOrder
</max>
55 <entry name=
"SortFoldersFirst" type=
"Bool" >
56 <label context=
"@label">Show folders first when sorting files and folders
</label>
57 <default>true
</default>
60 <entry name=
"SortHiddenLast" type=
"Bool" >
61 <label context=
"@label">Show hidden files and folders last
</label>
62 <default>true
</default>
65 <entry name=
"VisibleRoles" type=
"StringList">
66 <label context=
"@label">Visible roles
</label>
70 <entry name=
"HeaderColumnWidths" type=
"IntList">
71 <label context=
"@label">Header column widths
</label>
75 <entry name=
"Timestamp" type=
"DateTime" >
76 <label context=
"@label">Properties last changed
</label>
77 <whatsthis context=
"@info:whatsthis">The last time these properties were changed by the user.
</whatsthis>
80 <!-- Obsolete - replaced by VisibleRoles -->
81 <entry name=
"AdditionalInfo" type=
"StringList">
82 <label context=
"@label">Additional Information
</label>