Warning, /games/kblackbox/src/kblackbox.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="kblackboxrc"/>
0007   <group name="KBlackBox Setup">
0008     <entry name="theme" type="String">
0009       <label>File of the current theme of the graphic elements. (SVGZ file with path and file extension)</label>
0010       <default></default>
0011     </entry>
0012     <entry name="balls" type="Int">
0013       <label>Number of balls for custom difficulty level</label>
0014       <default>4</default>
0015     </entry>
0016     <entry name="columns" type="Int">
0017       <label>Number of columns of the board for custom difficulty level</label>
0018       <default>8</default>
0019     </entry>
0020     <entry name="rows" type="Int">
0021       <label>Number of rows of the board for custom difficuty level</label>
0022       <default>8</default>
0023     </entry>
0024   </group>
0025 </kcfg>