summaryrefslogtreecommitdiffstats
path: root/examples/widget/main.cpp
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/widget/main.cpp
parentd57aabe85e6b4012f93348884df16262889906d8 (diff)
Removed old themes
Task-number: QTRD-2319 Change-Id: I90e6add03fdca157fec6aa2398488982ab05d104 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com>
Diffstat (limited to 'examples/widget/main.cpp')
-rw-r--r--examples/widget/main.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/examples/widget/main.cpp b/examples/widget/main.cpp
index de2776fd..86ee49a3 100644
--- a/examples/widget/main.cpp
+++ b/examples/widget/main.cpp
@@ -53,14 +53,6 @@ int main(int argc, char **argv)
hLayout->addLayout(vLayout);
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->addItem(QStringLiteral("Qt"));
themeList->addItem(QStringLiteral("Primary Colors"));
themeList->addItem(QStringLiteral("Digia"));