Re: [Development] QtQuick2 and cross-thread signals

2013-01-28 Thread Alan Alpert
On Sun, Jan 27, 2013 at 9:35 AM, Denis Kormalev wrote: > I've found that qml engine forbids catching signals from objects that are in > another thread. After some discussion in IRC I understood that it is > by-design for now, but is it planned to be changed or it will be the rule > for whole QtQui

[Development] QtQuick2 and cross-thread signals

2013-01-27 Thread Denis Kormalev
I've found that qml engine forbids catching signals from objects that are in another thread. After some discussion in IRC I understood that it is by-design for now, but is it planned to be changed or it will be the rule for whole QtQuick2 lifetime - use in qml only objects from same thread? Or i