From 58499e0ed51ca03bcbfd5b2162b8e390b1f39988 Mon Sep 17 00:00:00 2001 From: Yorusora <2944763079@qq.com> Date: Fri, 21 Feb 2025 19:12:56 +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 --- ecg_label_check.py | 1 + 1 file changed, 1 insertion(+) diff --git a/ecg_label_check.py b/ecg_label_check.py index 3628a2f..b3e2652 100644 --- a/ecg_label_check.py +++ b/ecg_label_check.py @@ -618,6 +618,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()) def autoplay_move_xlim(self): if self.autoplay_mode == "left" and self.autoplay_xlim_start < 0: