Warning, /education/kbruch/src/kbruch.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 <include>MainQtWidget.h</include>
0007 <kcfgfile name="kbruchrc"/>
0008 
0009         <group name="General">
0010                 <entry type="Int" key="activeExercise">
0011                         <label>Active exercise.</label>
0012                         <whatsthis>Saves the active exercise's type.</whatsthis>
0013                         <default>0</default>
0014                 </entry>
0015         </group>
0016 
0017         <group name="Task">
0018                 <entry type="Bool" key="addadd">
0019                         <label>Enable Addition</label>
0020                         <whatsthis>Enable Addition for task generation.</whatsthis>
0021                         <default>true</default>
0022                 </entry>
0023                 <entry type="Bool" key="addsub">
0024                         <label>Enable Subtraction</label>
0025                         <whatsthis>Enable Addition/Subtraction for task generation.</whatsthis>
0026                         <default>true</default>
0027                 </entry>
0028                 <entry type="Bool" key="adddiv">
0029                         <label>Enable Division</label>
0030                         <whatsthis>Enable Division for task generation.</whatsthis>
0031                         <default>false</default>
0032                 </entry>
0033                 <entry type="Bool" key="addmult">
0034                         <label>Enable Multiplication</label>
0035                         <whatsthis>Enable Multiplication for task generation.</whatsthis>
0036                         <default>false</default>
0037                 </entry>
0038                 <entry type="Bool" key="muldiv">
0039                         <label>Enable Multiplication/Division</label>
0040                         <whatsthis>Enable Multiplication/Division for task generation.</whatsthis>
0041                         <default>false</default>
0042                 </entry>
0043                 <entry type="UInt" key="number_ratios">
0044                         <label>Number of fractions</label>
0045                         <whatsthis>Set the number of fractions for task generation.</whatsthis>
0046                         <default>2</default>
0047                 </entry>
0048                 <entry type="UInt" key="max_main_denominator">
0049                         <label>Max. main denominator</label>
0050                         <whatsthis>Set the maximum value of the main denominator.</whatsthis>
0051                         <default>10</default>
0052                 </entry>
0053                 <entry type="UInt" key="reduceForm">
0054                         <label>Answer reduced fractions</label>
0055                         <whatsthis>Set if the fractions need to be reduced.</whatsthis>
0056                         <default>false</default>
0057                 </entry>
0058                 <entry type="Bool" key="solutionMixed">
0059                         <label>Mixed number</label>
0060                         <whatsthis>Set if the fractions will appear in mixed form or not on solution.</whatsthis>
0061                         <default>true</default>
0062                 </entry>
0063                 <entry type="Bool" key="answerMixed">
0064                         <label>Mixed number</label>
0065                         <whatsthis>Set if the fractions will need answers in mixed form or not on solution.</whatsthis>
0066                         <default>true</default>
0067                 </entry>
0068                 <entry type="Bool" key="questionMixed">
0069                         <label>Mixed number</label>
0070                         <whatsthis>Set if the fractions will appear in mixed form or not in questions.</whatsthis>
0071                         <default>true</default>
0072                 </entry>
0073         </group>
0074 
0075         <group name="Statistics">
0076                 <entry type="Int" key="correct">
0077                         <label>Number of correctly solved tasks</label>
0078                         <whatsthis>Number of correctly solved tasks</whatsthis>
0079                         <default>0</default>
0080                 </entry>
0081                 <entry type="Int" key="count">
0082                         <label>Number of solved tasks</label>
0083                         <whatsthis>Total number of solved tasks</whatsthis>
0084                         <default>0</default>
0085                 </entry>
0086                 <entry type="Int" key="skipped">
0087                         <label>Number of skipped tasks</label>
0088                         <whatsthis>Number of skipped tasks</whatsthis>
0089                         <default>0</default>
0090                 </entry>
0091         </group>
0092 
0093         <group name="TaskViewer">
0094                 <entry name="numberColor" type="Color">
0095                         <label>Color of the numbers in the task view</label>
0096                         <whatsthis>Color of the numbers in the task view</whatsthis>
0097                         <default code="true">Qt::black</default>
0098                 </entry>
0099                 <entry name="operationColor" type="Color">
0100                         <label>Color of the operation signs in the task view</label>
0101                         <whatsthis>Color of the operation signs in the task view</whatsthis>
0102                         <default code="true">Qt::blue</default>
0103                 </entry>
0104                 <entry name="fractionBarColor" type="Color">
0105                         <label>Color of the fraction bars in the task view</label>
0106                         <whatsthis>Color of the fraction bars in the task view</whatsthis>
0107                         <default code="true">Qt::black</default>
0108                 </entry>
0109                 <entry type="Font" key="taskFont">
0110                         <label>Font used for the task view</label>
0111                         <whatsthis>Font used for the task view</whatsthis>
0112                         <default code="true">MainQtWidget::DefaultFont()</default>
0113                 </entry>
0114                 <entry type="Bool" key="showSpecialRatioNotation">
0115                         <label>Enable showing the result also as a mixed number</label>
0116                         <whatsthis>Enables/disables showing the result also in the special mixed-number notation.</whatsthis>
0117                         <default>true</default>
0118                 </entry>
0119         </group>
0120 </kcfg>