Warning, /games/kmahjongg/src/kmahjongg.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="kmahjonggrc"/>
0007   <group name="General">
0008     <entry name="TileSet" type="String" key="Tileset_file">
0009       <label>The tile-set to use.</label>
0010     </entry>
0011     <entry name="Background" type="String" key="Background_file">
0012       <label>The background to use.</label>
0013     </entry>
0014     <entry name="Layout" type="String" key="Layout_file">
0015       <label>The layout of the tiles.</label>
0016     </entry>
0017     <entry name="Angle" type="Int">
0018       <default>0</default>
0019     </entry>
0020     <entry name="RemovedTiles" type="Bool">
0021       <label>Whether the removed tiles will be shown on the board.</label>
0022       <default>false</default>
0023     </entry>
0024     <entry name="RandomLayout" type="Bool">
0025         <label>Whether a random layout is chosen on startup.</label>
0026         <default>false</default>
0027     </entry>
0028     <entry name="SolvableGames" type="Bool" key="Solvable_game">
0029       <label>Whether all games should be solvable.</label>
0030       <default>true</default>
0031     </entry>
0032     <entry name="ShowMatchingTiles" type="Bool">
0033       <label>Whether matching tiles are shown.</label>
0034       <default>false</default>
0035     </entry>
0036     <entry name="EditorGeometry" type="Rect">
0037     </entry>
0038   </group>
0039 </kcfg>