summaryrefslogtreecommitdiffstats
path: root/examples/surfacechart
diff options
context:
space:
mode:
authorTomi Korpipää <tomi.korpipaa@digia.com>2013-09-23 06:13:23 +0300
committerTomi Korpipää <tomi.korpipaa@digia.com>2013-09-23 08:04:47 +0300
commit611dfce313e6b1998b8d7afc49d63beac90b42e9 (patch)
tree347f07b62df67e71612277400ed0b07308c68b13 /examples/surfacechart
parentd57aabe85e6b4012f93348884df16262889906d8 (diff)
Removed old themes
Task-number: QTRD-2319 Change-Id: I90e6add03fdca157fec6aa2398488982ab05d104 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com>
Diffstat (limited to 'examples/surfacechart')
-rw-r--r--examples/surfacechart/main.cpp18
1 files changed, 9 insertions, 9 deletions
diff --git a/examples/surfacechart/main.cpp b/examples/surfacechart/main.cpp
index de7987b1..3b6ece67 100644
--- a/examples/surfacechart/main.cpp
+++ b/examples/surfacechart/main.cpp
@@ -116,15 +116,15 @@ int main(int argc, char *argv[])
labelButton->setText(QStringLiteral("Change label style"));
QComboBox *themeList = new QComboBox(widget);
- themeList->addItem(QStringLiteral("System"));
- themeList->addItem(QStringLiteral("Blue Cerulean"));
- themeList->addItem(QStringLiteral("Blue Icy"));
- themeList->addItem(QStringLiteral("Blue Ncs"));
- themeList->addItem(QStringLiteral("Brown Sand"));
- themeList->addItem(QStringLiteral("Dark"));
- themeList->addItem(QStringLiteral("High Contrast"));
- themeList->addItem(QStringLiteral("Light"));
- themeList->setCurrentIndex(4);
+ themeList->addItem(QStringLiteral("Qt"));
+ themeList->addItem(QStringLiteral("Primary Colors"));
+ themeList->addItem(QStringLiteral("Digia"));
+ themeList->addItem(QStringLiteral("Stone Moss"));
+ themeList->addItem(QStringLiteral("Army Blue"));
+ themeList->addItem(QStringLiteral("Retro"));
+ themeList->addItem(QStringLiteral("Ebony"));
+ themeList->addItem(QStringLiteral("Isabelle"));
+ themeList->setCurrentIndex(0);
QComboBox *shadowQuality = new QComboBox(widget);
shadowQuality->addItem(QStringLiteral("None"));