self.label = self.addLabel(text="Python GUI Demo", row=0, column=0, columnspan=2) self.clearBtn = self.addButton(text="Clear", row=1, column=0, command=self ...