update 更新界面显示_3

This commit is contained in:
FrankCV2048
2024-09-13 23:45:15 +08:00
parent cf4f114609
commit 96da34f983
59 changed files with 648 additions and 27743 deletions

View File

@ -61,7 +61,7 @@ font: 700 9pt &quot;Microsoft YaHei UI&quot;;</string>
<property name="geometry">
<rect>
<x>0</x>
<y>10</y>
<y>8</y>
<width>101</width>
<height>31</height>
</rect>
@ -71,7 +71,7 @@ font: 700 9pt &quot;Microsoft YaHei UI&quot;;</string>
font: 700 9pt &quot;Microsoft YaHei UI&quot;;
border: 1px solid #dcdfe6;
border-radius: 10px;</string>
</string>
</property>
<property name="text">
<string>监控投料</string>
@ -81,7 +81,7 @@ border-radius: 10px;</string>
<property name="geometry">
<rect>
<x>110</x>
<y>10</y>
<y>8</y>
<width>101</width>
<height>31</height>
</rect>
@ -89,8 +89,9 @@ border-radius: 10px;</string>
<property name="styleSheet">
<string notr="true">background-color: #F9FAFC;
font: 700 9pt &quot;Microsoft YaHei UI&quot;;
border: 1px solid #dcdfe6;
border-radius: 10px;</string>
</string>
</property>
<property name="text">
<string>投料设置</string>
@ -100,7 +101,7 @@ border-radius: 10px;</string>
<property name="geometry">
<rect>
<x>230</x>
<y>10</y>
<y>8</y>
<width>101</width>
<height>31</height>
</rect>
@ -108,8 +109,9 @@ border-radius: 10px;</string>
<property name="styleSheet">
<string notr="true">background-color: #F9FAFC;
font: 700 9pt &quot;Microsoft YaHei UI&quot;;
border: 1px solid #dcdfe6;
border-radius: 10px;</string>
</string>
</property>
<property name="text">
<string>IO调试</string>
@ -305,9 +307,11 @@ QSlider::sub-page:horizontal
min-width: 80px;
}
QComboBox::drop-down {
width: 0px;
border: none;
}
QComboBox::down-arrow {
@ -317,7 +321,7 @@ QComboBox::down-arrow {
QComboBox QAbstractItemView {
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
background: #2c2c2c;
background-color: #D3D3D3;
border: 1px solid gray;
padding: 4px 4px 4px 4px;
outline: none;
@ -684,7 +688,7 @@ background-color: #499c8a;
</property>
<property name="styleSheet">
<string notr="true">
*{background-color: #F9FAFC;
*{background-color: #A2EF4D;
border: 1px solid #dcdfe6;
border-radius: 10px;
font: 10pt &quot;楷体&quot;;
@ -711,7 +715,7 @@ font: 10pt &quot;楷体&quot;;
</rect>
</property>
<property name="currentIndex">
<number>0</number>
<number>1</number>
</property>
<widget class="QWidget" name="tab_3">
<attribute name="title">
@ -780,9 +784,9 @@ li.checked::marker { content: &quot;\2612&quot;; }
<widget class="QLabel" name="label_move_sign">
<property name="geometry">
<rect>
<x>310</x>
<x>390</x>
<y>230</y>
<width>171</width>
<width>91</width>
<height>21</height>
</rect>
</property>
@ -791,13 +795,13 @@ li.checked::marker { content: &quot;\2612&quot;; }
color: black;</string>
</property>
<property name="text">
<string/>
<string>正在移动</string>
</property>
<property name="alignment">
<set>Qt::AlignmentFlag::AlignRight|Qt::AlignmentFlag::AlignTrailing|Qt::AlignmentFlag::AlignVCenter</set>
</property>
</widget>
<widget class="QTabWidget" name="tabWidget_3">
<widget class="QTabWidget" name="tabWidget_control">
<property name="geometry">
<rect>
<x>510</x>
@ -831,7 +835,7 @@ QTabBar::tab:selected {
<x>0</x>
<y>0</y>
<width>331</width>
<height>181</height>
<height>281</height>
</rect>
</property>
<property name="frameShape">
@ -2111,6 +2115,81 @@ background-color: #ff6e00;
</property>
</widget>
</widget>
<widget class="QLabel" name="label_status_model">
<property name="geometry">
<rect>
<x>320</x>
<y>530</y>
<width>81</width>
<height>21</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">QLabel {
background-color: #A2EF4D; /* 设置背景颜色 */
color: black; /* 设置字体颜色 */
border-radius: 8px; /* 圆角半径设置为 QLabel 的一半,形成圆形 */
border: 1px solid #A2EF4D; /* 设置边框颜色和宽度 */
qproperty-alignment: 'AlignCenter'; /* 设置文本居中 */
}
</string>
</property>
<property name="text">
<string>自动</string>
</property>
</widget>
<widget class="QLabel" name="label_5">
<property name="geometry">
<rect>
<x>240</x>
<y>530</y>
<width>81</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>当前模式:</string>
</property>
<property name="alignment">
<set>Qt::AlignmentFlag::AlignRight|Qt::AlignmentFlag::AlignTrailing|Qt::AlignmentFlag::AlignVCenter</set>
</property>
</widget>
<widget class="QLabel" name="label_status_remoteCmdLen">
<property name="geometry">
<rect>
<x>550</x>
<y>530</y>
<width>81</width>
<height>21</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">QLabel {
background-color: #A2EF4D; /* 设置背景颜色 */
color: #black; /* 设置字体颜色 */
border-radius: 8px; /* 圆角半径设置为 QLabel 的一半,形成圆形 */
border: 1px solid #A2EF4D; /* 设置边框颜色和宽度 */
qproperty-alignment: 'AlignCenter'; /* 设置文本居中 */
}
</string>
</property>
<property name="text">
<string>0</string>
</property>
</widget>
<widget class="QLabel" name="label_4">
<property name="geometry">
<rect>
<x>430</x>
<y>532</y>
<width>111</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>当前远程指令数量:</string>
</property>
</widget>
</widget>
</widget>
</widget>