Add (and install) svg for the new krunner interface.
[kdebase/uwolfer.git] / workspace / krunner / krunner.kcfg
blob0cbc644b849f0b525a709a335c881fbcf9e9ecd2
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>ksysguard/processui/ProcessModel.h</include>
8 <include>ksysguard/processui/ProcessFilter.h</include>
9 <!-- generated by KConfig XTraKtor -->
11 <group name="General">
12 <entry key="runners" type="StringList">
13 <default></default>
14 <label>Whitelist of allowed runners.</label>
15 <whatsthis>If set, this list defines which runners will be used at runtime.</whatsthis>
16 </entry>
18 <entry name="PastQueries" key="pastqueries" type="StringList">
19 <default></default>
20 <label>History if past queries succesfully completed</label>
21 <whatsthis></whatsthis>
22 </entry>
24 <entry name="MaxThreads" key="maxthreads" type="Int">
25 <default>12</default>
26 <label>Maximum number of threads to use for searches.</label>
27 <whatsthis>The number of threads used scales with the number of processors. This entry allows you to define a hard upper limit independent of the number of processors.</whatsthis>
28 <min>1</min>
29 </entry>
30 </group>
32 <group name="TaskDialog">
33 <entry key="KeepAbove" name="KeepTaskDialogAbove" type="Bool">
34 <default>true</default>
35 <label>Whether to keep the tasks dialog above other windows when shown.</label>
36 <whatsthis></whatsthis>
37 </entry>
39 <entry key="units" type="Int">
40 <default><code>ProcessModel::UnitsKB</code></default>
41 </entry>
43 <entry key="showTotals" type="Bool">
44 <default>true</default>
45 </entry>
47 <entry key="filterState" type="Int">
48 <default><code>ProcessFilter::AllProcesses</code></default>
49 </entry>
51 <entry key="updateIntervalMSecs" type="Int">
52 <default>2000</default>
53 <min>0</min>
54 </entry>
56 <entry key="version" type="Int">
57 <default>0</default>
58 <min>0</min>
59 </entry>
61 </group>
63 </kcfg>