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=
"klaunchrc" />
7 <!-- generated by KConfig XTraKtor -->
9 <group name=
"BusyCursorSettings">
10 <entry key=
"Timeout" type=
"Int">
13 <whatsthis></whatsthis>
14 <!-- startupid.cpp:58 -->
15 <!-- startup_info.setTimeout( c.readUnsignedNumEntry( "Timeout", 30 )); -->
17 <entry key=
"Blinking" type=
"Bool">
18 <default>false
</default>
20 <whatsthis></whatsthis>
21 <!-- startupid.cpp:59 -->
22 <!-- blinking = c.readEntry( "Blinking", QVariant(false )).toBool(); -->
24 <entry key=
"Bouncing" type=
"Bool">
25 <default>true
</default>
27 <whatsthis></whatsthis>
28 <!-- startupid.cpp:60 -->
29 <!-- bouncing = c.readEntry( "Bouncing", QVariant(true )).toBool(); -->
32 <group name=
"FeedbackStyle">
33 <entry key=
"BusyCursor" type=
"Bool">
34 <default>true
</default>
36 <whatsthis></whatsthis>