This commit is contained in:
2025-11-17 18:10:41 +08:00
parent f499d9a413
commit f626545897
6 changed files with 425 additions and 25 deletions
-9
View File
@@ -18,15 +18,6 @@ class MainWindow:
self.strategy_frames = {}
# 日志面板可见性标志
self.log_visible = False
result:bool = qmtv.connect()
if not result:
messagebox.showinfo("提示", "QMT连接失败,请修改配置文件。")
self.root.destroy()
return
# 创建界面
print(f'创建界面')
self.create_ui()