this is my code blew:
class Example(QWidget):
def __init__(self, fname): self.fname=fname super().__init__() self.initUI() def initUI(sel