add image demo

This commit is contained in:
王劲鹏
2021-04-22 21:20:36 +08:00
committed by osborn
parent bbbe3d148a
commit 8ae5af13e9
4 changed files with 16 additions and 9 deletions

View File

@@ -15,7 +15,7 @@ ApplicationWindow {
ListView {
width: parent.width
model: 7
model: 8
delegate: Rectangle {
Column {
anchors.centerIn: parent
@@ -27,14 +27,16 @@ ApplicationWindow {
case 1:
return "Gobang.js"
case 2:
return "LayoutDemo.js"
return "ImageDemo.js"
case 3:
return "ModalDemo.js"
return "LayoutDemo.js"
case 4:
return "PopoverDemo.js"
return "ModalDemo.js"
case 5:
return "SimpleDemo.js"
return "PopoverDemo.js"
case 6:
return "SimpleDemo.js"
case 7:
return "Snake.js"
}
}