aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quickcontrols2/gallery/gallery.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quickcontrols2/gallery/gallery.cpp')
-rw-r--r--examples/quickcontrols2/gallery/gallery.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/quickcontrols2/gallery/gallery.cpp b/examples/quickcontrols2/gallery/gallery.cpp
index 629e69f9..5c7dc188 100644
--- a/examples/quickcontrols2/gallery/gallery.cpp
+++ b/examples/quickcontrols2/gallery/gallery.cpp
@@ -73,7 +73,7 @@ int main(int argc, char *argv[])
QQmlApplicationEngine engine;
- const QStringList builtInStyles = { QLatin1String("Default"), QLatin1String("Fusion"),
+ const QStringList builtInStyles = { QLatin1String("Basic"), QLatin1String("Fusion"),
QLatin1String("Imagine"), QLatin1String("Material"), QLatin1String("Universal") };
engine.rootContext()->setContextProperty("builtInStyles", builtInStyles);