aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/studiowelcome/qml
diff options
context:
space:
mode:
authorThomas Hartmann <thomas.hartmann@qt.io>2021-03-26 15:27:55 +0100
committerThomas Hartmann <thomas.hartmann@qt.io>2021-03-26 17:14:45 +0000
commit981e3e734fb1e9a7eb5e7db526cee07c1ce61511 (patch)
tree5cdda1c804673090a2e5ec0de1ed0a0569ac066e /src/plugins/studiowelcome/qml
parenta96a94ac79311dd9b4892f335aa03e9b6f4666da (diff)
StudioWelcome: Add effect demo ad download
Change-Id: I95346189de1a6915f8b971cd2c9f69a027f63f6a Reviewed-by: Brook Cronin <brook.cronin@qt.io> Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
Diffstat (limited to 'src/plugins/studiowelcome/qml')
-rw-r--r--src/plugins/studiowelcome/qml/welcomepage/ExamplesModel.qml9
-rw-r--r--src/plugins/studiowelcome/qml/welcomepage/images/effectdemo_thumbnail.pngbin0 -> 16220 bytes
2 files changed, 9 insertions, 0 deletions
diff --git a/src/plugins/studiowelcome/qml/welcomepage/ExamplesModel.qml b/src/plugins/studiowelcome/qml/welcomepage/ExamplesModel.qml
index 25257f9ea7..475070fea6 100644
--- a/src/plugins/studiowelcome/qml/welcomepage/ExamplesModel.qml
+++ b/src/plugins/studiowelcome/qml/welcomepage/ExamplesModel.qml
@@ -99,4 +99,13 @@ ListModel {
url: "https://download.qt.io/learning/examples/qtdesignstudio/digitalcluster.zip"
showDownload: true
}
+
+ ListElement {
+ projectName: "effectdemo"
+ qmlFileName: "Screen01.ui.qml"
+ thumbnail: "images/effectdemo_thumbnail.png"
+ displayName: "Effect Demo"
+ url: "https://download.qt.io/learning/examples/qtdesignstudio/effectdemo.zip"
+ showDownload: true
+ }
}
diff --git a/src/plugins/studiowelcome/qml/welcomepage/images/effectdemo_thumbnail.png b/src/plugins/studiowelcome/qml/welcomepage/images/effectdemo_thumbnail.png
new file mode 100644
index 0000000000..505c02e88e
--- /dev/null
+++ b/src/plugins/studiowelcome/qml/welcomepage/images/effectdemo_thumbnail.png
Binary files differ