complete pure call

This commit is contained in:
王劲鹏
2021-05-31 16:00:06 +08:00
committed by osborn
parent 9f721aa1c8
commit 4c5cd39320
12 changed files with 66 additions and 68 deletions

View File

@@ -15,7 +15,7 @@ ApplicationWindow {
ListView {
width: parent.width
model: 18
model: 19
delegate: Rectangle {
Column {
anchors.centerIn: parent
@@ -51,12 +51,14 @@ ApplicationWindow {
case 13:
return "SimpleDemo.js"
case 14:
return "Snake.js"
return "SliderDemo.js"
case 15:
return "StorageDemo.js"
return "Snake.js"
case 16:
return "SwitchDemo.js"
return "StorageDemo.js"
case 17:
return "SwitchDemo.js"
case 18:
return "TextDemo.js"
}
}