Warning, /games/knetwalk/src/knetwalk.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="knetwalkrc"/> 0007 <group name="Preferences"> 0008 <entry name="username" type="String"> 0009 <label>Default user name</label> 0010 </entry> 0011 </group> 0012 <group name="General"> 0013 <entry name="PlaySounds" type="Bool" key="PlaySounds"> 0014 <label>Whether game sounds are played.</label> 0015 <default>true</default> 0016 </entry> 0017 <entry name="Autolock" type="Bool" key="Autolock"> 0018 <label>Whether lock cell after rotation.</label> 0019 <default>false</default> 0020 </entry> 0021 <entry name="ReverseButtons" type="Bool" key="ReverseButtons"> 0022 <label>Use left click for clockwise and right click for counter-clockwise.</label> 0023 <default>false</default> 0024 </entry> 0025 <entry name="RotateDuration" type="Int" key="RotateDuration"> 0026 <label>Duration for cell to complete one rotation.</label> 0027 <min>100</min> 0028 <max>500</max> 0029 <default>300</default> 0030 </entry> 0031 </group> 0032 <group name="Custom"> 0033 <entry name="Width" type="Int" key="width"> 0034 <label>The width of the board.</label> 0035 <min>3</min> 0036 <max>11</max> 0037 <default>6</default> 0038 </entry> 0039 <entry name="Height" type="Int" key="height"> 0040 <label>The height of the board.</label> 0041 <min>3</min> 0042 <max>11</max> 0043 <default>6</default> 0044 </entry> 0045 <entry name="Wrapping" type="Bool" key="Wrapping"> 0046 <label>Whether wrap from left to right and from top to bottom is enabled.</label> 0047 <default>false</default> 0048 </entry> 0049 </group> 0050 </kcfg>