aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Hartmann <thomas.hartmann@qt.io>2021-12-08 14:24:34 +0100
committerThomas Hartmann <thomas.hartmann@qt.io>2021-12-08 15:55:25 +0000
commitb289f5d13acf3123bd44cc82e6121ee02b6cdff4 (patch)
treecb191a3a05c9df740cb93b19c7a3164fe7fe0531
parentf6591574ee263c1c2f15ddf8bb8e64a825fc0ec3 (diff)
Use Fire.ui.qml as the first file in Particles
Task-number: QDS-5737 Change-Id: I4bf76931eefaed1b1732a19d66c7367667d74493 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
-rw-r--r--src/plugins/studiowelcome/qml/welcomepage/ExamplesModel.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/studiowelcome/qml/welcomepage/ExamplesModel.qml b/src/plugins/studiowelcome/qml/welcomepage/ExamplesModel.qml
index c13ef5b1b3..432260d1c8 100644
--- a/src/plugins/studiowelcome/qml/welcomepage/ExamplesModel.qml
+++ b/src/plugins/studiowelcome/qml/welcomepage/ExamplesModel.qml
@@ -130,7 +130,7 @@ ListModel {
ListElement {
projectName: "particles"
- qmlFileName: "Screen01.ui.qml"
+ qmlFileName: "Fire.ui.qml"
thumbnail: "images/particles_thumbnail.png"
displayName: "Particle Demo"
url: "https://download.qt.io/learning/examples/qtdesignstudio/particles.zip"