summaryrefslogtreecommitdiffstats
path: root/kbruch/src/kbruch.kcfg
blob: ae13463d2ca19889e06c42804312b379ecf7c10f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
<?xml version="1.0" encoding="UTF-8"?>
<kcfg xmlns="http://www.kde.org/standards/kcfg/1.0"
      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
      xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0
      http://www.kde.org/standards/kcfg/1.0/kcfg.xsd" >
<kcfgfile name="kbruchrc"/>

	<group name="General">
		<entry type="Int" key="activeExercise">
			<label>Active exercise.</label>
			<whatsthis>Saves the active exercise's type.</whatsthis>
			<default>0</default>
		</entry>
	</group>

	<group name="Task">
		<entry type="Bool" key="addsub">
			<label>Enable Addition/Subtraction</label>
			<whatsthis>Enable Addition/Subtraction for task generation.</whatsthis>
			<default>true</default>
		</entry>
		<entry type="Bool" key="muldiv">
			<label>Enable Multiplication/Division</label>
			<whatsthis>Enable Multiplication/Division for task generation.</whatsthis>
			<default>false</default>
		</entry>
		<entry type="UInt" key="number_ratios">
			<label>Number of fractions</label>
			<whatsthis>Set the number of fractions for task generation.</whatsthis>
			<default>2</default>
		</entry>
		<entry type="UInt" key="max_main_denominator">
			<label>Max. main denominator</label>
			<whatsthis>Set the maximum value of the main denominator.</whatsthis>
			<default>10</default>
		</entry>
	</group>

	<group name="Statistics">
		<entry type="Int" key="correct">
			<label>Number of correctly solved tasks</label>
			<whatsthis>Number of correctly solved tasks</whatsthis>
			<default>0</default>
		</entry>
		<entry type="Int" key="count">
			<label>Number of solved tasks</label>
			<whatsthis>Total number of solved tasks</whatsthis>
			<default>0</default>
		</entry>
	</group>

	<group name="TaskViewer">
		<entry name="numberColor" type="Color">
			<label>Color of the numbers in the task view</label>
			<whatsthis>Color of the numbers in the task view</whatsthis>
			<default code="true">Qt::darkGreen</default>
		</entry>
		<entry name="operationColor" type="Color">
			<label>Color of the operation signs in the task view</label>
			<whatsthis>Color of the operation signs in the task view</whatsthis>
			<default code="true">Qt::blue</default>
		</entry>
		<entry name="fractionBarColor" type="Color">
			<label>Color of the fraction bars in the task view</label>
			<whatsthis>Color of the fraction bars in the task view</whatsthis>
			<default code="true">Qt::red</default>
		</entry>
		<entry type="Font" key="taskFont">
			<label>Font used for the task view</label>
			<whatsthis>Font used for the task view</whatsthis>
			<default code="true">TDEGlobalSettings::generalFont()</default>
		</entry>
		<entry type="Bool" key="showSpecialRatioNotation">
			<label>Enable showing the result also as a mixed number</label>
			<whatsthis>Enables/disables showing the result also in the special mixed-number notation.</whatsthis>
			<default>true</default>
		</entry>
	</group>
</kcfg>