diff --git a/src/plugins/studiowelcome/qml/welcomepage/ExamplesModel.qml b/src/plugins/studiowelcome/qml/welcomepage/ExamplesModel.qml index 97bbbb597f4..5e9fe07985c 100644 --- a/src/plugins/studiowelcome/qml/welcomepage/ExamplesModel.qml +++ b/src/plugins/studiowelcome/qml/welcomepage/ExamplesModel.qml @@ -67,4 +67,11 @@ ListModel { thumbnail: "images/progressbar_demo.png" displayName: "Progress Bar" } + + ListElement { + projectName: "washingMachineUI" + qmlFileName: "washingMachineUI.qml" + thumbnail: "images/washingmachinedemo_thumbnail.png" + displayName: "Washing Machine" + } } diff --git a/src/plugins/studiowelcome/qml/welcomepage/images/washingmachinedemo_thumbnail.png b/src/plugins/studiowelcome/qml/welcomepage/images/washingmachinedemo_thumbnail.png new file mode 100644 index 00000000000..b5246626c50 Binary files /dev/null and b/src/plugins/studiowelcome/qml/welcomepage/images/washingmachinedemo_thumbnail.png differ