aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Hartmann <thomas.hartmann@qt.io>2021-12-01 09:52:58 +0100
committerThomas Hartmann <thomas.hartmann@qt.io>2021-12-01 08:53:31 +0000
commit90567067fec6fce6542cff9259b467d19d5abe8d (patch)
treec29332358b2fa28fbc3c94806acdfb5d5634a02d
parent37215287ba4c04174d6006a89e34966e2b5634cb (diff)
Adjust example start file for content
Change-Id: Iabd85245e72ca9e086c52e53e92f93c4de3924ea Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
-rw-r--r--share/qtcreator/qmldesigner/welcomepage/ExamplesModel.qml12
1 files changed, 6 insertions, 6 deletions
diff --git a/share/qtcreator/qmldesigner/welcomepage/ExamplesModel.qml b/share/qtcreator/qmldesigner/welcomepage/ExamplesModel.qml
index a80ccea535..27099c92b9 100644
--- a/share/qtcreator/qmldesigner/welcomepage/ExamplesModel.qml
+++ b/share/qtcreator/qmldesigner/welcomepage/ExamplesModel.qml
@@ -28,7 +28,7 @@ import QtQuick 2.0
ListModel {
ListElement {
projectName: "ClusterTutorial"
- qmlFileName: "ClusterTutorial.qml"
+ qmlFileName: "content/Cluster_Art.ui.qml"
thumbnail: "images/tutorialclusterdemo_thumbnail.png"
displayName: "Cluster Tutorial"
showDownload: false
@@ -36,7 +36,7 @@ ListModel {
ListElement {
projectName: "CoffeeMachine"
- qmlFileName: "CoffeeMachine.qml"
+ qmlFileName: "content/ApplicationFlowForm.ui.qml"
thumbnail: "images/coffeemachinedemo_thumbnail.png"
displayName: "Coffee Machine"
showDownload: false
@@ -44,7 +44,7 @@ ListModel {
ListElement {
projectName: "SideMenu"
- qmlFileName: "SideMenu.qml"
+ qmlFileName: "content/MainForm.ui.qml"
thumbnail: "images/sidemenu_demo.png"
displayName: "Side Menu"
showDownload: false
@@ -52,7 +52,7 @@ ListModel {
ListElement {
projectName: "WebinarDemo"
- qmlFileName: "DesignStudioWebinar.qml"
+ qmlFileName: "content/MainApp.ui.qml"
thumbnail: "images/webinardemo_thumbnail.png"
displayName: "Webinar Demo"
showDownload: false
@@ -60,7 +60,7 @@ ListModel {
ListElement {
projectName: "EBikeDesign"
- qmlFileName: "EBikeDesign.qml"
+ qmlFileName: "content/Screen01.ui.qml"
thumbnail: "images/ebike_demo_thumbnail.png"
displayName: "E-Bike Design"
showDownload: false
@@ -68,7 +68,7 @@ ListModel {
ListElement {
projectName: "ProgressBar"
- qmlFileName: "ProgressBar.ui.qml"
+ qmlFileName: "content/ProgressBar.ui.qml"
thumbnail: "images/progressbar_demo.png"
displayName: "Progress Bar"
showDownload: false