I am writing a Python thing and I need the code to wait for the Qt to finish before continuing.
import sys from PyQt5 import QtWidgets, QtGui, QtCore class Test(