You cannot "pull" an object from another thread to your own thread. Only the thread that owns the object can call moveToThread().
That's exactly what "not thread-safe" means - the same object can't be called concurrently from different threads.the docks mention that QObjects are not thread safe, but it does not mean that they can not be used across threads at all...
See above2) moveToThread should be thread safe - the object is pushed away from the thread, in which it has been created.
It's definitely not thread-safe3) setParent ??![]()
Bookmarks