From 2fd0528237f3e5e976d0fa3cdcc1b9e8ecfb4c22 Mon Sep 17 00:00:00 2001 From: Yorusora <2944763079@qq.com> Date: Fri, 21 Feb 2025 19:12:51 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=BA=86=E4=B8=80=E4=BA=9B?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bcg_quality_label.py | 1 + 1 file changed, 1 insertion(+) diff --git a/bcg_quality_label.py b/bcg_quality_label.py index 3bea2b3..e66dcba 100644 --- a/bcg_quality_label.py +++ b/bcg_quality_label.py @@ -1164,6 +1164,7 @@ class MainWindow(QMainWindow, Ui_MainWindow): def textBrowser_update(self, message): self.textBrowser_infoOutput.append(str(datetime.now().strftime("%H:%M:%S")) + ": " + message) + self.textBrowser_infoOutput.verticalScrollBar().setValue(self.textBrowser_infoOutput.verticalScrollBar().maximum()) # 主函数 if __name__ == '__main__':