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