Relative Content

Tag Archive for pyqt5qt5

Hide a QMessageBox in PyQt5 without triggering its exec() to return?

I have a rather complex code that utilizes QMessageBox through several states, showing results of processing of a separate thread, mostly showing different results/statuses of the process, but every once in a while (and also at the end of the process) offering the user some choices via the buttons – which actually works good enough for me.