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>kglobalsettings.h
</include>
10 <entry name=
"BgColor" type=
"Color" key=
"bgcolor">
11 <default code=
"true">Qt::yellow
</default>
14 <entry name=
"FgColor" type=
"Color" key=
"fgcolor">
15 <default code=
"true">Qt::black
</default>
18 <entry name=
"Width" type=
"UInt" key=
"width">
19 <default>200</default>
22 <entry name=
"Height" type=
"UInt" key=
"height">
23 <default>200</default>
26 <entry name=
"RememberDesktop" type=
"Bool">
27 <default>true
</default>
32 <entry name=
"Font" type=
"Font" key=
"font">
33 <default code=
"true">KGlobalSettings::generalFont()
</default>
36 <entry name=
"TitleFont" type=
"Font" key=
"titlefont">
37 <default code=
"true">KGlobalSettings::windowTitleFont()
</default>
40 <entry name=
"AutoIndent" type=
"Bool" key=
"autoindent">
41 <default>true
</default>
44 <entry name=
"RichText" type=
"Bool" key=
"richtext">
45 <default>false
</default>
48 <entry name=
"TabSize" type=
"UInt" key=
"tabsize">
52 <entry name=
"ReadOnly" type=
"Bool">
53 <default>false
</default>
57 <group name=
"General">
58 <entry name=
"Version" type=
"String" key=
"version">
59 <!-- DO NOT set a default value, otherwise the version info will
60 never be written to disk! -->
64 <group name=
"WindowDisplay">
65 <entry name=
"Desktop" type=
"Int" key=
"desktop">
66 <default>-
10</default>
69 <entry name=
"HideNote" type=
"Bool">
70 <default>false
</default>
73 <entry name=
"Position" type=
"Point" key=
"position">
74 <default code=
"true">QPoint( -
10000, -
10000 )
</default>
77 <entry name=
"ShowInTaskbar" type=
"Bool">
78 <default>false
</default>
81 <entry name=
"KeepAbove" type=
"Bool">
82 <default>false
</default>
85 <entry name=
"KeepBelow" type=
"Bool">
86 <default>false
</default>