class Example(QWidget): def __init__(self): super().__init__() self.initUI() def initUI(self): global T global S