Here is what I did to solve the problem: button = QtGui.QPushButton("start go") button.clicked.connect(lambda: self.buttonClick(button)) def ...
確定! 回上一頁