Hi,
I’ve 2 qml files namely page1.qml and page2.qml.
page1.qml is my main qml file which is getting loaded having got the command “viewer.setMainQmlFile(QStringLiteral(“qml/QmlQml/page1.qml”));”
I wish to show page2.qml on image click of page1.qml by sending a string. The received string by page2.qml is shown there and on some other event of page2, page1 gets displayed.
Quick help from some source is awaited.
Kindly guide me how to proceed.
↧








