From 8044a9b0a126b069790a78616708555da454ea3a Mon Sep 17 00:00:00 2001 From: caoqianming Date: Thu, 14 Dec 2023 12:23:38 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BF=AE=E6=94=B9ui=E5=B8=83=E5=B1=803?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.ui | 4 ++-- ui_mainwindow.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/main.ui b/main.ui index aef9252..548064b 100644 --- a/main.ui +++ b/main.ui @@ -323,9 +323,9 @@ - 650 + 590 0 - 271 + 331 31 diff --git a/ui_mainwindow.py b/ui_mainwindow.py index 3002b7b..b94efd0 100644 --- a/ui_mainwindow.py +++ b/ui_mainwindow.py @@ -122,7 +122,7 @@ class Ui_MainWindow(object): self.bAna.setStyleSheet(u"background-color:#409EFF; color: white; border-radius: 2px") self.label_9 = QLabel(self.centralwidget) self.label_9.setObjectName(u"label_9") - self.label_9.setGeometry(QRect(650, 0, 271, 31)) + self.label_9.setGeometry(QRect(590, 0, 331, 31)) font6 = QFont() font6.setFamilies([u"\u6977\u4f53"]) font6.setPointSize(12)