On Wednesday 08 January 2014, Tim Blechmann wrote: > > You're doing something wrong. Use exec(). > > afaict this is not possible when integrating a Qt event loop into the > event loop of an existing application or when using a Qt from a plugin > which is simply not allowed to have its own event loop. or am i missing > something obvious?
I use threads for stuff like this. Use the application's native library to create a new thread and create/exec QApplication inside this thread. Konrad
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest