summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorTomi Korpipää <tomi.korpipaa@digia.com>2013-09-16 08:05:18 +0300
committerTomi Korpipää <tomi.korpipaa@digia.com>2013-09-16 08:10:31 +0300
commit2f9fe2d24df97f1bffca578d6a97c9c7e603440c (patch)
tree0cfcfdaa70e219b5df82c19dc77f0b90925a04e0 /examples
parent76c4cfa1693230c569fc34c0fb595de59d73a49d (diff)
Theme draft
Task-number: QTRD-2277 Change-Id: I9d35587e0442c648073e533d5619da301d48af17 Change-Id: I9d35587e0442c648073e533d5619da301d48af17 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com>
Diffstat (limited to 'examples')
-rw-r--r--examples/scatterchart/main.cpp8
-rw-r--r--examples/widget/main.cpp8
2 files changed, 16 insertions, 0 deletions
diff --git a/examples/scatterchart/main.cpp b/examples/scatterchart/main.cpp
index 635ea0a5..8b18f5d4 100644
--- a/examples/scatterchart/main.cpp
+++ b/examples/scatterchart/main.cpp
@@ -61,6 +61,14 @@ int main(int argc, char **argv)
themeList->addItem(QStringLiteral("Dark"));
themeList->addItem(QStringLiteral("High Contrast"));
themeList->addItem(QStringLiteral("Light"));
+ 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(4);
QPushButton *labelButton = new QPushButton(widget);
diff --git a/examples/widget/main.cpp b/examples/widget/main.cpp
index 3c369063..de2776fd 100644
--- a/examples/widget/main.cpp
+++ b/examples/widget/main.cpp
@@ -61,6 +61,14 @@ int main(int argc, char **argv)
themeList->addItem(QStringLiteral("Dark"));
themeList->addItem(QStringLiteral("High Contrast"));
themeList->addItem(QStringLiteral("Light"));
+ 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);
QPushButton *labelButton = new QPushButton(widget);