Warning, /pim/kjots/src/kjots.kcfg is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <kcfg xmlns="http://www.kde.org/standards/kcfg/1.0"
0003       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
0004       xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0
0005       http://www.kde.org/standards/kcfg/1.0/kcfg.xsd" >
0006   <kcfgfile name="kjotsrc"/>
0007   <group name="kjots">
0008     <entry name="AutoSave" type="Bool">
0009       <label>Whether books should be saved automatically.</label>
0010       <default>true</default>
0011     </entry>
0012     <entry name="AutoSaveInterval" type="Int">
0013       <label>The interval in minutes at which books should be saved automatically.</label>
0014       <default>5</default>
0015     </entry>
0016     <entry name="ViewMode" type="Enum">
0017       <choices>
0018         <choice name="TwoColumn" />
0019         <choice name="ThreeColumn" />
0020       </choices>
0021       <default>2</default>
0022     </entry>
0023   </group>
0024 </kcfg>