Relative Content

Tag Archive for pythonqtpyqt

PyQt: Wait until widget closes

I have a window/widget that shows after I press a button, is there a way to make the main window wait until the widget closes out? I am using .show() right now and I have tried using .exec_() already but it gives me this error: