[Interest] [QQuickView] deadlock on exit

Konrad Rosenbaum konrad at silmor.de
Wed Jan 8 17:36:47 CET 2014


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/interest/attachments/20140108/bfce7c19/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 588 bytes
Desc: This is a digitally signed message part.
URL: <http://lists.qt-project.org/pipermail/interest/attachments/20140108/bfce7c19/attachment.sig>


More information about the Interest mailing list