Ubuntu Pastebin

Paste from nik90 at Mon, 7 Mar 2016 18:07:47 +0000

Download as text
1
2
3
4
5
6
7
+                onClicked: {
+                    var stack = pageStack
+                    if (!stack)
+                        stack = bottomEdgePageStack
+
+                    stack.push(Qt.resolvedUrl("EventRepetition.qml"),{"eventRoot": root,"isEdit":isEdit});
+ }
Download as text