summaryrefslogtreecommitdiffstats
path: root/demos
diff options
context:
space:
mode:
authorTitta Heikkala <titta.heikkala@digia.com>2013-10-02 14:42:27 +0300
committerTitta Heikkala <titta.heikkala@digia.com>2013-10-04 09:46:48 +0300
commit3dc2625e2a478dfe9b5b916f6f5688548a5c2ee2 (patch)
tree7248782bd3f3a50b3c6a8e97a82b957bfd54e6e4 /demos
parenta37605d126b677760676fa48fc956ef26c24bed9 (diff)
Add new Qt theme template
Added new theme template ChartThemeQt. The colors are the ones used in official Qt documentation. Task-number: QTRD-1924 Change-Id: I2bb2d33b0198cad6275244d2e815908a2db033a3 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com>
Diffstat (limited to 'demos')
-rw-r--r--demos/chartthemes/themewidget.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/demos/chartthemes/themewidget.cpp b/demos/chartthemes/themewidget.cpp
index a4599f7c..0716d6c4 100644
--- a/demos/chartthemes/themewidget.cpp
+++ b/demos/chartthemes/themewidget.cpp
@@ -151,6 +151,7 @@ QComboBox *ThemeWidget::createThemeBox() const
themeComboBox->addItem("Blue NCS", QChart::ChartThemeBlueNcs);
themeComboBox->addItem("High Contrast", QChart::ChartThemeHighContrast);
themeComboBox->addItem("Blue Icy", QChart::ChartThemeBlueIcy);
+ themeComboBox->addItem("Qt", QChart::ChartThemeQt);
return themeComboBox;
}