Warning, /games/kmines/src/kmines.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="kminesrc"/>
0007   <group name="General">
0008     <entry name="UseQuestionMarks" type="Bool" key="question mark">
0009       <label>Whether the "unsure" marker may be used.</label>
0010       <default>true</default>
0011     </entry>
0012     <entry name="AllowKminesReset" type="Bool" key="kmines_reset">
0013       <label></label>
0014       <default>true</default>
0015     </entry>
0016     <entry name="DisableScoreOnReset" type="Bool" key="disable_score_on_reset">
0017       <label></label>
0018       <default>false</default>
0019     </entry>
0020     <entry name="ExploreWithLeftClickOnNumberCells" type="Bool" key="explore_with_left_click_on_number_cells">
0021       <label>Left click on a number cell will have the same effect as mid click.</label>
0022       <default>false</default>
0023     </entry>
0024     <entry name="PlaceFlagOn" type="Enum" key="place_flag_on">
0025       <choices>
0026         <choice name="MouseRelease"/>
0027         <choice name="MousePress"/>
0028       </choices>
0029       <label></label>
0030       <default>MouseRelease</default>
0031     </entry>
0032   </group>
0033   <group name="Options">
0034     <entry name="CustomWidth" type="Int" key="custom width">
0035       <label>The width of the playing field.</label>
0036       <min>5</min>
0037       <max>50</max>
0038       <default>10</default>
0039     </entry>
0040     <entry name="CustomHeight" type="Int" key="custom height">
0041       <label>The height of the playing field.</label>
0042       <min>5</min>
0043       <max>50</max>
0044       <default>10</default>
0045     </entry>
0046     <entry name="CustomMines" type="Int" key="custom mines">
0047       <label>The number of mines in the playing field.</label>
0048       <min>1</min>
0049       <default>20</default>
0050     </entry>
0051   </group>
0052 </kcfg>