Add (and install) svg for the new krunner interface.
[kdebase/uwolfer.git] / apps / dolphin / src / dolphin_directoryviewpropertysettings.kcfg
blob2bc870a8643cc36b85072d6dab06287b3defe284
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="ShowHiddenFiles" key="ShowDotFiles" type="Bool" >
11 <label context="@label">Show hidden files</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>
17 <group name="Dolphin">
18 <entry name="ViewMode" type="Int" >
19 <label context="@label">View Mode</label>
20 <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>
21 <default>DolphinView::IconsView</default>
22 <min>0</min>
23 <max code="true">DolphinView::MaxModeEnum</max>
24 </entry>
26 <entry name="ShowPreview" type="Bool" >
27 <label context="@label">Show preview</label>
28 <whatsthis context="@info:whatsthis">When this option is enabled, a preview of the file content is shown as icon.</whatsthis>
29 <default>false</default>
30 </entry>
32 <entry name="CategorizedSorting" type="Bool" >
33 <label context="@label">Categorized Sorting</label>
34 <whatsthis context="@info:whatsthis">When this option is enabled, the sorted items get summarized by their category.</whatsthis>
35 <default>false</default>
36 </entry>
38 <entry name="Sorting" type="Int" >
39 <label context="@label">Sort files by</label>
40 <whatsthis context="@info:whatsthis">This option defines which attribute (name, size, date, etc) sorting is performed on.</whatsthis>
41 <default code="true">DolphinView::SortByName</default>
42 <min>0</min>
43 <max code="true">DolphinView::MaxSortEnum</max>
44 </entry>
46 <entry name="SortOrder" type="Int" >
47 <label context="@label">Order to sort files in</label>
48 <default code="true">Qt::AscendingOrder</default>
49 <min code="true">Qt::AscendingOrder</min>
50 <max code="true">Qt::DescendingOrder</max>
51 </entry>
53 <entry name="AdditionalInfo" type="Int">
54 <label context="@label">Additional information</label>
55 <default>0</default>
56 </entry>
58 <entry name="Timestamp" type="DateTime" >
59 <label context="@label">Properties last changed</label>
60 <whatsthis context="@info:whatsthis">The last time these properties were changed by the user.</whatsthis>
61 </entry>
62 </group>
63 </kcfg>