QmlDesigner: Integrate MCU example to welcome page

Task: QDS-3618

Change-Id: I65f6dc4ebd3a2f0ca97838ccc89e7054eb083941
Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
Aleksei German
2021-02-05 14:47:25 +01:00
parent baf3528af5
commit d920c98b11
2 changed files with 7 additions and 0 deletions

View File

@@ -67,4 +67,11 @@ ListModel {
thumbnail: "images/progressbar_demo.png" thumbnail: "images/progressbar_demo.png"
displayName: "Progress Bar" displayName: "Progress Bar"
} }
ListElement {
projectName: "washingMachineUI"
qmlFileName: "washingMachineUI.qml"
thumbnail: "images/washingmachinedemo_thumbnail.png"
displayName: "Washing Machine"
}
} }

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB