feat: 修改ui布局3
This commit is contained in:
parent
107259a113
commit
8044a9b0a1
4
main.ui
4
main.ui
|
@ -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>
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue