mirror of
https://bitbucket.org/smil3y/kde-playground.git
synced 2025-02-24 19:02:51 +00:00
23 lines
795 B
Text
23 lines
795 B
Text
![]() |
<?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/>
|
||
|
<group name="General">
|
||
|
<entry name="Path" type="Path">
|
||
|
<label>Path to iCal directory</label>
|
||
|
<default></default>
|
||
|
</entry>
|
||
|
<entry name="AutosaveInterval" type="UInt">
|
||
|
<label>Autosave interval time (in minutes).</label>
|
||
|
<default>5</default>
|
||
|
</entry>
|
||
|
<entry name="ReadOnly" type="Bool">
|
||
|
<label>Do not change the actual backend data.</label>
|
||
|
<default>false</default>
|
||
|
</entry>
|
||
|
</group>
|
||
|
</kcfg>
|