Problems with Open-Source Downloads read https://www.qt.io/blog/problem-with-open-source-downloads and https://forum.qt.io/post/638946
[Resolved][How to use PageStack.push(page, properties ..)?
-
I want to transmit a parameter to the page I push.
@
stack.push(Qt.resolvedUrl("main.qml"))
@How to get a parameter in to the page I push?
It doesn't work in this way:
@
stack.push(Qt.resolvedUrl("main.qml"), "hello");
@
-
@ stack.push(Qt.resolvedUrl("main.qml"), { property: value }); @
For more information: http://doc.qt.nokia.com/qt-components-symbian-1.0/qml-pagestack.html#passing-parameters-to-pages