]> cloud.milkyroute.net Git - dolphin.git/blob - src/settings/dolphin_directoryviewpropertysettings.kcfg
Apply 1 suggestion(s) to 1 file(s)
[dolphin.git] / src / settings / dolphin_directoryviewpropertysettings.kcfg
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>
7
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>
14 </entry>
15 </group>
16
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>
21 <default>-1</default>
22 </entry>
23
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>
28 </entry>
29
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>
34 </entry>
35
36 <entry name="GroupedSorting" type="Bool" >
37 <label context="@label">Grouped Sorting</label>
38 <whatsthis context="@info:whatsthis">When this option is enabled, the items are categorized into groups.</whatsthis>
39 <default>true</default>
40 </entry>
41
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>
46 </entry>
47
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>
53 </entry>
54
55 <entry name="GroupRole" type="String" >
56 <label context="@label">Group files by</label>
57 <whatsthis context="@info:whatsthis">This option defines which attribute (text, size, date, etc.) grouping is performed on.</whatsthis>
58 <default></default>
59 </entry>
60
61 <entry name="GroupOrder" type="Int" >
62 <label context="@label">Order in which to group files</label>
63 <default code="true">Qt::AscendingOrder</default>
64 <min code="true">Qt::AscendingOrder</min>
65 <max code="true">Qt::DescendingOrder</max>
66 </entry>
67
68 <entry name="SortFoldersFirst" type="Bool" >
69 <label context="@label">Show folders first when sorting files and folders</label>
70 <default>true</default>
71 </entry>
72
73 <entry name="SortHiddenLast" type="Bool" >
74 <label context="@label">Show hidden files and folders last</label>
75 <default>false</default>
76 </entry>
77
78 <entry name="VisibleRoles" type="StringList">
79 <label context="@label">Visible roles</label>
80 <default></default>
81 </entry>
82
83 <entry name="HeaderColumnWidths" type="IntList">
84 <label context="@label">Header column widths</label>
85 <default></default>
86 </entry>
87
88 <entry name="Timestamp" type="DateTime" >
89 <label context="@label">Properties last changed</label>
90 <whatsthis context="@info:whatsthis">The last time these properties were changed by the user.</whatsthis>
91 </entry>
92
93 <!-- Obsolete - replaced by VisibleRoles -->
94 <entry name="AdditionalInfo" type="StringList">
95 <label context="@label">Additional Information</label>
96 <default></default>
97 </entry>
98 </group>
99 </kcfg>