StudioWelcome: Add new examples and tutorials to welcome page

Change-Id: I15c9323ada722b34197c544e785630d467177170
Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
Thomas Hartmann
2021-03-19 12:27:50 +01:00
parent 0c7cb42e5f
commit 7f05b7e918
6 changed files with 29 additions and 1 deletions

View File

@@ -75,6 +75,13 @@ ListModel {
displayName: "Washing Machine" displayName: "Washing Machine"
} }
ListElement {
projectName: "SimpleKeyboard"
qmlFileName: "SimpleKeyboard.qml"
thumbnail: "images/virtualkeyboard_thumbnail.png"
displayName: "Virtual Keyboard"
}
ListElement { ListElement {
projectName: "highendivisystem" projectName: "highendivisystem"
qmlFileName: "Screen01.ui.qml" qmlFileName: "Screen01.ui.qml"
@@ -83,4 +90,13 @@ ListModel {
url: "https://download.qt.io/learning/examples/qtdesignstudio/highendivisystem.zip" url: "https://download.qt.io/learning/examples/qtdesignstudio/highendivisystem.zip"
showDownload: true showDownload: true
} }
ListElement {
projectName: "highendivisystem"
qmlFileName: "Screen01.ui.qml"
thumbnail: "images/digital_cluster_thumbnail.png"
displayName: "Digital Cluster"
url: "https://download.qt.io/learning/examples/qtdesignstudio/digitalcluster.zip"
showDownload: true
}
} }

View File

@@ -141,8 +141,20 @@ ListModel {
} }
ListElement { ListElement {
displayName: "Getting Started - Create New Project" displayName: "Create New Project"
thumbnail: "images/gettingStarted_newProject.png" thumbnail: "images/gettingStarted_newProject.png"
url: "https://youtu.be/9ihYeC0YJ0M" url: "https://youtu.be/9ihYeC0YJ0M"
} }
ListElement {
displayName: "Using Qt Quick 3D Components"
thumbnail: "images/gettingStarted_3dComponents.png"
url: "https://youtu.be/u3kZJjlk3CY"
}
ListElement {
displayName: "Using Custom Shaders, Materials, and Effects"
thumbnail: "images/gettingStarted_shaders.png"
url: "https://youtu.be/bMXeeQw6BYs"
}
} }

Binary file not shown.

After

Width:  |  Height:  |  Size: 54 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.7 KiB