Warning, /education/kgeography/src/kgeography.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="kgeographyrc"/>
0007         <group name="general">
0008                 <entry name="lastMap" type="String">
0009                         <label>The last opened map</label>
0010                 </entry>
0011                 <entry name="questionPlacingScheme" type="Enum">
0012                         <label>Placement alignment of the question</label>
0013                         <default>TopLeft</default>
0014                         <choices>
0015                                 <choice name="TopLeft" />
0016                                 <choice name="Top" />
0017                                 <choice name="TopRight" />
0018                                 <choice name="Left" />
0019                                 <choice name="Center" />
0020                                 <choice name="Right" />
0021                                 <choice name="BottomLeft" />
0022                                 <choice name="Bottom" />
0023                                 <choice name="BottomRight" />
0024                         </choices>
0025                 </entry>
0026                 <entry name="waitsForValidation" type="Bool">
0027                         <label>Ask for validation before next question</label>
0028                         <default>true</default>
0029                 </entry>
0030                 <entry name="focusFollowsMouse" type="Bool">
0031                         <label>Whether press on space while hovering a button should trigger that button</label>
0032                         <default>false</default>
0033                 </entry>
0034                 <entry name="tooltipFollowsMouse" type="Bool">
0035                         <label>Whether the map tooltip follows mouse movement</label>
0036                         <default>true</default>
0037                 </entry>
0038                 <entry name="colorDisguise" type="Enum">
0039                         <label>What to do to colors of divisions</label>
0040                         <default>Nothing</default>
0041                         <choices>
0042                                 <choice name="Nothing" />
0043                                 <choice name="Scramble" />
0044                         </choices>
0045                 </entry>
0046   </group>
0047 </kcfg>