add switch node

This commit is contained in:
王劲鹏
2021-05-27 16:56:57 +08:00
committed by osborn
parent 53184e483a
commit 2328afdb01
8 changed files with 71 additions and 1 deletions

View File

@@ -15,7 +15,7 @@ ApplicationWindow {
ListView {
width: parent.width
model: 15
model: 16
delegate: Rectangle {
Column {
anchors.centerIn: parent
@@ -51,6 +51,8 @@ ApplicationWindow {
case 13:
return "StorageDemo.js"
case 14:
return "SwitchDemo.js"
case 15:
return "TextDemo.js"
}
}