Warning, /office/skrooge/plugins/generic/skg_file/skgfile_settings.kcfg is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <kcfg xmlns="http://www.kde.org/standards/kcfg/1.0"
0003       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
0004       xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0
0005       http://www.kde.org/standards/kcfg/1.0/kcfg.xsd" >
0006   <kcfgfile/>
0007   <group name="File">
0008     <entry name="openlastfile" type="Bool">
0009             <label>Open last file on startup</label>
0010             <default>true</default>
0011                 <whatsthis>If checked, the application will automatically start with the last file used.</whatsthis>
0012     </entry>
0013     <entry name="saveonclose" type="Bool">
0014             <label>Save on close</label>
0015             <default>false</default>
0016                 <whatsthis>If checked, the application will automatically save current document on close.</whatsthis>
0017     </entry>
0018     <entry name="storeInKdeWallet" type="Bool">
0019             <label>Store passwords in KDE Wallet</label>
0020             <default>false</default>
0021                 <whatsthis>If checked, the application will get/set passwords from KDE wallet.</whatsthis>
0022     </entry>
0023     <entry name="selectedWallet" type="String">
0024             <label>Selected Wallet</label>
0025             <default>kdewallet</default>
0026                 <whatsthis>The Selected Wallet.</whatsthis>
0027     </entry>        
0028     <entry name="backup_enabled" type="Bool">
0029             <label>Enable backup</label>
0030             <default>true</default>
0031                 <whatsthis>If checked, the application will automatically create a backup.</whatsthis>
0032     </entry>
0033     <entry name="prefix" type="String">
0034             <label>Prefix</label>
0035             <default></default>
0036                 <whatsthis>The prefix for the backup file.</whatsthis>
0037     </entry>
0038     <entry name="suffix" type="String">
0039             <label>Suffix</label>
0040             <default>.old</default>
0041                 <whatsthis>The suffix for the backup file.</whatsthis>
0042     </entry> 
0043     <entry name="lastfilepath" type="Path">
0044         <default></default>
0045     </entry>
0046   </group>
0047 </kcfg>