add notification demo

This commit is contained in:
王劲鹏
2021-06-07 16:23:31 +08:00
committed by osborn
parent 710f680240
commit 8c0b4d0b11
3 changed files with 21 additions and 15 deletions

View File

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