Re: [Qt-qml] runtime object and c++

2010-05-13 Thread michael.brasser
On 13/05/2010, at 9:55 PM, ext Helio Chissini de Castro wrote: > As the calculator sample shows ( in demos/declarative ), to deal with > rotation > state it uses the runtime object. > > This is valid when we are running from qml runtime launcher, but when we are > using a C++ app with embedded

[Qt-qml] runtime object and c++

2010-05-13 Thread Helio Chissini de Castro
Hello As the calculator sample shows ( in demos/declarative ), to deal with rotation state it uses the runtime object. This is valid when we are running from qml runtime launcher, but when we are using a C++ app with embedded qml, the runtime object not exists anymore. What is the proper way t