>> 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 _______________________________________________ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest