Re: [SailfishDevel] how to find (QML) objects other than rootObject

2013-05-13 Thread christopher . lamb
Hi Wim As always, Thomas's advice is sound: a true software engineer. Perhaps you should explain your use case in more detail: why you want your C++ to have deep insight into the QML side. I have always considered the QML side to be the client, and the C++ (plugin) to be the server, offeri

Re: [SailfishDevel] how to find (QML) objects other than rootObject

2013-05-13 Thread Thomas Perl
Hi Wim, On May 13, 2013, at 3:24 PM, Wim de Vries wrote: > 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() ). > B

[SailfishDevel] how to find (QML) objects other than rootObject

2013-05-13 Thread Wim de Vries
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,