add popover demo

This commit is contained in:
王劲鹏
2021-04-22 14:54:31 +08:00
committed by osborn
parent d624272089
commit 80b97772d9
3 changed files with 10 additions and 4 deletions

View File

@@ -15,7 +15,7 @@ ApplicationWindow {
ListView {
width: parent.width
model: 6
model: 7
delegate: Rectangle {
Column {
anchors.centerIn: parent
@@ -31,8 +31,10 @@ ApplicationWindow {
case 3:
return "ModalDemo.js"
case 4:
return "SimpleDemo.js"
return "PopoverDemo.js"
case 5:
return "SimpleDemo.js"
case 6:
return "Snake.js"
}
}