hi all,
how can i navigate page in qml?
i have 2 qml pages. (first page and second page)
i want to navigate between the pages (when they clicked the button, redirect second page).
anyone can help me?
thanks.
best regards.
hi all,
how can i navigate page in qml?
i have 2 qml pages. (first page and second page)
i want to navigate between the pages (when they clicked the button, redirect second page).
anyone can help me?
thanks.
best regards.
Yes , you can create Tabbed UI , and using that you can navigate page according to your choice : http://www.developer.nokia.com/Commu...ed_UI_with_QML
Regards,
rahul
thanks for ur reply @rahulvala
but i dont want to create tabs.
i solved my problem. i usedbut now, i have a new problem. how can i change second page's variable from first page?pageStack.push(Qt.resolvedUrl("mypagename.qml"))
best regards.
I suggest you to use Loader instead of that method.
The documentation available is quite complete, you will find there an example.
http://doc.qt.nokia.com/4.7-snapshot/qml-loader.html