Just to clarify: there is no event loop involved with emitting
However, with a QueuedConnection the slot it called by the event loop of the thread "owning" the receiver object.
The same is true for an AutoConnection when the thread executing the emit is a different one than the "receiver" thread, as jefftee said.
Cheers,
_
Bookmarks