Warning, /frameworks/kconfig/autotests/kconfig_compiler/test9.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   <include>qdir.h</include>
0007   <kcfgfile name="examplerc">
0008     <parameter name="transport" />
0009     <parameter name="folder" />
0010   </kcfgfile>
0011   <group name="MyOptionsXX">
0012     <entry name="MyStringList" type="StringList">
0013       <default>up,down</default>
0014     </entry>
0015     <entry name="MyPathList" type="PathList">
0016       <label>This is a list of paths</label>
0017       <default>/home,~</default>
0018     </entry>
0019     <entry name="MyPathsList2" type="PathList">
0020       <label>This is an additional test for PathList</label>
0021       <default code="true">QStringList(QString::fromLatin1("/usr/bin")) &lt;&lt; QDir::homePath()</default>
0022     </entry>
0023   </group>
0024 </kcfg>