Dear all, I have a QMessageBox displayed in my MainWindow::showEvent when some system check fails. If I display other QMessageBox there, they are displayed sequentially, as expected by the application modal feature.
In this showEvent, I also do a HTTP request on the server to check for new versions. The QNetworkManager is connected to a MainWindow slot for processing the reply. If a newer version is found, I display a message box there. If I display several message boxes there, they are also shown sequentially. The issue is, the system check message boxes and the version check message boxes are displayed at the same time, as if they were modal on two separate contexts. What can be wrong? Thanks!
_______________________________________________ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest