Warning, /frameworks/kconfig/autotests/kconfig_compiler/test3a.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="test3arc"/>
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   </group>
0015 
0016   <group name="Blah">
0017     <entry type="Int" name="Blubb">
0018       <default>10</default>
0019     </entry>
0020     <entry type="String" name="BlahBlah">
0021       <default>a string</default>
0022     </entry>
0023     <entry type="Password" name="MyPassword"/>
0024   </group>
0025 
0026 </kcfg>