QPushButton ("Quit", self) btn.clicked.connect(self.close_application) btn.resize(btn.minimumSizeHint()) btn.move(0,0) self.show() ...
確定! 回上一頁