Warning, /games/kigo/src/kigo.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="kigorc"/>
0007     <include>klocalizedstring.h</include>
0008     <group name="Backend">
0009         <entry name="EngineCommand" type="String">
0010             <label>The current game engine command with (optional) parameters</label>
0011             <default code="true">
0012                 QStandardPaths::findExecutable(QStringLiteral("gnugo")) + QStringLiteral(" --mode gtp")
0013             </default>
0014         </entry>
0015         <entry name="EngineWorking" type="Bool">
0016             <default>true</default>
0017         </entry>
0018     </group>
0019     <group name="UserInterface">
0020         <entry name="Theme" type="String">
0021             <label>The graphical theme to be used</label>
0022             <default>default</default>
0023         </entry>
0024         <entry name="ShowBoardLabels" type="Bool">
0025             <label>Determines whether board labels are shown</label>
0026             <default>true</default>
0027         </entry>
0028         <entry name="ShowMoveNumbers" type="Bool">
0029             <label>Move numbers are drawn onto stones if enabled</label>
0030             <default>false</default>
0031         </entry>
0032         <entry name="HintVisibleTime" type="Double">
0033             <label>Number of seconds for which a hint is visible</label>
0034             <default>3.0</default>
0035             <min>1.0</min>
0036             <max>5.0</max>
0037         </entry>
0038     </group>
0039     <group name="Game">
0040         <entry name="BlackPlayerHuman" type="Bool">
0041             <label>Is black a human player?</label>
0042             <default>true</default>
0043         </entry>
0044         <entry name="BlackPlayerName" type="String">
0045             <label>The name of the black player</label>
0046             <default code="true">i18n("Black Player")</default>
0047         </entry>
0048         <entry name="BlackPlayerStrength" type="Int">
0049             <label>The strength of the black player</label>
0050             <default>10</default>
0051             <min>1</min>
0052             <max>10</max>
0053         </entry>
0054         <entry name="WhitePlayerHuman" type="Bool">
0055             <label>Is white a human player?</label>
0056             <default>false</default>
0057         </entry>
0058         <entry name="WhitePlayerName" type="String">
0059             <label>The name of the white player</label>
0060             <default code="true">i18n("White Player")</default>
0061         </entry>
0062         <entry name="WhitePlayerStrength" type="Int">
0063             <label>The strength of the white player</label>
0064             <default>1</default>
0065             <min>1</min>
0066             <max>10</max>
0067         </entry>
0068         <entry name="BoardSize" type="Int">
0069             <label>Go board size</label>
0070             <tooltip></tooltip>
0071             <default>9</default>
0072             <min>3</min>
0073             <max>19</max>
0074         </entry>
0075         <entry name="Komi" type="Double">
0076             <label>Komi</label>
0077             <tooltip>With komi you can give the black player some extra points</tooltip>
0078             <default>4.5</default>
0079             <min>0</min>
0080             <max>50</max>
0081         </entry>
0082         <entry name="FixedHandicapValue" type="Int">
0083             <label>Extra stones for the black player</label>
0084             <default>4</default>
0085             <min>1</min>
0086             <max>9</max>
0087         </entry>
0088     </group>
0089 </kcfg>