增加注释

This commit is contained in:
p73692015 2024-01-01 15:48:32 +08:00
parent a6cfdaa6ea
commit b9a36c197d
1 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,8 @@ class mywindow(QtWidgets.QMainWindow, Ui_MainWindow):
super(mywindow, self).__init__() super(mywindow, self).__init__()
self.setupUi(self) self.setupUi(self)
# 界面初始化
self.comboBox_map.addItems(['地图0', '地图1', '地图2']) self.comboBox_map.addItems(['地图0', '地图1', '地图2'])
self.comboBox_algo.addItems(['野火法+牛耕法', '野火法+内螺旋法', '野火法+贪心法']) self.comboBox_algo.addItems(['野火法+牛耕法', '野火法+内螺旋法', '野火法+贪心法'])