From 90567067fec6fce6542cff9259b467d19d5abe8d Mon Sep 17 00:00:00 2001 From: Thomas Hartmann Date: Wed, 1 Dec 2021 09:52:58 +0100 Subject: [PATCH] Adjust example start file for content Change-Id: Iabd85245e72ca9e086c52e53e92f93c4de3924ea Reviewed-by: Thomas Hartmann --- .../qmldesigner/welcomepage/ExamplesModel.qml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/share/qtcreator/qmldesigner/welcomepage/ExamplesModel.qml b/share/qtcreator/qmldesigner/welcomepage/ExamplesModel.qml index a80ccea5359..27099c92b9b 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