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