feat: 修改ui布局3

This commit is contained in:
caoqianming 2023-12-14 12:23:38 +08:00
parent 107259a113
commit 8044a9b0a1
2 changed files with 3 additions and 3 deletions

View File

@ -323,9 +323,9 @@
<widget class="QLabel" name="label_9">
<property name="geometry">
<rect>
<x>650</x>
<x>590</x>
<y>0</y>
<width>271</width>
<width>331</width>
<height>31</height>
</rect>
</property>

View File

@ -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)