def __init__(self): QtGui.QWidget.__init__(self) self.ui = Ui_About() self.ui.setupUi(self) self.ui.about_bn.clicked.connect(self.confirm)