[Qt-qml] Managing declarative/imperative "order of operations"

michael.brasser at nokia.com michael.brasser at nokia.com
Fri Nov 12 03:33:29 CET 2010


Hi Charley,

On 11/11/2010, at 11:59 PM, ext Charley Bay wrote:
> So, summary question:  Is there guidance on the internal thread model within the Declarative engine (e.g., how is work distributed on threads, their priorities, and when other threads are created?)
> 
> (Is this too big a question, or not sufficiently defined within the Declarative engine at this point, as we are seeing discussions like this and QTBUG-11712?)

The engine itself actually isn't threaded at all (though this is another area we are currently looking at).

In general, changes are immediate (if you change a property, it is immediately written, and its signal immediately emitted and handled).

Regards,
Michael



More information about the Qt-qml mailing list