add more spacing
[personal-kdebase.git] / workspace / krunner / kcfg / krunner.kcfg
bloba44e8b0061a64aa45836b6f16889c39d70f6830c
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 <kcfgfile name="krunnerrc" />
7 <include>KGlobalSettings</include>
8 <include>ksysguard/processui/ProcessModel.h</include>
9 <include>ksysguard/processui/ProcessFilter.h</include>
10 <!-- generated by KConfig XTraKtor -->
11 <group name="General">
12 <entry key="Interface" type="Enum">
13 <label>The interface style to use in KRunner</label>
14 <choices>
15 <choice name="CommandOriented"/>
16 <choice name="TaskOriented"/>
17 </choices>
18 <default>CommandOriented</default>
19 </entry>
20 <entry key="QueryTextCompletionMode" type="Int">
21 <default code="true">(int)KGlobalSettings::CompletionMan</default>
22 <label>Completion mode used for the query text.</label>
23 </entry>
25 <entry name="PastQueries" key="PastQueries" type="StringList">
26 <default></default>
27 <label>History if past queries successfully completed</label>
28 <whatsthis></whatsthis>
29 </entry>
30 </group>
32 <group name="TaskDialog">
34 <entry key="KeepAbove" name="KeepTaskDialogAbove" type="Bool">
35 <default>true</default>
36 <label>Whether to keep the tasks dialog above other windows when shown.</label>
37 <whatsthis></whatsthis>
38 </entry>
40 <entry key="units" type="Int">
41 <default><code>ProcessModel::UnitsKB</code></default>
42 </entry>
44 <entry key="showTotals" type="Bool">
45 <default>true</default>
46 </entry>
48 <entry key="filterState" type="Int">
49 <default><code>ProcessFilter::AllProcesses</code></default>
50 </entry>
52 <entry key="updateIntervalMSecs" type="Int">
53 <default>2000</default>
54 <min>0</min>
55 </entry>
57 <entry key="version" type="Int">
58 <default>0</default>
59 <min>0</min>
60 </entry>
62 </group>
64 </kcfg>