moved kdeaccessibility kdeaddons kdeadmin kdeartwork kdebindings kdeedu kdegames...
[kdeedu.git] / kbruch / src / kbruch.kcfg
blob98103a2a2767bbc888d2fd0450c48a24f728a428
1 <?xml version="1.0" encoding="UTF-8"?>
2 <kcfg xmlns="http://www.kde.org/standards/kcfg/1.0"
3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4 xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0
5 http://www.kde.org/standards/kcfg/1.0/kcfg.xsd" >
6 <kcfgfile name="kbruchrc"/>
8 <group name="General">
9 <entry type="Int" key="activeExercise">
10 <label>Active exercise.</label>
11 <whatsthis>Saves the active exercise's type.</whatsthis>
12 <default>0</default>
13 </entry>
14 </group>
16 <group name="Task">
17 <entry type="Bool" key="addsub">
18 <label>Enable Addition/Subtraction</label>
19 <whatsthis>Enable Addition/Subtraction for task generation.</whatsthis>
20 <default>true</default>
21 </entry>
22 <entry type="Bool" key="muldiv">
23 <label>Enable Multiplication/Division</label>
24 <whatsthis>Enable Multiplication/Division for task generation.</whatsthis>
25 <default>false</default>
26 </entry>
27 <entry type="UInt" key="number_ratios">
28 <label>Number of fractions</label>
29 <whatsthis>Set the number of fractions for task generation.</whatsthis>
30 <default>2</default>
31 </entry>
32 <entry type="UInt" key="max_main_denominator">
33 <label>Max. main denominator</label>
34 <whatsthis>Set the maximum value of the main denominator.</whatsthis>
35 <default>10</default>
36 </entry>
37 </group>
39 <group name="Statistics">
40 <entry type="Int" key="correct">
41 <label>Number of correctly solved tasks</label>
42 <whatsthis>Number of correctly solved tasks</whatsthis>
43 <default>0</default>
44 </entry>
45 <entry type="Int" key="count">
46 <label>Number of solved tasks</label>
47 <whatsthis>Total number of solved tasks</whatsthis>
48 <default>0</default>
49 </entry>
50 </group>
52 <group name="TaskViewer">
53 <entry name="numberColor" type="Color">
54 <label>Color of the numbers in the task view</label>
55 <whatsthis>Color of the numbers in the task view</whatsthis>
56 <default code="true">Qt::darkGreen</default>
57 </entry>
58 <entry name="operationColor" type="Color">
59 <label>Color of the operation signs in the task view</label>
60 <whatsthis>Color of the operation signs in the task view</whatsthis>
61 <default code="true">Qt::blue</default>
62 </entry>
63 <entry name="fractionBarColor" type="Color">
64 <label>Color of the fraction bars in the task view</label>
65 <whatsthis>Color of the fraction bars in the task view</whatsthis>
66 <default code="true">Qt::red</default>
67 </entry>
68 <entry type="Font" key="taskFont">
69 <label>Font used for the task view</label>
70 <whatsthis>Font used for the task view</whatsthis>
71 <default code="true">KGlobalSettings::generalFont()</default>
72 </entry>
73 <entry type="Bool" key="showSpecialRatioNotation">
74 <label>Enable showing the result also as a mixed number</label>
75 <whatsthis>Enables/disables showing the result also in the special mixed-number notation.</whatsthis>
76 <default>true</default>
77 </entry>
78 </group>
79 </kcfg>