From 94c2a94969bfe5e2f5d6859654046a66a13f30c1 Mon Sep 17 00:00:00 2001 From: ArthurZhou <89689293+ArthurZhou@users.noreply.github.com> Date: Sat, 3 Sep 2022 18:55:16 -0700 Subject: [PATCH] =?UTF-8?q?=E6=AD=A4=E6=9B=B4=E6=94=B9=E4=B8=8Eissue4?= =?UTF-8?q?=E6=9C=89=E5=85=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://github.com/HaujetZhao/QuickHand/issues/4 --- src/QuickHand.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/QuickHand.py b/src/QuickHand.py index b487481..d99d53b 100644 --- a/src/QuickHand.py +++ b/src/QuickHand.py @@ -33,8 +33,7 @@ class MainWindow(QMainWindow): self.loadStyleSheet() # self.status = self.statusBar() # 状态栏 - - # self.setWindowState(Qt.WindowMaximized) + self.setWindowState(Qt.WindowMaximized) # sys.stdout = Stream(newText=self.onUpdateText) def initGui(self): -- 2.43.0