You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
950 B
32 lines
950 B
15 years ago
|
<?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" >
|
||
12 years ago
|
<kcfgfile name="tderesources_kabc_sloxrc"/>
|
||
15 years ago
|
|
||
|
<group name="General">
|
||
|
<entry type="String" name="Url">
|
||
|
<label>Base Url</label>
|
||
|
</entry>
|
||
|
<entry type="String" name="User">
|
||
|
<label>User Name</label>
|
||
|
</entry>
|
||
|
<entry type="Password" name="Password">
|
||
|
<label>Password</label>
|
||
|
</entry>
|
||
|
<entry type="Bool" name="UseLastSync">
|
||
|
<label>Only load data since last sync</label>
|
||
|
<default>true</default>
|
||
|
</entry>
|
||
|
<entry type="String" name="FolderId">
|
||
|
<label>Folder ID</label>
|
||
|
<default></default>
|
||
|
</entry>
|
||
|
<entry type="DateTime" name="LastSync">
|
||
|
<label>Last Sync</label>
|
||
|
</entry>
|
||
|
</group>
|
||
|
|
||
|
</kcfg>
|