Warning, /kdevelop/kdevelop/file_templates/classes/qdialog/options.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 arg="true"/>
0007   <group name="General">
0008     <entry name="window_title" type="String">
0009       <label>Window title</label>
0010       <default>{{ name }}</default>
0011     </entry>
0012     <entry name="buttonset" type="Enum">
0013       <label>Button set</label>
0014       <choices>
0015           <choice name="Ok/Cancel" />
0016           <choice name="Close" />
0017       </choices>
0018       <default>Ok/Cancel</default>
0019     </entry>
0020   </group>
0021 </kcfg>