from PyQt5.QtWidgets import * import sys
class Window(QMainWindow):
def __init__(self): super().__init__() # setting title self.setWindowTitle