<?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="bookreaderrc"/> <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>