Warning, /games/bovo/src/gui/bovo.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="bovorc"/> 0007 <group name="bovo"> 0008 <entry name="theme" type="String"> 0009 <label>Theme</label> 0010 <default>scribble</default> 0011 </entry> 0012 <entry name="playbackSpeed" type="Int"> 0013 <label>Speed of demo and replay playback.</label> 0014 <min>150</min> 0015 <max>2000</max> 0016 <default>400</default> 0017 </entry> 0018 <entry name="animation" type="Bool"> 0019 <label>Whether moves should be animated or not.</label> 0020 <default>true</default> 0021 </entry> 0022 <entry name="ai" type="Enum"> 0023 <label>AI engine to use.</label> 0024 <choices> 0025 <choice name="Gabor" /> 0026 <choice name="Aron" /> 0027 </choices> 0028 <default>Gabor</default> 0029 </entry> 0030 </group> 0031 </kcfg>