1 <?xml version=
"1.0" encoding=
"UTF-8"?>
3 "http://www.kde.org/standards/kcfg/1.0/kcfg.xsd">
5 <kcfgfile name=
"krulerrc"/>
6 <include>KGlobalSettings
</include>
7 <group name=
"StoredSettings">
8 <entry name=
"BgColor" type=
"Color">
9 <label>Background color of the ruler.
</label>
10 <default code=
"true">QColor(
255,
200,
80)
</default>
12 <entry name=
"Length" type=
"Int">
13 <label>Length of the ruler.
</label>
14 <default>600</default>
16 <entry name=
"ScaleFont" type=
"Font">
17 <label>Font of the text on the ruler scale.
</label>
18 <default code=
"true">QFont( KGlobalSettings::generalFont().family(),
8 )
</default>