summaryrefslogtreecommitdiffstats
path: root/views/calendar/qml/WeekEvents.qml
diff options
context:
space:
mode:
Diffstat (limited to 'views/calendar/qml/WeekEvents.qml')
-rw-r--r--views/calendar/qml/WeekEvents.qml24
1 files changed, 23 insertions, 1 deletions
diff --git a/views/calendar/qml/WeekEvents.qml b/views/calendar/qml/WeekEvents.qml
index c8a420e0..005fb19e 100644
--- a/views/calendar/qml/WeekEvents.qml
+++ b/views/calendar/qml/WeekEvents.qml
@@ -63,7 +63,29 @@ ListModel {
63 ] 63 ]
64 } 64 }
65 ListElement { 65 ListElement {
66 events: [] 66 events: [
67 ListElement {
68 color: "#134bab"
69 starts: 8
70 duration: 5
71 indention: 0
72 text: "Meeting"
73 },
74 ListElement {
75 color: "#af1a6a"
76 starts: 8
77 duration: 4
78 indention: 1
79 text: "Meeting2"
80 },
81 ListElement {
82 color: "#af1a6a"
83 starts: 9
84 duration: 7
85 indention: 2
86 text: "Meeting2"
87 }
88 ]
67 } 89 }
68 ListElement { 90 ListElement {
69 events: [] 91 events: []