I have a very simple test application:
from PyQt5.QtWidgets import * import sys import time class Example(QWidget):