mirror of
https://bitbucket.org/smil3y/kde-playground.git
synced 2025-02-24 10:52:52 +00:00
26 lines
910 B
XML
26 lines
910 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="Path" type="Path">
|
|
<label>Path to vCard file.</label>
|
|
<default></default>
|
|
</entry>
|
|
<entry name="DisplayName" type="String">
|
|
<label>Display name.</label>
|
|
<default></default>
|
|
</entry>
|
|
<entry name="ReadOnly" type="Bool">
|
|
<label>Do not change the actual backend data.</label>
|
|
<default>false</default>
|
|
</entry>
|
|
<entry name="MonitorFile" type="Bool">
|
|
<label>Monitor file for changes.</label>
|
|
<default>true</default>
|
|
</entry>
|
|
</group>
|
|
</kcfg>
|