“修改”

This commit is contained in:
p02945817 2022-06-17 22:26:02 +08:00
parent cec48f206a
commit 73f830e75b
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ 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'])