Warning, /games/klickety/src/klickety.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="ShowBoundLines" type="Bool" key="showboundlines">
0009       <default code="true">
0010         ( s_globalSettings->q->config()->name() == QLatin1String( "ksamerc" ) )
0011         ? false
0012         : true
0013       </default>
0014     </entry>
0015     <entry name="EnableAnimation" type="Bool" key="enableanimation">
0016       <default>true</default>
0017     </entry>
0018     <entry name="EnableHighlight" type="Bool" key="enablehighlight">
0019       <default>true</default>
0020     </entry>
0021     <entry name="EnableSounds" type="Bool" key="enablesounds">
0022       <default>true</default>
0023     </entry>
0024   </group>
0025   <group name="Background">
0026     <entry name="RadioTheme" type="Bool">
0027       <default>true</default>
0028     </entry>
0029     <entry name="RadioColor" type="Bool">
0030       <default>false</default>
0031     </entry>
0032     <entry name="RadioImage" type="Bool">
0033       <default>false</default>
0034     </entry>
0035     <entry name="BgColor" type="Color" key="Background Color">
0036       <label>The background color to be used.</label>
0037       <default>#000000</default>
0038     </entry>
0039     <entry name="BgImage" type="Url" key="Background Image">
0040       <label>The background image to be used.</label>
0041     </entry>
0042   </group>
0043   <group name="CustomGame">
0044     <entry name="CustomWidth" type="Int" key="Custom Width">
0045       <label>The width of the playing field.</label>
0046       <min>5</min>
0047       <max>50</max>
0048       <default>10</default>
0049     </entry>
0050     <entry name="CustomHeight" type="Int" key="Custom Height">
0051       <label>The height of the playing field.</label>
0052       <min>5</min>
0053       <max>50</max>
0054       <default>16</default>
0055     </entry>
0056     <entry name="CustomColorCount" type="Int" key="Custom Color Count">
0057       <label>The number of colors in the playing field.</label>
0058       <min>1</min>
0059       <default>5</default>
0060     </entry>
0061   </group>
0062 </kcfg>