aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/studiowelcome/qml
diff options
context:
space:
mode:
authorThomas Hartmann <thomas.hartmann@qt.io>2021-03-19 12:27:50 +0100
committerThomas Hartmann <thomas.hartmann@qt.io>2021-03-22 17:06:02 +0000
commit7f05b7e9186dbb93145889bc66ba068932d0b7f5 (patch)
treea28ca1cd7b80d6448a8c004b9b41f10ba13b2bb5 /src/plugins/studiowelcome/qml
parent0c7cb42e5f7901fb1863f3f29682e22ed88e91c9 (diff)
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>
Diffstat (limited to 'src/plugins/studiowelcome/qml')
-rw-r--r--src/plugins/studiowelcome/qml/welcomepage/ExamplesModel.qml16
-rw-r--r--src/plugins/studiowelcome/qml/welcomepage/TutorialsModel.qml14
-rw-r--r--src/plugins/studiowelcome/qml/welcomepage/images/digital_cluster_thumbnail.pngbin0 -> 55043 bytes
-rw-r--r--src/plugins/studiowelcome/qml/welcomepage/images/gettingStarted_3dComponents.pngbin0 -> 38800 bytes
-rw-r--r--src/plugins/studiowelcome/qml/welcomepage/images/gettingStarted_shaders.pngbin0 -> 35140 bytes
-rw-r--r--src/plugins/studiowelcome/qml/welcomepage/images/virtualkeyboard_thumbnail.pngbin0 -> 6889 bytes
6 files changed, 29 insertions, 1 deletions
diff --git a/src/plugins/studiowelcome/qml/welcomepage/ExamplesModel.qml b/src/plugins/studiowelcome/qml/welcomepage/ExamplesModel.qml
index 3f33f0205e..25257f9ea7 100644
--- a/src/plugins/studiowelcome/qml/welcomepage/ExamplesModel.qml
+++ b/src/plugins/studiowelcome/qml/welcomepage/ExamplesModel.qml
@@ -76,6 +76,13 @@ ListModel {
}
ListElement {
+ projectName: "SimpleKeyboard"
+ qmlFileName: "SimpleKeyboard.qml"
+ thumbnail: "images/virtualkeyboard_thumbnail.png"
+ displayName: "Virtual Keyboard"
+ }
+
+ ListElement {
projectName: "highendivisystem"
qmlFileName: "Screen01.ui.qml"
thumbnail: "images/highendivi_thumbnail.png"
@@ -83,4 +90,13 @@ ListModel {
url: "https://download.qt.io/learning/examples/qtdesignstudio/highendivisystem.zip"
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
+ }
}
diff --git a/src/plugins/studiowelcome/qml/welcomepage/TutorialsModel.qml b/src/plugins/studiowelcome/qml/welcomepage/TutorialsModel.qml
index 770726d932..516d623d63 100644
--- a/src/plugins/studiowelcome/qml/welcomepage/TutorialsModel.qml
+++ b/src/plugins/studiowelcome/qml/welcomepage/TutorialsModel.qml
@@ -141,8 +141,20 @@ ListModel {
}
ListElement {
- displayName: "Getting Started - Create New Project"
+ displayName: "Create New Project"
thumbnail: "images/gettingStarted_newProject.png"
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"
+ }
}
diff --git a/src/plugins/studiowelcome/qml/welcomepage/images/digital_cluster_thumbnail.png b/src/plugins/studiowelcome/qml/welcomepage/images/digital_cluster_thumbnail.png
new file mode 100644
index 0000000000..afad8c8c7b
--- /dev/null
+++ b/src/plugins/studiowelcome/qml/welcomepage/images/digital_cluster_thumbnail.png
Binary files differ
diff --git a/src/plugins/studiowelcome/qml/welcomepage/images/gettingStarted_3dComponents.png b/src/plugins/studiowelcome/qml/welcomepage/images/gettingStarted_3dComponents.png
new file mode 100644
index 0000000000..9708bff083
--- /dev/null
+++ b/src/plugins/studiowelcome/qml/welcomepage/images/gettingStarted_3dComponents.png
Binary files differ
diff --git a/src/plugins/studiowelcome/qml/welcomepage/images/gettingStarted_shaders.png b/src/plugins/studiowelcome/qml/welcomepage/images/gettingStarted_shaders.png
new file mode 100644
index 0000000000..70e1774704
--- /dev/null
+++ b/src/plugins/studiowelcome/qml/welcomepage/images/gettingStarted_shaders.png
Binary files differ
diff --git a/src/plugins/studiowelcome/qml/welcomepage/images/virtualkeyboard_thumbnail.png b/src/plugins/studiowelcome/qml/welcomepage/images/virtualkeyboard_thumbnail.png
new file mode 100644
index 0000000000..20471299a9
--- /dev/null
+++ b/src/plugins/studiowelcome/qml/welcomepage/images/virtualkeyboard_thumbnail.png
Binary files differ