diff options
author | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
---|---|---|
committer | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
commit | 2bda8f7717adf28da4af0d34fb82f63d2868c31d (patch) | |
tree | 8d927b7b47a90c4adb646482a52613f58acd6f8c /kjots/kjots.kcfg | |
download | tdeutils-2bda8f7717adf28da4af0d34fb82f63d2868c31d.tar.gz tdeutils-2bda8f7717adf28da4af0d34fb82f63d2868c31d.zip |
Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
BUG:215923
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeutils@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kjots/kjots.kcfg')
-rw-r--r-- | kjots/kjots.kcfg | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/kjots/kjots.kcfg b/kjots/kjots.kcfg new file mode 100644 index 0000000..4350210 --- /dev/null +++ b/kjots/kjots.kcfg @@ -0,0 +1,35 @@ +<?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="kjotsrc"/> + <group name="kjots"> + <entry name="SplitterSizes" type="IntList"> + <label>How the main window is divided.</label> + </entry> + <entry name="CurrentSelection" type="UInt64"> + <label>The book or page that is currently active.</label> + </entry> + <entry name="Font" type="Font"> + <label>The font used to display the contents of books.</label> + <default code="true">KGlobalSettings::generalFont()</default> + </entry> + <entry name="AutoSave" type="Bool"> + <label>Whether books should be saved automatically.</label> + <default>true</default> + </entry> + <entry name="Unicode" type="Bool"> + <label>Whether UTF-8 encoding should be forced for saving and loading.</label> + <default>false</default> + </entry> + <entry name="AutoSaveInterval" type="Int"> + <label>The interval in minutes at which books should be saved automatically.</label> + <default>5</default> + </entry> + <entry name="LastId" type="UInt64"> + <label>The last ID that was used for a book or page.</label> + <default>0</default> + </entry> + </group> +</kcfg> |