class MyClass(QMainWindow,Ui_MainWindow): def __init__(self): #super(MyClass, self).__init__() super().__init__() #python 3 # Set up the user interface from Designer. self.setupUi(self) #I'll start making some changes here