update 余料继续

This commit is contained in:
FrankCV2048
2024-10-27 23:01:15 +08:00
parent 530faf59c4
commit 5d6588d1c2
8 changed files with 461 additions and 54 deletions

View File

@ -17,7 +17,7 @@
</sizepolicy>
</property>
<property name="windowTitle">
<string>MainWindow</string>
<string>密胺</string>
</property>
<widget class="QWidget" name="centralwidget">
<layout class="QVBoxLayout" name="verticalLayout" stretch="1,11">
@ -341,7 +341,7 @@ background-color: #1A3E79;
</widget>
</item>
<item>
<widget class="QPushButton" name="pushButton_6">
<widget class="QPushButton" name="pushButton_exit">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch>
@ -3106,7 +3106,11 @@ background-color: #197971;
</widget>
</item>
<item row="0" column="1">
<widget class="QLineEdit" name="lineEdit_speed_run"/>
<widget class="QLineEdit" name="lineEdit_speed_run">
<property name="styleSheet">
<string notr="true">color: rgb(255, 255, 255);</string>
</property>
</widget>
</item>
<item row="0" column="2">
<widget class="QLabel" name="label_29">
@ -3119,7 +3123,11 @@ background-color: #197971;
</widget>
</item>
<item row="0" column="3">
<widget class="QLineEdit" name="lineEdit_speed_debug"/>
<widget class="QLineEdit" name="lineEdit_speed_debug">
<property name="styleSheet">
<string notr="true">color: rgb(255, 255, 255);</string>
</property>
</widget>
</item>
</layout>
</widget>
@ -4569,11 +4577,15 @@ QSlider::sub-page:horizontal
<item>
<widget class="QLabel" name="label_maxNum">
<property name="styleSheet">
<string notr="true">color: rgb(255, 0, 0);</string>
<string notr="true">color: rgb(255, 0, 0);
font: 36pt &quot;Microsoft YaHei UI&quot;;</string>
</property>
<property name="text">
<string>10</string>
</property>
<property name="alignment">
<set>Qt::AlignmentFlag::AlignCenter</set>
</property>
</widget>
</item>
</layout>
@ -4604,11 +4616,15 @@ QSlider::sub-page:horizontal
<item>
<widget class="QLabel" name="label_remain_num">
<property name="styleSheet">
<string notr="true">color: rgb(255, 255, 255);</string>
<string notr="true">color: rgb(0, 255, 0);
font: 36pt &quot;Microsoft YaHei UI&quot;;</string>
</property>
<property name="text">
<string>1</string>
</property>
<property name="alignment">
<set>Qt::AlignmentFlag::AlignCenter</set>
</property>
</widget>
</item>
</layout>