修改初始加载显示页面

This commit is contained in:
shuaikangzhou
2023-11-29 21:39:38 +08:00
parent 844eb9317a
commit 94e5064aa3
4 changed files with 15 additions and 9 deletions

View File

@@ -38,10 +38,6 @@ class ViewController(QWidget):
start = time.time()
self.viewMainWIndow = mainview.MainWinController(username=username)
self.viewMainWIndow.setWindowTitle("Chat")
# print(username)
self.viewMainWIndow.username = username
# self.viewMainWIn.exitSignal.connect(self.loadDecryptView) # 不需要回到登录界面可以省略
self.viewMainWIndow.show()
end = time.time()
print('ok', end - start)