forked from SeAIPalette/SeAIPalette
增加注释
This commit is contained in:
parent
a6cfdaa6ea
commit
b9a36c197d
|
@ -12,6 +12,8 @@ class mywindow(QtWidgets.QMainWindow, Ui_MainWindow):
|
|||
super(mywindow, self).__init__()
|
||||
self.setupUi(self)
|
||||
|
||||
# 界面初始化
|
||||
|
||||
self.comboBox_map.addItems(['地图0', '地图1', '地图2'])
|
||||
|
||||
self.comboBox_algo.addItems(['野火法+牛耕法', '野火法+内螺旋法', '野火法+贪心法'])
|
||||
|
|
Loading…
Reference in New Issue