“修改”

This commit is contained in:
p02945817 2022-06-17 22:28:56 +08:00
parent 73f830e75b
commit a36801bad1
1 changed files with 2 additions and 2 deletions

View File

@ -13,9 +13,9 @@ class mywindow(QtWidgets.QMainWindow, Ui_MainWindow):
self.setupUi(self)
self.comboBox_map.addItems(['地图0', '地图1', '地图2'])
# 地图选项
# 地图选项
self.comboBox_algo.addItems(['野火法+牛耕法', '野火法+内螺旋法', '野火法+贪心法'])
# 算法选项
self.comboBox_axis.addItems(['x', 'y'])
self.comboBox_render.addItems(['', ''])