]> cloud.milkyroute.net Git - dolphin.git/blob - src/directoryviewpropertysettings.kcfg
commited initial version of Dolphin
[dolphin.git] / src / 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
7 <kcfgfile arg="true" />
8
9 <group name="Settings">
10
11 <entry name="ShowHiddenFiles" key="ShowDotFiles" type="Bool" >
12 <label>Show hidden files</label>
13 <whatsthis>When this option is enabled hidden files, such as those starting with a '.', will be shown in the file view.</whatsthis>
14 <default>false</default>
15 </entry>
16
17 </group>
18
19 <group name="Dolphin">
20
21 <entry name="ViewMode" type="Int" >
22 <label>View Mode</label>
23 <whatsthis>This option controls the style of the view. Currently supported values include icons (0), details (1) and previews (2) views.</whatsthis>
24 <default>DolphinView::PreviewsView</default>
25 <min>0</min>
26 <max code="true">DolphinView::MaxModeEnum</max>
27 </entry>
28
29 <entry name="Sorting" type="Int" >
30 <label>Sort files by</label>
31 <whatsthis>This option defines which attribute (name, size, date, etc) sorting is performed on.</whatsthis>
32 <default code="true">DolphinView::SortByName</default>
33 <min>0</min>
34 <max code="true">DolphinView::MaxSortEnum</max>
35 </entry>
36
37 <entry name="SortOrder" type="Int" >
38 <label>Order to sort files in</label>
39 <default code="true">Qt::Ascending</default>
40 <min code="true">Qt::Ascending</min>
41 <max code="true">Qt::Descending</max>
42 </entry>
43
44 <entry name="ValidForSubDirs" type="Bool" >
45 <label>Apply view setting to sub-directories</label>
46 <default>false</default>
47 </entry>
48
49
50 <entry name="Timestamp" type="DateTime" >
51 <label>Properties last changed</label>
52 <whatsthis>The last time these properties were changed by the user.</whatsthis>
53 </entry>
54
55 </group>
56
57 </kcfg>
58
59