summaryrefslogtreecommitdiffstats
path: root/demos
diff options
context:
space:
mode:
authorTitta Heikkala <titta.heikkala@digia.com>2013-10-11 12:33:02 +0300
committerTitta Heikkala <titta.heikkala@digia.com>2013-10-11 12:45:13 +0300
commitecc23d4e019a8f89e549f16a621b41eef78cffad (patch)
tree4f0de714b13ca5d2aa80b47e41136aebeafb6c6d /demos
parentc58d5a10ac6546a13570cda940b17d4c342b0568 (diff)
Add the new Qt template to demos and tests
The new Qt template is added to demos and test applications that provide the selection for theme. Task-number: QTRD-1924 Change-Id: I847621c98c657e89678bc759ab9e8f6c290debd7 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com>
Diffstat (limited to 'demos')
-rw-r--r--demos/piechartcustomization/mainwidget.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/demos/piechartcustomization/mainwidget.cpp b/demos/piechartcustomization/mainwidget.cpp
index dfe49e66..a9e85894 100644
--- a/demos/piechartcustomization/mainwidget.cpp
+++ b/demos/piechartcustomization/mainwidget.cpp
@@ -64,6 +64,7 @@ MainWidget::MainWidget(QWidget *parent)
m_themeComboBox->addItem("BlueNcs", QChart::ChartThemeBlueNcs);
m_themeComboBox->addItem("High Contrast", QChart::ChartThemeHighContrast);
m_themeComboBox->addItem("Blue Icy", QChart::ChartThemeBlueIcy);
+ m_themeComboBox->addItem("Qt", QChart::ChartThemeQt);
m_aaCheckBox = new QCheckBox();
m_animationsCheckBox = new QCheckBox();