You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdeedu/kbruch/src/kbruch.kcfg

80 lines
2.8 KiB

<?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>