[Interest] [QQuickView] deadlock on exit

Tim Blechmann tim at klingt.org
Wed Jan 8 16:36:16 CET 2014


>> not sure, if i am doing something completely wrong here.
>> i'm using a QMainWindow with a QQuickView as central widget. the
>> application does not make use of QApplication::exec, but i'm polling the
>> event loop manually from the application.
> 
> 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?
thnx,
tim




More information about the Interest mailing list