Hi,I am setting up the default Sailfish ("Hello sailors" app) project with all kinds of QML-C++ communication.
After object = view->rootObject("main.qml"); I get the main.qml object (created via QDeclarativeView's setSource() ).But how can I get the other QML objects (e.g. the SecondPage.qml, Coverpage.qml)? findChild() only finds childs in main.qml (the one specified by setSource()).
Thanks.
_______________________________________________ SailfishOS.org Devel mailing list