“修改”

This commit is contained in:
p02945817 2022-06-18 19:53:27 +08:00
parent beeeebf806
commit 8489ee4718
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ class mywindow(QtWidgets.QMainWindow, Ui_MainWindow):
self.comboBox_render.addItems(['', '']) self.comboBox_render.addItems(['', ''])
# 渲染选项 # 渲染选项
self.comboBox_around.addItems(['不考虑', '考虑']) self.comboBox_around.addItems(['不考虑', '考虑'])
# 固定节点选项
self.comboBox_bettery.addItems(['', '']) self.comboBox_bettery.addItems(['', ''])
if self.comboBox_bettery.currentText() == '': if self.comboBox_bettery.currentText() == '':