Warning, /frameworks/kconfig/autotests/kconfig_compiler/test_dpointer.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 name="korganizerrc"/>
0007 
0008   <group name="General">
0009     <entry type="Bool" key="Auto Save">
0010       <label>Enable automatic saving of calendar</label>
0011       <whatsthis>WhatsThis text for AutoSave option</whatsthis>
0012       <default>false</default>
0013     </entry>
0014     <entry type="Int" key="Auto Save Interval">
0015       <default>10</default>
0016       <min>0</min>
0017       <max>123</max>
0018     </entry>
0019     <entry type="Bool" key="Confirm Deletes" name="Confirm">
0020       <label>Confirm deletes</label>
0021       <default>true</default>
0022     </entry>
0023     <entry type="String" key="Archive File">
0024     </entry>
0025     <entry type="Enum" key="Destination" name="Destination">
0026       <label>New Events/Todos Should</label>
0027       <choices>
0028         <choice name="standardDestination">
0029         </choice>
0030         <choice name="askDestination">
0031         </choice>
0032         <choice name="argl1">
0033           <label>Argl1 Label</label>
0034         </choice>
0035         <choice name="argl2">
0036           <whatsthis>Argl2 Whatsthis</whatsthis>
0037         </choice>
0038         <choice name="argl3">
0039           <label>Argl3 Label</label>
0040           <whatsthis>Argl3 Whatsthis</whatsthis>
0041         </choice>
0042       </choices>
0043       <default>standardDestination</default>
0044     </entry>
0045   </group>
0046 
0047   <group name="Views">
0048     <entry type="Int" key="Hour Size">
0049       <default>10</default>
0050     </entry>
0051     <entry type="Bool" name="SelectionStartsEditor">
0052       <label>Time range selection in agenda view starts event editor</label>
0053       <default>false</default>
0054     </entry>
0055   </group>
0056 
0057   <group name="KOrganizer Plugins">
0058     <entry type="StringList" name="SelectedPlugins">
0059       <default>holidays,webexport</default>
0060     </entry>
0061   </group>
0062 
0063   <group name="Colors">
0064     <entry type="Color" key="Highlight Color">
0065       <label>Highlight color</label>
0066       <default>100, 100, 255</default>
0067     </entry>
0068     <entry type="Color" key="Agenda Background Color" name="AgendaBgColor">
0069       <label>Agenda view background color</label>
0070       <default>255, 255, 255</default>
0071     </entry>
0072   </group>
0073 
0074   <group name="Fonts">
0075     <entry type="Font" key="TimeBar Font">
0076       <label>Time bar</label>
0077     </entry>
0078   </group>
0079 
0080 </kcfg>