Hi,

I have a page with an attached page. Currently, they get pushed on the
stack by a parent page like this:

pageStack.push(Qt.resolvedUrl("Page1.qml"), lightModel)
pageStack.pushAttached(Qt.resolvedUrl("Page2.qml"), lightModel)

Page1.qml will then refresh its copy with live data. I would rather
Page2.qml not have to refresh its copy the same way. Instead, they would
ideally share the same object, and changes to it would be instantly
visible when switching between the two pages.

Is that possible?

--
Dirk
_______________________________________________
SailfishOS.org Devel mailing list
To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org

Reply via email to