From 2bda8f7717adf28da4af0d34fb82f63d2868c31d 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/kdeutils@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kcalc/kcalc.kcfg | 127 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 127 insertions(+) create mode 100644 kcalc/kcalc.kcfg (limited to 'kcalc/kcalc.kcfg') diff --git a/kcalc/kcalc.kcfg b/kcalc/kcalc.kcfg new file mode 100644 index 0000000..e4275b7 --- /dev/null +++ b/kcalc/kcalc.kcfg @@ -0,0 +1,127 @@ + + + kapplication.h + kglobalsettings.h + config.h + + + + + #000000 + + + + #BDFFB4 + + + + QColor defaultButtonColor = kapp->palette().active().background(); + defaultButtonColor + + + + defaultButtonColor + + + + defaultButtonColor + + + + defaultButtonColor + + + + defaultButtonColor + + + + defaultButtonColor + + + + + + QFont(KGlobalSettings::generalFont().family(), 14, QFont::Bold) + + + + + + + KCalc can compute with many more digits than the number that + fits on the display. This setting gives the maximum number of + digits displayed, before KCalc starts using scientific notation, + i.e. notation of the type 2.34e12. + + 12 + 8 + 200 + + + + 2 + + + + false + + + + + + true + + + + false + + + + true + + + + false + + + + false + + + + false + + + + false + + + + + + + C1 + C2 + C3 + C4 + C5 + C6 + + + + + + 0 + 0 + 0 + 0 + 0 + 0 + + + -- cgit v1.2.1