You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
kbookreader/src/kbookreader.kcfg

25 lines
940 B

<?xml version="1.0" encoding="UTF-8"?>
<kcfg xmlns="http://www.kde.org/standards/kcfg/1.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0
http://www.kde.org/standards/kcfg/1.0/kcfg.xsd" >
<kcfgfile name="kbookreaderrc"/>
<group name="Preferences">
<entry name="Font" type="Font">
<label>The font used to display the contents of books.</label>
<default code="true">TDEGlobalSettings::generalFont()</default>
</entry>
<entry name="ParaOffset" type="Int">
<label>This is an offset of paragraph's first line in pixels</label>
<default>50</default>
</entry>
<entry name="DefaultEncoding" type="Int">
<label>This is a default encoding</label>
</entry>
<entry name="LoadLastUrl" type="Bool">
<label>This is ...</label>
<default>false</default>
</entry>
</group>
</kcfg>