Thanks for your reply Why is removing the processEvent the right thing to do?
Anyhow if I remove it, the event loop is locked anyway, and no more events are processed. So imo the processEvents just highlights the problem, it's not the cause of it. Also note that I have similar sequences in other places, same problem with QMessageBox::show() and 5.3.0. This is with MAC/OS 10.9 Mavericks Thanks Philippe LELONG Le 20-05-2014 18:43, Thiago Macieira a écrit : > Em ter 20 maio 2014, às 18:39:41, mai...@virtual-winds.org escreveu: >> If I run this under 530/MacOS, I see only up to "step 4" in the >> console. >> If I remove processEvents() it continues, but I have problems later >> for >> instance doing deleteLater() which never calls the destructor. As it >> seems to me the event loop is locked. > > Remove the processEvents, since that's the right thing to do. > > If you have problems in that setup, let's fix those problems. _______________________________________________ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest