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>
7 <kcfgfile name=
"kjotsrc"/>
9 <entry name=
"SplitterSizes" type=
"IntList">
10 <label>How the main window is divided.
</label>
12 <entry name=
"CurrentSelection" type=
"ULongLong">
13 <label>The book or page that is currently active.
</label>
15 <entry name=
"Font" type=
"Font">
16 <label>The font used to display the contents of books.
</label>
17 <default code=
"true">KGlobalSettings::generalFont()
</default>
19 <entry name=
"AutoSave" type=
"Bool">
20 <label>Whether books should be saved automatically.
</label>
21 <default>true
</default>
23 <entry name=
"Unicode" type=
"Bool">
24 <label>Whether UTF-
8 encoding should be forced for saving and loading.
</label>
25 <default>false
</default>
27 <entry name=
"AutoSaveInterval" type=
"Int">
28 <label>The interval in minutes at which books should be saved automatically.
</label>
31 <entry name=
"LastId" type=
"ULongLong">
32 <label>The last ID that was used for a book or page.
</label>
35 <entry name=
"BookshelfOrder" type=
"String">
36 <label>The IDs of the books in the bookshelf.
</label>
39 <entry name=
"PageNamePrompt" type=
"Bool">
40 <label>Ask for a name when creating a new page?
</label>
41 <default>false
</default>