summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTomi Korpipää <tomi.korpipaa@digia.com>2013-09-04 09:30:52 +0300
committerTomi Korpipää <tomi.korpipaa@digia.com>2013-09-04 09:48:13 +0300
commit82583cd91450d1dd26e38e27094aa48a741f65bd (patch)
treee0a0290695f0f6eae5bdba6aafec0e943b352381 /src
parent8023f5bc0a490c2c1250194d483270ec6131b730 (diff)
Fixed issues from Improve examples task
Task-number: QTRD-2239 + qmlscatter example improved + qmlbarchart button text changed + tweaked a theme Change-Id: I3a49c0183a63bcb7b5fcd8b9dac2e8ed55aa649e Change-Id: I3a49c0183a63bcb7b5fcd8b9dac2e8ed55aa649e Reviewed-by: Mika Salmela <mika.salmela@digia.com>
Diffstat (limited to 'src')
-rw-r--r--src/datavis3d/engine/theme.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/datavis3d/engine/theme.cpp b/src/datavis3d/engine/theme.cpp
index 0de78c03..26500eb8 100644
--- a/src/datavis3d/engine/theme.cpp
+++ b/src/datavis3d/engine/theme.cpp
@@ -250,8 +250,10 @@ void Theme::useColorTheme(QDataVis::ColorTheme colorTheme)
m_backgroundColor = QColor(QRgb(0x596a74));
//m_backgroundColor = QColor(QRgb(0xffffff));
m_windowColor = QColor(QRgb(0x000000));
- m_textColor = QColor(QRgb(0x181818));
- m_textBackgroundColor = QColor(0xff, 0xff, 0xff, 0x80);
+ m_textColor = QColor(QRgb(0xffffff));
+ m_textBackgroundColor = QColor(0x18, 0x18, 0x18, 0x80);
+ //m_textColor = QColor(QRgb(0x181818));
+ //m_textBackgroundColor = QColor(0xff, 0xff, 0xff, 0x80);
m_gridLine = QColor(QRgb(0x8c8c8c));
m_highlightBarColor = QColor(QRgb(0xffab03));
m_highlightRowColor = QColor(QRgb(0x038e9b));