summaryrefslogtreecommitdiffstats
path: root/examples/widget/main.cpp
diff options
context:
space:
mode:
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"));