v1.0.2
This commit is contained in:
parent
23ea5d0dc6
commit
f9a09d1d87
Binary file not shown.
@ -116,7 +116,7 @@ class MainWindow(QMainWindow, Ui_MainWindow):
|
||||
if os.path.exists(os.path.join(os.getcwd(),'ui','ra3.ico')):
|
||||
self.icon = QIcon(os.path.join(os.getcwd(),'ui','ra3.ico'))
|
||||
self.setWindowIcon(self.icon)
|
||||
self.version = '1.0.1'
|
||||
self.version = '1.0.2'
|
||||
#--------------------------
|
||||
#连接信号
|
||||
self.comboBox_mods.currentIndexChanged.connect(self.__comboBox_mods_changed)#下拉框内容改变
|
||||
@ -356,4 +356,4 @@ def init():
|
||||
app = QApplication(sys.argv)
|
||||
main_window = MainWindow()
|
||||
main_window.show()
|
||||
sys.exit(app.exec_())
|
||||
sys.exit(app.exec_())
|
||||
|
Loading…
x
Reference in New Issue
Block a user