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
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
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,
On Sunday, May 12, 2013 19:45, christopher.l...@thurweb.ch said:
> Hi
>
> The SailfishOS Toolkit supplied QtCreator 2.6.2 contains the Research
> In Motion QNX plugin (disabled by default), but presumably this can be
> enabled.
>
> Is there some devilish reason why that won't work for BB10?