forked from SeAIPalette/SeAIPalette
注释添加
This commit is contained in:
parent
130307cc9a
commit
614c03a64c
|
@ -141,6 +141,7 @@ class Ui_MainWindow(object):
|
|||
MainWindow.setCentralWidget(self.centralwidget)
|
||||
|
||||
self.retranslateUi(MainWindow)
|
||||
#信号与槽相连接
|
||||
self.pushButton_run.clicked.connect(MainWindow.run)
|
||||
self.pushButton_stop.clicked.connect(MainWindow.stop)
|
||||
self.comboBox_bettery.currentTextChanged['QString'].connect(MainWindow.slot_bettery)
|
||||
|
|
Loading…
Reference in New Issue