summaryrefslogtreecommitdiffstats
path: root/src/datavisualization/theme/q3dtheme_p.h
diff options
context:
space:
mode:
authorTomi Korpipää <tomi.korpipaa@digia.com>2013-12-10 12:55:22 +0200
committerTomi Korpipää <tomi.korpipaa@digia.com>2013-12-10 13:34:29 +0200
commit56eb5442dd1e2d6233e443bab956c6bd1b7a116b (patch)
treef787dd58af4219c4d51b1131e26b14271924fa62 /src/datavisualization/theme/q3dtheme_p.h
parent6e35dbbfc272b322d9e39d30dec3039a75a149fa (diff)
Multiseries support for theme colors and gradients, Part 1
Task-number: QTRD-2611 - declarative support for color list missing - declarative connections and fixes for count etc. Change-Id: I0ac007dcd7acb011d1a4461a56066ee41c364a75 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com>
Diffstat (limited to 'src/datavisualization/theme/q3dtheme_p.h')
-rw-r--r--src/datavisualization/theme/q3dtheme_p.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/datavisualization/theme/q3dtheme_p.h b/src/datavisualization/theme/q3dtheme_p.h
index 1d2032fb..c9f59d99 100644
--- a/src/datavisualization/theme/q3dtheme_p.h
+++ b/src/datavisualization/theme/q3dtheme_p.h
@@ -105,7 +105,7 @@ public:
Q3DThemeDirtyBitField m_dirtyBits;
- QColor m_baseColor;
+ QList<QColor> m_baseColors;
QColor m_backgroundColor;
QColor m_windowColor;
QColor m_textColor;
@@ -114,7 +114,7 @@ public:
QColor m_singleHighlightColor;
QColor m_multiHighlightColor;
QColor m_lightColor;
- QLinearGradient m_baseGradient;
+ QList<QLinearGradient> m_baseGradients;
QLinearGradient m_singleHighlightGradient;
QLinearGradient m_multiHighlightGradient;
float m_lightStrength;