Quote Originally Posted by doggrant View Post
Can any qobject have an eventloop?
Objects don't have event loop. Threads do.

Because some of the cleardown routines for this class take time to complete, I run them in a thread that is a member of that Card object.
That's probably not a very good idea.

Just after creating the thread, but this still fails to call the qthread destructor until my app exits.
Do you have an event loop running?