feat: 样式修改

This commit is contained in:
caoqianming 2023-09-21 17:13:15 +08:00
parent b213c75af7
commit d7b3824ad8
2 changed files with 23 additions and 19 deletions

12
main.ui
View File

@ -300,7 +300,7 @@
<property name="font">
<font>
<family>楷体</family>
<pointsize>10</pointsize>
<pointsize>12</pointsize>
<bold>false</bold>
</font>
</property>
@ -308,7 +308,7 @@
<string notr="true">color: red;</string>
</property>
<property name="text">
<string>务必确认前3步已经完成;如日志框中出现错误,请联系开发者曹工-18911936305</string>
<string>务必确认前3步已经完成!</string>
</property>
<property name="wordWrap">
<bool>true</bool>
@ -476,18 +476,18 @@
<widget class="QLabel" name="label_9">
<property name="geometry">
<rect>
<x>260</x>
<x>150</x>
<y>0</y>
<width>341</width>
<width>291</width>
<height>31</height>
</rect>
</property>
<property name="font">
<font>
<family>楷体</family>
<pointsize>11</pointsize>
<pointsize>12</pointsize>
<italic>false</italic>
<bold>true</bold>
<bold>false</bold>
</font>
</property>
<property name="styleSheet">

View File

@ -107,7 +107,11 @@ class Ui_MainWindow(object):
self.label_6 = QLabel(self.groupBox_4)
self.label_6.setObjectName(u"label_6")
self.label_6.setGeometry(QRect(10, 30, 251, 41))
self.label_6.setFont(font1)
font3 = QFont()
font3.setFamilies([u"\u6977\u4f53"])
font3.setPointSize(12)
font3.setBold(False)
self.label_6.setFont(font3)
self.label_6.setStyleSheet(u"color: red;")
self.label_6.setWordWrap(True)
self.lSize = QLineEdit(self.groupBox_4)
@ -123,13 +127,13 @@ class Ui_MainWindow(object):
self.label_7 = QLabel(self.groupBox_5)
self.label_7.setObjectName(u"label_7")
self.label_7.setGeometry(QRect(10, 20, 91, 16))
font3 = QFont()
font3.setPointSize(10)
self.label_7.setFont(font3)
font4 = QFont()
font4.setPointSize(10)
self.label_7.setFont(font4)
self.label_8 = QLabel(self.groupBox_5)
self.label_8.setObjectName(u"label_8")
self.label_8.setGeometry(QRect(10, 40, 91, 16))
self.label_8.setFont(font3)
self.label_8.setFont(font4)
self.line = QFrame(self.groupBox_5)
self.line.setObjectName(u"line")
self.line.setGeometry(QRect(10, 30, 561, 16))
@ -152,13 +156,13 @@ class Ui_MainWindow(object):
self.bRes2.setGeometry(QRect(520, 40, 51, 24))
self.label_9 = QLabel(self.centralwidget)
self.label_9.setObjectName(u"label_9")
self.label_9.setGeometry(QRect(260, 0, 341, 31))
font4 = QFont()
font4.setFamilies([u"\u6977\u4f53"])
font4.setPointSize(11)
font4.setBold(True)
font4.setItalic(False)
self.label_9.setFont(font4)
self.label_9.setGeometry(QRect(150, 0, 291, 31))
font5 = QFont()
font5.setFamilies([u"\u6977\u4f53"])
font5.setPointSize(12)
font5.setBold(False)
font5.setItalic(False)
self.label_9.setFont(font5)
self.label_9.setStyleSheet(u"color:white;")
self.label_9.setAlignment(Qt.AlignRight|Qt.AlignTrailing|Qt.AlignVCenter)
self.label_9.setMargin(6)
@ -190,7 +194,7 @@ class Ui_MainWindow(object):
self.label_4.setText(QCoreApplication.translate("MainWindow", u"\u8bf7\u5728\u4fee\u6539\u540e\u4fdd\u5b58\u5e76\u5173\u95ed", None))
self.groupBox_4.setTitle(QCoreApplication.translate("MainWindow", u"4.\u5f00\u59cb\u6267\u884c\u5de1\u67e5", None))
self.bStart.setText(QCoreApplication.translate("MainWindow", u"\u5f00\u59cb\u5de1\u67e5", None))
self.label_6.setText(QCoreApplication.translate("MainWindow", u"\u52a1\u5fc5\u786e\u8ba4\u524d3\u6b65\u5df2\u7ecf\u5b8c\u6210;\u5982\u65e5\u5fd7\u6846\u4e2d\u51fa\u73b0\u9519\u8bef,\u8bf7\u8054\u7cfb\u5f00\u53d1\u8005\u66f9\u5de5-18911936305", None))
self.label_6.setText(QCoreApplication.translate("MainWindow", u"\u52a1\u5fc5\u786e\u8ba4\u524d3\u6b65\u5df2\u7ecf\u5b8c\u6210!", None))
self.lSize.setText(QCoreApplication.translate("MainWindow", u"30", None))
self.label_3.setText(QCoreApplication.translate("MainWindow", u"KB", None))
self.groupBox_5.setTitle(QCoreApplication.translate("MainWindow", u"\u6700\u7ec8\u7ed3\u679c", None))