From ce599e4f9f94b4eb00c1b5edb85bce5431ab3df2 Mon Sep 17 00:00:00 2001 From: toma Date: Wed, 25 Nov 2009 17:56:58 +0000 Subject: Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. BUG:215923 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeedu@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kbruch/src/kbruch.kcfg | 79 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 79 insertions(+) create mode 100644 kbruch/src/kbruch.kcfg (limited to 'kbruch/src/kbruch.kcfg') diff --git a/kbruch/src/kbruch.kcfg b/kbruch/src/kbruch.kcfg new file mode 100644 index 00000000..98103a2a --- /dev/null +++ b/kbruch/src/kbruch.kcfg @@ -0,0 +1,79 @@ + + + + + + + + Saves the active exercise's type. + 0 + + + + + + + Enable Addition/Subtraction for task generation. + true + + + + Enable Multiplication/Division for task generation. + false + + + + Set the number of fractions for task generation. + 2 + + + + Set the maximum value of the main denominator. + 10 + + + + + + + Number of correctly solved tasks + 0 + + + + Total number of solved tasks + 0 + + + + + + + Color of the numbers in the task view + Qt::darkGreen + + + + Color of the operation signs in the task view + Qt::blue + + + + Color of the fraction bars in the task view + Qt::red + + + + Font used for the task view + KGlobalSettings::generalFont() + + + + Enables/disables showing the result also in the special mixed-number notation. + true + + + -- cgit v1.2.1