精简代码

This commit is contained in:
p57492168 2022-06-13 22:13:18 +08:00
parent 664637ae08
commit a0d97d6cd9
1 changed files with 0 additions and 1 deletions

View File

@ -119,7 +119,6 @@ class mywindow(QtWidgets.QMainWindow, Ui_MainWindow):
def quit(self):
#sender = self.sender()
#print(sender.text() + '按钮被按下')
app = QApplication.instance()
app.quit()