add text demo

This commit is contained in:
王劲鹏
2021-05-25 11:08:19 +08:00
committed by osborn
parent da73ee5347
commit 2baa84a9ee
3 changed files with 7 additions and 1 deletions

View File

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