forked from SeAIPalette/SeAIPalette
“修改”
This commit is contained in:
parent
beeeebf806
commit
8489ee4718
|
@ -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() == '否':
|
||||||
|
|
Loading…
Reference in New Issue