diff --git a/src/plugins/studiowelcome/qml/welcomepage/TutorialsModel.qml b/src/plugins/studiowelcome/qml/welcomepage/TutorialsModel.qml index 1e538ced8f6..770726d9327 100644 --- a/src/plugins/studiowelcome/qml/welcomepage/TutorialsModel.qml +++ b/src/plugins/studiowelcome/qml/welcomepage/TutorialsModel.qml @@ -122,6 +122,12 @@ ListModel { url: "https://youtu.be/UfvA04CIXv0" } + ListElement { + displayName: "Qt Design Studio QuickTip: Interactive 3D" + thumbnail: "images/Qt_QT_interactive3d.png" + url: "https://youtu.be/w1yhDl93YI0" + } + ListElement { displayName: "Sketch Bridge Tutorial - Part 1" thumbnail: "images/sketchTutorial_1.png" @@ -133,4 +139,10 @@ ListModel { thumbnail: "images/sketchTutorial_2.png" url: "https://www.qt.io/blog/qt-design-studio-sketch-bridge-tutorial-part-2" } + + ListElement { + displayName: "Getting Started - Create New Project" + thumbnail: "images/gettingStarted_newProject.png" + url: "https://youtu.be/9ihYeC0YJ0M" + } } diff --git a/src/plugins/studiowelcome/qml/welcomepage/images/Qt_QT_animatedImage.png b/src/plugins/studiowelcome/qml/welcomepage/images/Qt_QT_animatedImage.png index 73537facb17..b374319a3e9 100644 Binary files a/src/plugins/studiowelcome/qml/welcomepage/images/Qt_QT_animatedImage.png and b/src/plugins/studiowelcome/qml/welcomepage/images/Qt_QT_animatedImage.png differ diff --git a/src/plugins/studiowelcome/qml/welcomepage/images/Qt_QT_interactive3d.png b/src/plugins/studiowelcome/qml/welcomepage/images/Qt_QT_interactive3d.png new file mode 100644 index 00000000000..28c05655ceb Binary files /dev/null and b/src/plugins/studiowelcome/qml/welcomepage/images/Qt_QT_interactive3d.png differ diff --git a/src/plugins/studiowelcome/qml/welcomepage/images/Qt_QT_nav.png b/src/plugins/studiowelcome/qml/welcomepage/images/Qt_QT_nav.png index b9d5b100b0e..50cc98b56b3 100644 Binary files a/src/plugins/studiowelcome/qml/welcomepage/images/Qt_QT_nav.png and b/src/plugins/studiowelcome/qml/welcomepage/images/Qt_QT_nav.png differ diff --git a/src/plugins/studiowelcome/qml/welcomepage/images/gettingStarted_newProject.png b/src/plugins/studiowelcome/qml/welcomepage/images/gettingStarted_newProject.png new file mode 100644 index 00000000000..812b412b0a5 Binary files /dev/null and b/src/plugins/studiowelcome/qml/welcomepage/images/gettingStarted_newProject.png differ diff --git a/src/plugins/studiowelcome/qml/welcomepage/images/webinar1.png b/src/plugins/studiowelcome/qml/welcomepage/images/webinar1.png index 634b22cc74c..ba24ffc3bf2 100644 Binary files a/src/plugins/studiowelcome/qml/welcomepage/images/webinar1.png and b/src/plugins/studiowelcome/qml/welcomepage/images/webinar1.png differ diff --git a/src/plugins/studiowelcome/qml/welcomepage/images/what_is_new_15.png b/src/plugins/studiowelcome/qml/welcomepage/images/what_is_new_15.png index cf14a7d7183..8fb3f072872 100644 Binary files a/src/plugins/studiowelcome/qml/welcomepage/images/what_is_new_15.png and b/src/plugins/studiowelcome/qml/welcomepage/images/what_is_new_15.png differ