kde-playground/kdepimlibs/akonadi/tests/testresource/knutresource.kcfg
2015-04-14 21:49:29 +00:00

21 lines
763 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<kcfg xmlns="http://www.kde.org/standards/kcfg/1.0"
xmlns:kcfg="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 arg="true"/>
<group name="General">
<entry name="DataFile" type="Path">
<label>Path to the Knut data file.</label>
<default></default>
</entry>
<entry name="ReadOnly" type="Bool">
<label>Do not change the actual backend data.</label>
<default>false</default>
</entry>
<entry name="FileWatchingEnabled" type="Bool">
<default>true</default>
</entry>
</group>
</kcfg>