forked from qt-creator/qt-creator
StudioWelcome: Do not start with .ui.qml file
Opening the design mode while a project is still loaded can become incredbly slow. Change-Id: I692c736269fb130dc33461dcb8a5f6e6e6765b88 Reviewed-by: Brook Cronin <brook.cronin@qt.io> Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
This commit is contained in:
committed by
Tim Jenssen
parent
8d9c39fa30
commit
1ae893de26
@@ -28,7 +28,7 @@ import QtQuick 2.0
|
||||
ListModel {
|
||||
ListElement {
|
||||
projectName: "ClusterTutorial"
|
||||
qmlFileName: "Cluster_Art.ui.qml"
|
||||
qmlFileName: "ClusterTutorial.qml"
|
||||
thumbnail: "images/tutorialclusterdemo_thumbnail.png"
|
||||
displayName: "Cluster Tutorial"
|
||||
}
|
||||
@@ -42,21 +42,21 @@ ListModel {
|
||||
|
||||
ListElement {
|
||||
projectName: "SideMenu"
|
||||
qmlFileName: "MainFile.ui.qml"
|
||||
qmlFileName: "SideMenu.qml"
|
||||
thumbnail: "images/sidemenu_demo.png"
|
||||
displayName: "Side Menu"
|
||||
}
|
||||
|
||||
ListElement {
|
||||
projectName: "WebinarDemo"
|
||||
qmlFileName: "MainApp.ui.qml"
|
||||
qmlFileName: "DesignStudioWebinar.qml"
|
||||
thumbnail: "images/webinardemo_thumbnail.png"
|
||||
displayName: "Webinar Demo"
|
||||
}
|
||||
|
||||
ListElement {
|
||||
projectName: "EBikeDesign"
|
||||
qmlFileName: "Screen01.ui.qml"
|
||||
qmlFileName: "EBikeDesign.qml"
|
||||
thumbnail: "images/ebike_demo_thumbnail.png"
|
||||
displayName: "E-Bike Design"
|
||||
}
|
||||
|
Reference in New Issue
Block a user