Files
ailai/untitled.ui

2919 lines
82 KiB
Plaintext
Raw Permalink Normal View History

2025-08-18 16:54:29 +08:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>MainWindow</class>
<widget class="QMainWindow" name="MainWindow">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>901</width>
<height>665</height>
</rect>
</property>
<property name="windowTitle">
<string>自动化密胺生产</string>
</property>
<property name="styleSheet">
<string notr="true">background-color: rgb(12, 78, 139);</string>
</property>
<property name="toolButtonStyle">
<enum>Qt::ToolButtonStyle::ToolButtonIconOnly</enum>
</property>
<widget class="QWidget" name="centralwidget">
<widget class="QLabel" name="label_time">
<property name="geometry">
<rect>
<x>780</x>
<y>640</y>
<width>91</width>
<height>16</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">color:#fff;
font: 290 9pt &quot;Microsoft YaHei&quot;;
font: 700 9pt &quot;Microsoft YaHei UI&quot;;</string>
</property>
<property name="text">
<string>08:00:00</string>
</property>
</widget>
<widget class="QTabWidget" name="tabWidget">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>901</width>
<height>631</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">background-color:#E6ECF5;</string>
</property>
<property name="currentIndex">
<number>0</number>
</property>
<widget class="QWidget" name="tab">
<attribute name="title">
<string>投料</string>
</attribute>
<widget class="QPushButton" name="pushButton_stack_feedControl">
<property name="geometry">
<rect>
<x>0</x>
<y>8</y>
<width>101</width>
<height>31</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">background-color: #F9FAFC;
font: 700 9pt &quot;Microsoft YaHei UI&quot;;
border: 1px solid #dcdfe6;
</string>
</property>
<property name="text">
<string>监控投料</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton_stack_feedSet">
<property name="geometry">
<rect>
<x>110</x>
<y>8</y>
<width>101</width>
<height>31</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">background-color: #F9FAFC;
font: 700 9pt &quot;Microsoft YaHei UI&quot;;
border: 1px solid #dcdfe6;
</string>
</property>
<property name="text">
<string>投料设置</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton_8">
<property name="geometry">
<rect>
<x>230</x>
<y>8</y>
<width>101</width>
<height>31</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">background-color: #F9FAFC;
font: 700 9pt &quot;Microsoft YaHei UI&quot;;
border: 1px solid #dcdfe6;
</string>
</property>
<property name="text">
<string>IO调试</string>
</property>
</widget>
<widget class="QStackedWidget" name="stackedWidget_feed">
<property name="geometry">
<rect>
<x>-10</x>
<y>40</y>
<width>891</width>
<height>561</height>
</rect>
</property>
<property name="currentIndex">
<number>0</number>
</property>
<widget class="QWidget" name="page_6">
<widget class="QFrame" name="frame_2">
<property name="geometry">
<rect>
<x>0</x>
<y>-10</y>
<width>877</width>
<height>571</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">background-color: #E6ECF5;
</string>
</property>
<property name="frameShape">
<enum>QFrame::Shape::StyledPanel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Shadow::Raised</enum>
</property>
<widget class="QFrame" name="frame_6">
<property name="geometry">
<rect>
<x>10</x>
<y>10</y>
<width>861</width>
<height>561</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">background-color: rgb(255, 255, 255);</string>
</property>
<property name="frameShape">
<enum>QFrame::Shape::StyledPanel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Shadow::Raised</enum>
</property>
<widget class="QLabel" name="label_showDetection">
<property name="geometry">
<rect>
<x>10</x>
<y>10</y>
<width>481</width>
<height>251</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">
background-image: url(:/bg/Image/robot.png);
background-position:center;
background-repeat:no-repeat;</string>
</property>
<property name="text">
<string/>
</property>
<property name="scaledContents">
<bool>true</bool>
</property>
</widget>
<widget class="QSlider" name="horizontalSlider_feedingNum">
<property name="geometry">
<rect>
<x>520</x>
<y>150</y>
<width>271</width>
<height>41</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">/**QSlider
{
background-color: #FFFFFF;
border-style: outset;
border-radius:5px;
}
QSlider::groove:horizontal
{
height: 10px;
background: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 #B1B1B1, stop:1 #c4c4c4);
margin: 10px 0
}
QSlider::handle:horizontal
{
background: QRadialGradient(cx:0, cy:0, radius: 1, fx:0.5, fy:0.5,stop:0 green, stop:1 green);
width: 10px;
height: 16px;
margin: -5px 3px -5px 6px;
border-radius:5px;
border: 3px solid #007900;
}
**/
/*第一种风格*/
/**
groove表示槽的部分
handle表示滑块
add-page表示未滑过的槽部分
sub-page表示已滑过的槽部分
在辅助控制器后面可以设置状态horizontal就是QSS生效的QSlider的状态
**/
QSlider::groove:horizontal
{
height:10px;
border-radius: 5px;
background-color:rgb(219,219,219);
}
QSlider::handle:horizontal
{
background: QRadialGradient(cx:0, cy:0, radius: 1, fx:0.5, fy:0.5,stop:0 green, stop:1 green);
width: 5px;
height: 5px;
margin: -5px 3px -5px 6px;
border-radius:5px;
border: 3px solid #007900;
}
QSlider::add-page:horizontal
{
border-radius: 5px;
background-color: rgb(219,219,219);
}
QSlider::sub-page:horizontal
{
border-radius: 5px;
background-color: rgb(80,166,234);
}
</string>
</property>
<property name="orientation">
<enum>Qt::Orientation::Horizontal</enum>
</property>
</widget>
<widget class="QLabel" name="label_maxNum">
<property name="geometry">
<rect>
<x>800</x>
<y>160</y>
<width>31</width>
<height>21</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">font: 9pt &quot;楷体&quot;;</string>
</property>
<property name="text">
<string>10</string>
</property>
</widget>
<widget class="QComboBox" name="comboBox_lineIndex">
<property name="geometry">
<rect>
<x>520</x>
<y>10</y>
<width>271</width>
<height>41</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">QComboBox {
border-radius: 10px;
padding: 5px 5px 5px 5px;
background-color: #2c2c2c;
color: white;
border: 1px solid #474747;
min-width: 80px;
}
QComboBox::drop-down {
width: 0px;
border: none;
}
QComboBox::down-arrow {
image: none;
}
QComboBox QAbstractItemView {
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
background-color: #D3D3D3;
border: 1px solid gray;
padding: 4px 4px 4px 4px;
outline: none;
}</string>
</property>
<property name="currentText">
<string>1号线</string>
</property>
<item>
<property name="text">
<string>1号线</string>
</property>
</item>
<item>
<property name="text">
<string>新建线</string>
</property>
</item>
</widget>
<widget class="QStackedWidget" name="stackedWidget_num">
<property name="geometry">
<rect>
<x>510</x>
<y>60</y>
<width>291</width>
<height>91</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">background-color: rgb(255, 255, 255);</string>
</property>
<property name="currentIndex">
<number>0</number>
</property>
<widget class="QWidget" name="page_9">
<widget class="QPushButton" name="pushButton_num5">
<property name="geometry">
<rect>
<x>10</x>
<y>60</y>
<width>61</width>
<height>31</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">
*{background-color: #F9FAFC;
border: 1px solid #dcdfe6;
border-radius: 10px;
font: 10pt &quot;楷体&quot;;
}
*:hover {
background-color: lightgreen;
color: black;
}*:pressed {
background-color: red;
color: white;
}</string>
</property>
<property name="text">
<string>50</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton_num1">
<property name="geometry">
<rect>
<x>10</x>
<y>20</y>
<width>61</width>
<height>31</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">
*{background-color: #F9FAFC;
border: 1px solid #dcdfe6;
border-radius: 10px;
font: 10pt &quot;楷体&quot;;
}
*:hover {
background-color: lightgreen;
color: black;
}*:pressed {
background-color: red;
color: white;
}</string>
</property>
<property name="text">
<string>10</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton_4">
<property name="geometry">
<rect>
<x>80</x>
<y>60</y>
<width>61</width>
<height>31</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">
*{background-color: #F9FAFC;
border: 1px solid #dcdfe6;
border-radius: 10px;
font: 10pt &quot;楷体&quot;;
}
*:hover {
background-color: lightgreen;
color: black;
}*:pressed {
background-color: red;
color: white;
}</string>
</property>
<property name="text">
<string>60</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton_num3">
<property name="geometry">
<rect>
<x>150</x>
<y>20</y>
<width>61</width>
<height>31</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">
*{background-color: #F9FAFC;
border: 1px solid #dcdfe6;
border-radius: 10px;
font: 10pt &quot;楷体&quot;;
}
*:hover {
background-color: lightgreen;
color: black;
}*:pressed {
background-color: red;
color: white;
}</string>
</property>
<property name="text">
<string>30</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton_num4">
<property name="geometry">
<rect>
<x>220</x>
<y>20</y>
<width>61</width>
<height>31</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">
*{background-color: #F9FAFC;
border: 1px solid #dcdfe6;
border-radius: 10px;
font: 10pt &quot;楷体&quot;;
}
*:hover {
background-color: lightgreen;
color: black;
}*:pressed {
background-color: red;
color: white;
}</string>
</property>
<property name="text">
<string>40</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton_num_free">
<property name="geometry">
<rect>
<x>220</x>
<y>60</y>
<width>61</width>
<height>31</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">
*{background-color: #F9FAFC;
border: 1px solid #dcdfe6;
border-radius: 10px;
font: 10pt &quot;楷体&quot;;
}
*:hover {
background-color: lightgreen;
color: black;
}*:pressed {
background-color: red;
color: white;
}</string>
</property>
<property name="text">
<string>自定义</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton_num2">
<property name="geometry">
<rect>
<x>80</x>
<y>20</y>
<width>61</width>
<height>31</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">
*{background-color: #F9FAFC;
border: 1px solid #dcdfe6;
border-radius: 10px;
font: 10pt &quot;楷体&quot;;
}
*:hover {
background-color: lightgreen;
color: black;
}*:pressed {
background-color: red;
color: white;
}</string>
</property>
<property name="text">
<string>20</string>
</property>
</widget>
<widget class="QLineEdit" name="lineEdit_num">
<property name="geometry">
<rect>
<x>150</x>
<y>60</y>
<width>61</width>
<height>31</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">background-color: #F9FAFC;
border: 1px solid #dcdfe6;
border-radius: 10px;
font: 10pt &quot;楷体&quot;;</string>
</property>
<property name="text">
<string/>
</property>
<property name="alignment">
<set>Qt::AlignmentFlag::AlignCenter</set>
</property>
<property name="placeholderText">
<string>0-100</string>
</property>
</widget>
<zorder>lineEdit_num</zorder>
<zorder>pushButton_num_free</zorder>
<zorder>pushButton_num5</zorder>
<zorder>pushButton_num1</zorder>
<zorder>pushButton_4</zorder>
<zorder>pushButton_num3</zorder>
<zorder>pushButton_num4</zorder>
<zorder>pushButton_num2</zorder>
</widget>
<widget class="QWidget" name="page_10">
<widget class="QPushButton" name="pushButton_AddNum">
<property name="geometry">
<rect>
<x>30</x>
<y>30</y>
<width>91</width>
<height>41</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">*{
background-color: #499C54;
font: 12pt &quot;楷体&quot;;
border: 1px solid #dcdfe6;
border-radius: 10px;
}
*:pressed
{
background-color: #499c8a;
}
</string>
</property>
<property name="text">
<string>补一袋</string>
</property>
<property name="icon">
<iconset theme="QIcon::ThemeIcon::ListAdd"/>
</property>
</widget>
<widget class="QPushButton" name="pushButton_SubNum">
<property name="geometry">
<rect>
<x>170</x>
<y>30</y>
<width>91</width>
<height>41</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">*{
background-color: rgb(255, 0, 0);
font: 12pt &quot;楷体&quot;;
border: 1px solid #dcdfe6;
border-radius: 10px;
}
*:pressed
{
background-color: #499c8a;
}
</string>
</property>
<property name="text">
<string>扣一袋</string>
</property>
<property name="icon">
<iconset theme="QIcon::ThemeIcon::ListRemove"/>
</property>
</widget>
</widget>
</widget>
<widget class="QLineEdit" name="lineEdit_speed">
<property name="geometry">
<rect>
<x>110</x>
<y>530</y>
<width>113</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>10</string>
</property>
<property name="placeholderText">
<string>输入整数,切勿超速</string>
</property>
</widget>
<widget class="QLabel" name="label_2">
<property name="geometry">
<rect>
<x>10</x>
<y>530</y>
<width>81</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>当前自动速度:</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton_speed">
<property name="geometry">
<rect>
<x>100</x>
<y>530</y>
<width>75</width>
<height>23</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">
*{background-color: #A2EF4D;
border: 1px solid #dcdfe6;
border-radius: 10px;
font: 10pt &quot;楷体&quot;;
}
*:hover {
background-color: lightgreen;
color: black;
}*:pressed {
background-color: red;
color: white;
}</string>
</property>
<property name="text">
<string>PushButton</string>
</property>
</widget>
<widget class="QTabWidget" name="tabWidget_2">
<property name="geometry">
<rect>
<x>10</x>
<y>270</y>
<width>491</width>
<height>241</height>
</rect>
</property>
<property name="currentIndex">
<number>1</number>
</property>
<widget class="QWidget" name="tab_3">
<attribute name="title">
<string>日志</string>
</attribute>
<widget class="QTextEdit" name="textEdit_log_info">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>491</width>
<height>211</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">*{
background-color: #D3D3D3;
}</string>
</property>
<property name="html">
<string>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;meta charset=&quot;utf-8&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
hr { height: 1px; border-width: 0; }
li.unchecked::marker { content: &quot;\2610&quot;; }
li.checked::marker { content: &quot;\2612&quot;; }
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'Microsoft YaHei UI'; font-size:9pt; font-weight:400; font-style:normal;&quot;&gt;
&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
</widget>
</widget>
<widget class="QWidget" name="tab_4">
<attribute name="title">
<string>报警</string>
</attribute>
<widget class="QTextEdit" name="textEdit_log_error">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>491</width>
<height>231</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">*{
color: red;
background-color: #D3D3D3;
}
</string>
</property>
<property name="html">
<string>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;meta charset=&quot;utf-8&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
hr { height: 1px; border-width: 0; }
li.unchecked::marker { content: &quot;\2610&quot;; }
li.checked::marker { content: &quot;\2612&quot;; }
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'Microsoft YaHei UI'; font-size:9pt; font-weight:400; font-style:normal;&quot;&gt;
&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
</widget>
</widget>
</widget>
<widget class="QLabel" name="label_move_sign">
<property name="geometry">
<rect>
<x>390</x>
<y>230</y>
<width>91</width>
<height>21</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">background-color: rgba(255, 255, 255, 0);
color: red;</string>
</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="QTabWidget" name="tabWidget_control">
<property name="geometry">
<rect>
<x>510</x>
<y>190</y>
<width>341</width>
<height>321</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">QTabBar::tab {
background: #C0C0C0;
padding: 10px;
border-radius: 15px;
}
QTabBar::tab:selected {
background-color: #FFFFFF;
border:2px solid #008000;
border-radius: 15px 15px 0 0; /* 圆角控制 */
}</string>
</property>
<property name="currentIndex">
<number>0</number>
</property>
<widget class="QWidget" name="tab_6">
<attribute name="title">
<string>生产界面</string>
</attribute>
<widget class="QFrame" name="frame_3">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>331</width>
<height>281</height>
</rect>
</property>
<property name="frameShape">
<enum>QFrame::Shape::StyledPanel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Shadow::Raised</enum>
</property>
<widget class="QPushButton" name="pushButton_startFeed">
<property name="geometry">
<rect>
<x>10</x>
<y>10</y>
<width>91</width>
<height>31</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">*{
background-color: #499C54;
font: 9pt &quot;楷体&quot;;
border: 1px solid #dcdfe6;
border-radius: 10px;
}
*:pressed
{
background-color: #499c8a;
}
</string>
</property>
<property name="text">
<string>启动</string>
</property>
<property name="icon">
<iconset theme="QIcon::ThemeIcon::MediaPlaybackStart"/>
</property>
</widget>
<widget class="QPushButton" name="pushButton_pauseFeed">
<property name="geometry">
<rect>
<x>110</x>
<y>10</y>
<width>91</width>
<height>31</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">*{
background-color: #2196F3;
font: 9pt &quot;楷体&quot;;
border: 1px solid #dcdfe6;
border-radius: 10px;
}
*:pressed
{
background-color: #499c8a;
}
</string>
</property>
<property name="text">
<string>暂停</string>
</property>
<property name="icon">
<iconset theme="QIcon::ThemeIcon::MediaPlaybackPause"/>
</property>
</widget>
<widget class="QPushButton" name="pushButton_stopFeed">
<property name="geometry">
<rect>
<x>210</x>
<y>10</y>
<width>91</width>
<height>31</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">*{
background-color: #F44336;
font: 9pt &quot;楷体&quot;;
border: 1px solid #dcdfe6;
border-radius: 10px;
}
*:pressed
{
background-color: #499c8a;
}
</string>
</property>
<property name="text">
<string>停止</string>
</property>
<property name="icon">
<iconset theme="QIcon::ThemeIcon::SystemShutdown"/>
</property>
</widget>
<widget class="QPushButton" name="pushButton_reset">
<property name="geometry">
<rect>
<x>10</x>
<y>50</y>
<width>91</width>
<height>31</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">*{
background-color: #FFFFBF;
font: 9pt &quot;楷体&quot;;
border: 1px solid #dcdfe6;
border-radius: 10px;
}
*:pressed
{
background-color: #FFF000;
}
</string>
</property>
<property name="text">
<string>复位</string>
</property>
<property name="icon">
<iconset theme="media-optical"/>
</property>
</widget>
<widget class="QPushButton" name="pushButton_17">
<property name="geometry">
<rect>
<x>110</x>
<y>50</y>
<width>91</width>
<height>31</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">*{
background-color: rgb(255, 0, 0);
font: 9pt &quot;楷体&quot;;
border: 1px solid #dcdfe6;
border-radius: 10px;
}
*:pressed
{
background-color: #ff6e00;
}
</string>
</property>
<property name="text">
<string>急停</string>
</property>
<property name="icon">
<iconset theme="QIcon::ThemeIcon::WindowClose"/>
</property>
</widget>
<widget class="QPushButton" name="pushButton_clearAlarm">
<property name="geometry">
<rect>
<x>210</x>
<y>50</y>
<width>91</width>
<height>31</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">*{
background-color: #1CB2B1;
font: 9pt &quot;楷体&quot;;
border: 1px solid #dcdfe6;
border-radius: 10px;
}
*:pressed
{
background-color:#1cb052;
}
</string>
</property>
<property name="text">
<string>清除报警</string>
</property>
<property name="icon">
<iconset theme="QIcon::ThemeIcon::SystemReboot"/>
</property>
</widget>
<widget class="QPushButton" name="pushButton_3">
<property name="geometry">
<rect>
<x>84</x>
<y>120</y>
<width>101</width>
<height>51</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">* {
background: qradialgradient(cx: 0.5, cy: 0.1
, radius: 0.8, fx:0.5 ,fy:0,
stop: 0 rgba(255,255,255, 255),
stop: 1 rgba(33, 150, 243, 255));
font: 9pt &quot;楷体&quot;;
border: 1px solid #dcdfe6;
border-radius: 10px;
}
</string>
</property>
<property name="text">
<string>PushButton</string>
</property>
</widget>
</widget>
</widget>
<widget class="QWidget" name="tab_5">
<attribute name="title">
<string>调试界面</string>
</attribute>
<widget class="QFrame" name="frame_7">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>331</width>
<height>281</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">background-color: rgb(85, 170, 255);</string>
</property>
<property name="frameShape">
<enum>QFrame::Shape::StyledPanel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Shadow::Raised</enum>
</property>
<widget class="QSlider" name="horizontalSlider_J1">
<property name="geometry">
<rect>
<x>65</x>
<y>50</y>
<width>171</width>
<height>22</height>
</rect>
</property>
<property name="orientation">
<enum>Qt::Orientation::Horizontal</enum>
</property>
</widget>
<widget class="QLabel" name="label_j1_min">
<property name="geometry">
<rect>
<x>65</x>
<y>30</y>
<width>31</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>-10</string>
</property>
</widget>
<widget class="QLabel" name="label_j1_max">
<property name="geometry">
<rect>
<x>215</x>
<y>30</y>
<width>31</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>+10</string>
</property>
</widget>
<widget class="QLabel" name="label_j2_min">
<property name="geometry">
<rect>
<x>65</x>
<y>70</y>
<width>53</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>-150</string>
</property>
</widget>
<widget class="QLabel" name="label_j2_max">
<property name="geometry">
<rect>
<x>215</x>
<y>70</y>
<width>21</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>150</string>
</property>
</widget>
<widget class="QSlider" name="horizontalSlider_J2">
<property name="geometry">
<rect>
<x>65</x>
<y>90</y>
<width>171</width>
<height>22</height>
</rect>
</property>
<property name="orientation">
<enum>Qt::Orientation::Horizontal</enum>
</property>
</widget>
<widget class="QLabel" name="label_j3_min">
<property name="geometry">
<rect>
<x>65</x>
<y>110</y>
<width>53</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>-150</string>
</property>
</widget>
<widget class="QLabel" name="label_j3_max">
<property name="geometry">
<rect>
<x>215</x>
<y>110</y>
<width>21</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>150</string>
</property>
</widget>
<widget class="QSlider" name="horizontalSlider_J3">
<property name="geometry">
<rect>
<x>65</x>
<y>130</y>
<width>171</width>
<height>22</height>
</rect>
</property>
<property name="orientation">
<enum>Qt::Orientation::Horizontal</enum>
</property>
</widget>
<widget class="QLabel" name="label_j5_min">
<property name="geometry">
<rect>
<x>65</x>
<y>190</y>
<width>53</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>-150</string>
</property>
</widget>
<widget class="QSlider" name="horizontalSlider_J5">
<property name="geometry">
<rect>
<x>65</x>
<y>210</y>
<width>171</width>
<height>22</height>
</rect>
</property>
<property name="orientation">
<enum>Qt::Orientation::Horizontal</enum>
</property>
</widget>
<widget class="QLabel" name="label_j5_max">
<property name="geometry">
<rect>
<x>215</x>
<y>190</y>
<width>21</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>150</string>
</property>
</widget>
<widget class="QLabel" name="label_j6_min">
<property name="geometry">
<rect>
<x>65</x>
<y>230</y>
<width>53</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>-150</string>
</property>
</widget>
<widget class="QSlider" name="horizontalSlider_J6">
<property name="geometry">
<rect>
<x>65</x>
<y>250</y>
<width>171</width>
<height>22</height>
</rect>
</property>
<property name="orientation">
<enum>Qt::Orientation::Horizontal</enum>
</property>
</widget>
<widget class="QLabel" name="label_j6_max">
<property name="geometry">
<rect>
<x>215</x>
<y>230</y>
<width>21</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>150</string>
</property>
</widget>
<widget class="QLabel" name="label_j4_min">
<property name="geometry">
<rect>
<x>65</x>
<y>150</y>
<width>53</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>-150</string>
</property>
</widget>
<widget class="QSlider" name="horizontalSlider_J4">
<property name="geometry">
<rect>
<x>65</x>
<y>170</y>
<width>171</width>
<height>22</height>
</rect>
</property>
<property name="orientation">
<enum>Qt::Orientation::Horizontal</enum>
</property>
</widget>
<widget class="QLabel" name="label_j4_max">
<property name="geometry">
<rect>
<x>215</x>
<y>150</y>
<width>21</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>150</string>
</property>
</widget>
<widget class="QLabel" name="label_26">
<property name="geometry">
<rect>
<x>15</x>
<y>50</y>
<width>21</width>
<height>21</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">font: 700 9pt &quot;Microsoft YaHei UI&quot;;</string>
</property>
<property name="text">
<string>J1</string>
</property>
</widget>
<widget class="QLabel" name="label_27">
<property name="geometry">
<rect>
<x>15</x>
<y>90</y>
<width>21</width>
<height>21</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">font: 700 9pt &quot;Microsoft YaHei UI&quot;;</string>
</property>
<property name="text">
<string>J2</string>
</property>
</widget>
<widget class="QLabel" name="label_28">
<property name="geometry">
<rect>
<x>15</x>
<y>130</y>
<width>21</width>
<height>21</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">font: 700 9pt &quot;Microsoft YaHei UI&quot;;</string>
</property>
<property name="text">
<string>J3</string>
</property>
</widget>
<widget class="QLabel" name="label_29">
<property name="geometry">
<rect>
<x>15</x>
<y>170</y>
<width>21</width>
<height>21</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">font: 700 9pt &quot;Microsoft YaHei UI&quot;;</string>
</property>
<property name="text">
<string>J4</string>
</property>
</widget>
<widget class="QLabel" name="label_30">
<property name="geometry">
<rect>
<x>15</x>
<y>210</y>
<width>21</width>
<height>21</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">font: 700 9pt &quot;Microsoft YaHei UI&quot;;</string>
</property>
<property name="text">
<string>J5</string>
</property>
</widget>
<widget class="QLabel" name="label_31">
<property name="geometry">
<rect>
<x>15</x>
<y>250</y>
<width>21</width>
<height>21</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">font: 700 9pt &quot;Microsoft YaHei UI&quot;;</string>
</property>
<property name="text">
<string>J6</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton_j1_add">
<property name="geometry">
<rect>
<x>245</x>
<y>50</y>
<width>31</width>
<height>21</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">*{
background-color: #E7EAEA;
border-radius: 10px;
font: 10pt &quot;楷体&quot;;
}
*:hover{
background-color: rgb(85, 85, 255);
}
*:pressed{
background-color:rgb(0, 255, 0);
}
</string>
</property>
<property name="text">
<string/>
</property>
<property name="icon">
<iconset theme="QIcon::ThemeIcon::ListAdd"/>
</property>
</widget>
<widget class="QPushButton" name="pushButton_j1_sub">
<property name="geometry">
<rect>
<x>30</x>
<y>50</y>
<width>31</width>
<height>21</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">*{
background-color: #E7EAEA;
border-radius: 10px;
font: 10pt &quot;楷体&quot;;
}
*:hover{
background-color: rgb(85, 85, 255);
}
*:pressed{
background-color: rgb(255, 0, 0);
}
</string>
</property>
<property name="text">
<string/>
</property>
<property name="icon">
<iconset theme="QIcon::ThemeIcon::ListRemove"/>
</property>
</widget>
<widget class="QPushButton" name="pushButton_j2_sub">
<property name="geometry">
<rect>
<x>30</x>
<y>90</y>
<width>31</width>
<height>21</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">*{
background-color: #E7EAEA;
border-radius: 10px;
font: 10pt &quot;楷体&quot;;
}
*:hover{
background-color: rgb(85, 85, 255);
}
*:pressed{
background-color: rgb(255, 0, 0);
}
</string>
</property>
<property name="text">
<string/>
</property>
<property name="icon">
<iconset theme="QIcon::ThemeIcon::ListRemove"/>
</property>
</widget>
<widget class="QPushButton" name="pushButton_j2_add">
<property name="geometry">
<rect>
<x>245</x>
<y>90</y>
<width>31</width>
<height>21</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">*{
background-color: #E7EAEA;
border-radius: 10px;
font: 10pt &quot;楷体&quot;;
}
*:hover{
background-color: rgb(85, 85, 255);
}
*:pressed{
background-color:rgb(85, 85, 255);
}
</string>
</property>
<property name="text">
<string/>
</property>
<property name="icon">
<iconset theme="QIcon::ThemeIcon::ListAdd"/>
</property>
</widget>
<widget class="QPushButton" name="pushButton_j3_sub">
<property name="geometry">
<rect>
<x>30</x>
<y>130</y>
<width>31</width>
<height>21</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">*{
background-color: #E7EAEA;
border-radius: 10px;
font: 10pt &quot;楷体&quot;;
}
*:hover{
background-color: rgb(85, 85, 255);
}
*:pressed{
background-color: rgb(255, 0, 0);
}
</string>
</property>
<property name="text">
<string/>
</property>
<property name="icon">
<iconset theme="QIcon::ThemeIcon::ListRemove"/>
</property>
</widget>
<widget class="QPushButton" name="pushButton_j3_add">
<property name="geometry">
<rect>
<x>245</x>
<y>130</y>
<width>31</width>
<height>21</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">*{
background-color: #E7EAEA;
border-radius: 10px;
font: 10pt &quot;楷体&quot;;
}
*:hover{
background-color: rgb(85, 85, 255);
}
*:pressed{
background-color:rgb(85, 85, 255);
}
</string>
</property>
<property name="text">
<string/>
</property>
<property name="icon">
<iconset theme="QIcon::ThemeIcon::ListAdd"/>
</property>
</widget>
<widget class="QPushButton" name="pushButton_j4_add">
<property name="geometry">
<rect>
<x>245</x>
<y>170</y>
<width>31</width>
<height>21</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">*{
background-color: #E7EAEA;
border-radius: 10px;
font: 10pt &quot;楷体&quot;;
}
*:hover{
background-color: rgb(85, 85, 255);
}
*:pressed{
background-color:rgb(85, 85, 255);
}
</string>
</property>
<property name="text">
<string/>
</property>
<property name="icon">
<iconset theme="QIcon::ThemeIcon::ListAdd"/>
</property>
</widget>
<widget class="QPushButton" name="pushButton_j5_sub">
<property name="geometry">
<rect>
<x>30</x>
<y>210</y>
<width>31</width>
<height>21</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">*{
background-color: #E7EAEA;
border-radius: 10px;
font: 10pt &quot;楷体&quot;;
}
*:hover{
background-color: rgb(85, 85, 255);
}
*:pressed{
background-color: rgb(255, 0, 0);
}
</string>
</property>
<property name="text">
<string/>
</property>
<property name="icon">
<iconset theme="QIcon::ThemeIcon::ListRemove"/>
</property>
</widget>
<widget class="QPushButton" name="pushButton_j6_add">
<property name="geometry">
<rect>
<x>245</x>
<y>250</y>
<width>31</width>
<height>21</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">*{
background-color: #E7EAEA;
border-radius: 10px;
font: 10pt &quot;楷体&quot;;
}
*:hover{
background-color: rgb(85, 85, 255);
}
*:pressed{
background-color:rgb(85, 85, 255);
}
</string>
</property>
<property name="text">
<string/>
</property>
<property name="icon">
<iconset theme="QIcon::ThemeIcon::ListAdd"/>
</property>
</widget>
<widget class="QPushButton" name="pushButton_j6_sub">
<property name="geometry">
<rect>
<x>30</x>
<y>250</y>
<width>31</width>
<height>21</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">*{
background-color: #E7EAEA;
border-radius: 10px;
font: 10pt &quot;楷体&quot;;
}
*:hover{
background-color: rgb(85, 85, 255);
}
*:pressed{
background-color: rgb(255, 0, 0);
}
</string>
</property>
<property name="text">
<string/>
</property>
<property name="icon">
<iconset theme="QIcon::ThemeIcon::ListRemove"/>
</property>
</widget>
<widget class="QPushButton" name="pushButton_j4_sub">
<property name="geometry">
<rect>
<x>30</x>
<y>170</y>
<width>31</width>
<height>21</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">*{
background-color: #E7EAEA;
border-radius: 10px;
font: 10pt &quot;楷体&quot;;
}
*:hover{
background-color: rgb(85, 85, 255);
}
*:pressed{
background-color: rgb(255, 0, 0);
}
</string>
</property>
<property name="text">
<string/>
</property>
<property name="icon">
<iconset theme="QIcon::ThemeIcon::ListRemove"/>
</property>
</widget>
<widget class="QPushButton" name="pushButton_j5_add">
<property name="geometry">
<rect>
<x>245</x>
<y>210</y>
<width>31</width>
<height>21</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">*{
background-color: #E7EAEA;
border-radius: 10px;
font: 10pt &quot;楷体&quot;;
}
*:hover{
background-color: rgb(85, 85, 255);
}
*:pressed{
background-color:rgb(85, 85, 255);
}
</string>
</property>
<property name="text">
<string/>
</property>
<property name="icon">
<iconset theme="QIcon::ThemeIcon::ListAdd"/>
</property>
</widget>
<widget class="QLineEdit" name="lineEdit_j1">
<property name="geometry">
<rect>
<x>285</x>
<y>50</y>
<width>41</width>
<height>21</height>
</rect>
</property>
</widget>
<widget class="QLineEdit" name="lineEdit_j2">
<property name="geometry">
<rect>
<x>285</x>
<y>90</y>
<width>41</width>
<height>21</height>
</rect>
</property>
</widget>
<widget class="QLineEdit" name="lineEdit_j3">
<property name="geometry">
<rect>
<x>285</x>
<y>130</y>
<width>41</width>
<height>21</height>
</rect>
</property>
</widget>
<widget class="QLineEdit" name="lineEdit_j4">
<property name="geometry">
<rect>
<x>285</x>
<y>170</y>
<width>41</width>
<height>21</height>
</rect>
</property>
</widget>
<widget class="QLineEdit" name="lineEdit_j5">
<property name="geometry">
<rect>
<x>285</x>
<y>210</y>
<width>41</width>
<height>21</height>
</rect>
</property>
</widget>
<widget class="QLineEdit" name="lineEdit_j6">
<property name="geometry">
<rect>
<x>285</x>
<y>250</y>
<width>41</width>
<height>21</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="label_j1">
<property name="geometry">
<rect>
<x>125</x>
<y>32</y>
<width>53</width>
<height>15</height>
</rect>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QLabel" name="label_j2">
<property name="geometry">
<rect>
<x>125</x>
<y>70</y>
<width>53</width>
<height>15</height>
</rect>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QLabel" name="label_j3">
<property name="geometry">
<rect>
<x>125</x>
<y>110</y>
<width>53</width>
<height>15</height>
</rect>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QLabel" name="label_j4">
<property name="geometry">
<rect>
<x>125</x>
<y>150</y>
<width>53</width>
<height>15</height>
</rect>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QLabel" name="label_j5">
<property name="geometry">
<rect>
<x>125</x>
<y>190</y>
<width>53</width>
<height>15</height>
</rect>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QLabel" name="label_j6">
<property name="geometry">
<rect>
<x>125</x>
<y>230</y>
<width>53</width>
<height>15</height>
</rect>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QLineEdit" name="lineEdit_manual_adjust_accuracy">
<property name="geometry">
<rect>
<x>110</x>
<y>10</y>
<width>61</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>1</string>
</property>
<property name="placeholderText">
<string>0.001-20</string>
</property>
</widget>
<widget class="QLabel" name="label_manual_adjust_accuracy">
<property name="geometry">
<rect>
<x>50</x>
<y>13</y>
<width>53</width>
<height>15</height>
</rect>
</property>
<property name="text">
<string>调整间隔:</string>
</property>
</widget>
</widget>
</widget>
</widget>
<widget class="QFrame" name="frame_sign">
<property name="geometry">
<rect>
<x>10</x>
<y>10</y>
<width>121</width>
<height>121</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">background-color: rgba(255, 255, 255, 0);</string>
</property>
<property name="frameShape">
<enum>QFrame::Shape::StyledPanel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Shadow::Raised</enum>
</property>
<widget class="QPushButton" name="pushButton_sign_go">
<property name="geometry">
<rect>
<x>10</x>
<y>20</y>
<width>10</width>
<height>10</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">*{
background-color: #7A7A7A;
font: 9pt &quot;楷体&quot;;
border: 1px solid #dcdfe6;
border-radius: 5px;
}
*:pressed
{
background-color: #ff6e00;
}
</string>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QLabel" name="label_sign_go">
<property name="geometry">
<rect>
<x>30</x>
<y>15</y>
<width>71</width>
<height>20</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">background-color: rgba(255, 255, 255, 0);
font: 700 12pt &quot;Microsoft YaHei UI&quot;;
color:#7A7A7A;</string>
</property>
<property name="text">
<string>取料中...</string>
</property>
<property name="alignment">
<set>Qt::AlignmentFlag::AlignLeading|Qt::AlignmentFlag::AlignLeft|Qt::AlignmentFlag::AlignVCenter</set>
</property>
</widget>
<widget class="QLabel" name="label_sign_photo">
<property name="geometry">
<rect>
<x>30</x>
<y>39</y>
<width>61</width>
<height>20</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">background-color: rgba(255, 255, 255, 0);
font: 700 12pt &quot;Microsoft YaHei UI&quot;;
color: red;</string>
</property>
<property name="text">
<string>拍照中...</string>
</property>
<property name="alignment">
<set>Qt::AlignmentFlag::AlignLeading|Qt::AlignmentFlag::AlignLeft|Qt::AlignmentFlag::AlignVCenter</set>
</property>
</widget>
<widget class="QPushButton" name="pushButton_sign_photo">
<property name="geometry">
<rect>
<x>10</x>
<y>44</y>
<width>10</width>
<height>10</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">*{
background-color: rgb(255, 0, 0);
font: 9pt &quot;楷体&quot;;
border: 1px solid #dcdfe6;
border-radius: 5px;
}
*:pressed
{
background-color: #ff6e00;
}
</string>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QLabel" name="label_sign_feed">
<property name="geometry">
<rect>
<x>30</x>
<y>89</y>
<width>61</width>
<height>20</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">background-color: rgba(255, 255, 255, 0);
font: 700 12pt &quot;Microsoft YaHei UI&quot;;
color: black;</string>
</property>
<property name="text">
<string>投料中...</string>
</property>
<property name="alignment">
<set>Qt::AlignmentFlag::AlignLeading|Qt::AlignmentFlag::AlignLeft|Qt::AlignmentFlag::AlignVCenter</set>
</property>
</widget>
<widget class="QPushButton" name="pushButton_sign_take">
<property name="geometry">
<rect>
<x>10</x>
<y>70</y>
<width>10</width>
<height>10</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">*{
background-color: rgb(255, 0, 0);
font: 9pt &quot;楷体&quot;;
border: 1px solid #dcdfe6;
border-radius: 5px;
}
*:pressed
{
background-color: #ff6e00;
}
</string>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QLabel" name="label_sign_take">
<property name="geometry">
<rect>
<x>30</x>
<y>65</y>
<width>61</width>
<height>20</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">background-color: rgba(255, 255, 255, 0);
font: 700 12pt &quot;Microsoft YaHei UI&quot;;
color: black;</string>
</property>
<property name="text">
<string>抓料中...</string>
</property>
<property name="alignment">
<set>Qt::AlignmentFlag::AlignLeading|Qt::AlignmentFlag::AlignLeft|Qt::AlignmentFlag::AlignVCenter</set>
</property>
</widget>
<widget class="QPushButton" name="pushButton_sign_feed">
<property name="geometry">
<rect>
<x>10</x>
<y>94</y>
<width>10</width>
<height>10</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">*{
background-color: rgb(255, 0, 0);
font: 9pt &quot;楷体&quot;;
border: 1px solid #dcdfe6;
border-radius: 5px;
}
*:pressed
{
background-color: #ff6e00;
}
</string>
</property>
<property name="text">
<string/>
</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>
<widget class="QWidget" name="page_7">
<widget class="QTableWidget" name="tableWidget_feedSeting">
<property name="geometry">
<rect>
<x>10</x>
<y>50</y>
<width>871</width>
<height>191</height>
</rect>
</property>
</widget>
<widget class="QPushButton" name="pushButton_tableFeedSet_addRow">
<property name="geometry">
<rect>
<x>710</x>
<y>10</y>
<width>75</width>
<height>31</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">
*{
color: #ffffff;
background-color: rgb(16, 133, 255);
font: 12pt &quot;楷体&quot;;
border: 1px solid #dcdfe6;
border-radius: 6px;
}
*:pressed
{
background-color: #499c8a;
}
</string>
</property>
<property name="text">
<string>新增线</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton_tableFeedSet_deleRow">
<property name="geometry">
<rect>
<x>790</x>
<y>10</y>
<width>75</width>
<height>31</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">*{
color: #ffffff;
background-color: #FF5722;
font: 12pt &quot;楷体&quot;;
border: 1px solid #dcdfe6;
border-radius: 6px;
}
*:pressed
{
background-color: #499c8a;
}
</string>
</property>
<property name="text">
<string>删除线</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton_tableFeedSet_save">
<property name="geometry">
<rect>
<x>630</x>
<y>10</y>
<width>75</width>
<height>31</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">
*{
color: #ffffff;
background-color: #1AA094;
font: 12pt &quot;楷体&quot;;
border: 1px solid #dcdfe6;
border-radius: 6px;
}
*:pressed
{
background-color: #197971;
}
</string>
</property>
<property name="text">
<string>保存</string>
</property>
</widget>
<widget class="QFrame" name="frame_4">
<property name="geometry">
<rect>
<x>10</x>
<y>240</y>
<width>871</width>
<height>211</height>
</rect>
</property>
<property name="frameShape">
<enum>QFrame::Shape::StyledPanel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Shadow::Raised</enum>
</property>
<widget class="QFrame" name="frame_5">
<property name="geometry">
<rect>
<x>0</x>
<y>10</y>
<width>871</width>
<height>131</height>
</rect>
</property>
<property name="frameShape">
<enum>QFrame::Shape::StyledPanel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Shadow::Raised</enum>
</property>
<widget class="QLabel" name="label_3">
<property name="geometry">
<rect>
<x>20</x>
<y>20</y>
<width>53</width>
<height>15</height>
</rect>
</property>
<property name="text">
<string>X1:</string>
</property>
<property name="alignment">
<set>Qt::AlignmentFlag::AlignRight|Qt::AlignmentFlag::AlignTrailing|Qt::AlignmentFlag::AlignVCenter</set>
</property>
</widget>
<widget class="QLineEdit" name="lineEdit_x1">
<property name="geometry">
<rect>
<x>80</x>
<y>20</y>
<width>91</width>
<height>21</height>
</rect>
</property>
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
<widget class="QLineEdit" name="lineEdit_y1">
<property name="geometry">
<rect>
<x>290</x>
<y>20</y>
<width>91</width>
<height>21</height>
</rect>
</property>
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
<widget class="QLabel" name="label_7">
<property name="geometry">
<rect>
<x>230</x>
<y>20</y>
<width>53</width>
<height>15</height>
</rect>
</property>
<property name="text">
<string>Y1:</string>
</property>
<property name="alignment">
<set>Qt::AlignmentFlag::AlignRight|Qt::AlignmentFlag::AlignTrailing|Qt::AlignmentFlag::AlignVCenter</set>
</property>
</widget>
<widget class="QLineEdit" name="lineEdit_z1">
<property name="geometry">
<rect>
<x>480</x>
<y>20</y>
<width>91</width>
<height>21</height>
</rect>
</property>
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
<widget class="QLabel" name="label_8">
<property name="geometry">
<rect>
<x>420</x>
<y>20</y>
<width>53</width>
<height>15</height>
</rect>
</property>
<property name="text">
<string>Z1:</string>
</property>
<property name="alignment">
<set>Qt::AlignmentFlag::AlignRight|Qt::AlignmentFlag::AlignTrailing|Qt::AlignmentFlag::AlignVCenter</set>
</property>
</widget>
<widget class="QLineEdit" name="lineEdit_y2">
<property name="geometry">
<rect>
<x>290</x>
<y>50</y>
<width>91</width>
<height>21</height>
</rect>
</property>
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
<widget class="QLineEdit" name="lineEdit_x2">
<property name="geometry">
<rect>
<x>80</x>
<y>50</y>
<width>91</width>
<height>21</height>
</rect>
</property>
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
<widget class="QLabel" name="label_9">
<property name="geometry">
<rect>
<x>230</x>
<y>50</y>
<width>53</width>
<height>15</height>
</rect>
</property>
<property name="text">
<string>Y2:</string>
</property>
<property name="alignment">
<set>Qt::AlignmentFlag::AlignRight|Qt::AlignmentFlag::AlignTrailing|Qt::AlignmentFlag::AlignVCenter</set>
</property>
</widget>
<widget class="QLabel" name="label_10">
<property name="geometry">
<rect>
<x>420</x>
<y>50</y>
<width>53</width>
<height>15</height>
</rect>
</property>
<property name="text">
<string>Z2:</string>
</property>
<property name="alignment">
<set>Qt::AlignmentFlag::AlignRight|Qt::AlignmentFlag::AlignTrailing|Qt::AlignmentFlag::AlignVCenter</set>
</property>
</widget>
<widget class="QLabel" name="label_11">
<property name="geometry">
<rect>
<x>20</x>
<y>50</y>
<width>53</width>
<height>15</height>
</rect>
</property>
<property name="text">
<string>X2:</string>
</property>
<property name="alignment">
<set>Qt::AlignmentFlag::AlignRight|Qt::AlignmentFlag::AlignTrailing|Qt::AlignmentFlag::AlignVCenter</set>
</property>
</widget>
<widget class="QLineEdit" name="lineEdit_z2">
<property name="geometry">
<rect>
<x>480</x>
<y>50</y>
<width>91</width>
<height>21</height>
</rect>
</property>
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
<widget class="QLineEdit" name="lineEdit_z3">
<property name="geometry">
<rect>
<x>480</x>
<y>80</y>
<width>91</width>
<height>21</height>
</rect>
</property>
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
<widget class="QLineEdit" name="lineEdit_x3">
<property name="geometry">
<rect>
<x>80</x>
<y>80</y>
<width>91</width>
<height>21</height>
</rect>
</property>
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
<widget class="QLabel" name="label_12">
<property name="geometry">
<rect>
<x>420</x>
<y>80</y>
<width>53</width>
<height>15</height>
</rect>
</property>
<property name="text">
<string>Z3:</string>
</property>
<property name="alignment">
<set>Qt::AlignmentFlag::AlignRight|Qt::AlignmentFlag::AlignTrailing|Qt::AlignmentFlag::AlignVCenter</set>
</property>
</widget>
<widget class="QLineEdit" name="lineEdit_y3">
<property name="geometry">
<rect>
<x>290</x>
<y>80</y>
<width>91</width>
<height>21</height>
</rect>
</property>
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
<widget class="QLabel" name="label_13">
<property name="geometry">
<rect>
<x>20</x>
<y>80</y>
<width>53</width>
<height>15</height>
</rect>
</property>
<property name="text">
<string>X3:</string>
</property>
<property name="alignment">
<set>Qt::AlignmentFlag::AlignRight|Qt::AlignmentFlag::AlignTrailing|Qt::AlignmentFlag::AlignVCenter</set>
</property>
</widget>
<widget class="QLabel" name="label_14">
<property name="geometry">
<rect>
<x>230</x>
<y>80</y>
<width>53</width>
<height>15</height>
</rect>
</property>
<property name="text">
<string>Y3:</string>
</property>
<property name="alignment">
<set>Qt::AlignmentFlag::AlignRight|Qt::AlignmentFlag::AlignTrailing|Qt::AlignmentFlag::AlignVCenter</set>
</property>
</widget>
<widget class="QPushButton" name="pushButton_get_p1">
<property name="geometry">
<rect>
<x>594</x>
<y>20</y>
<width>81</width>
<height>23</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">
*{
color: #ffffff;
background-color: rgb(16, 133, 255);
font: 12pt &quot;楷体&quot;;
border: 1px solid #dcdfe6;
border-radius: 6px;
}
*:pressed
{
background-color: #197971;
}
</string>
</property>
<property name="text">
<string>记录点位1</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton_get_p2">
<property name="geometry">
<rect>
<x>594</x>
<y>50</y>
<width>81</width>
<height>23</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">
*{
color: #ffffff;
background-color: rgb(16, 133, 255);
font: 12pt &quot;楷体&quot;;
border: 1px solid #dcdfe6;
border-radius: 6px;
}
*:pressed
{
background-color: #197971;
}
</string>
</property>
<property name="text">
<string>记录点位2</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton_get_p3">
<property name="geometry">
<rect>
<x>594</x>
<y>80</y>
<width>81</width>
<height>23</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">
*{
color: #ffffff;
background-color: rgb(16, 133, 255);
font: 12pt &quot;楷体&quot;;
border: 1px solid #dcdfe6;
border-radius: 6px;
}
*:pressed
{
background-color: #197971;
}
</string>
</property>
<property name="text">
<string>记录点位3</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton_set_p3">
<property name="geometry">
<rect>
<x>680</x>
<y>80</y>
<width>81</width>
<height>23</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">
*{
color: #ffffff;
background-color: #1AA094;
font: 12pt &quot;楷体&quot;;
border: 1px solid #dcdfe6;
border-radius: 6px;
}
*:pressed
{
background-color: #197971;
}
</string>
</property>
<property name="text">
<string>记录点位3</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton_set_p1">
<property name="geometry">
<rect>
<x>680</x>
<y>20</y>
<width>81</width>
<height>23</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">
*{
color: #ffffff;
background-color: #1AA094;
font: 12pt &quot;楷体&quot;;
border: 1px solid #dcdfe6;
border-radius: 6px;
}
*:pressed
{
background-color: #197971;
}
</string>
</property>
<property name="text">
<string>记录点位1</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton_set_p2">
<property name="geometry">
<rect>
<x>680</x>
<y>50</y>
<width>81</width>
<height>23</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">
*{
color: #ffffff;
background-color: #1AA094;
font: 12pt &quot;楷体&quot;;
border: 1px solid #dcdfe6;
border-radius: 6px;
}
*:pressed
{
background-color: #197971;
}
</string>
</property>
<property name="text">
<string>记录点位2</string>
</property>
</widget>
</widget>
</widget>
</widget>
</widget>
</widget>
<widget class="QWidget" name="tab_2">
<attribute name="title">
<string>Tab 2</string>
</attribute>
<widget class="QPushButton" name="pushButton_2">
<property name="geometry">
<rect>
<x>10</x>
<y>10</y>
<width>75</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>PushButton</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton">
<property name="geometry">
<rect>
<x>10</x>
<y>39</y>
<width>75</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>PushButton</string>
</property>
</widget>
</widget>
</widget>
<widget class="QLabel" name="label_date">
<property name="geometry">
<rect>
<x>690</x>
<y>640</y>
<width>91</width>
<height>16</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">color:#fff;
font: 290 9pt &quot;Microsoft YaHei&quot;;
font: 700 9pt &quot;Microsoft YaHei UI&quot;;</string>
</property>
<property name="text">
<string>2024-08-01</string>
</property>
<property name="alignment">
<set>Qt::AlignmentFlag::AlignCenter</set>
</property>
</widget>
<widget class="QFrame" name="frame">
<property name="geometry">
<rect>
<x>300</x>
<y>634</y>
<width>301</width>
<height>28</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">background-color: #9A9A9A;</string>
</property>
<property name="frameShape">
<enum>QFrame::Shape::StyledPanel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Shadow::Raised</enum>
</property>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>20</x>
<y>7</y>
<width>81</width>
<height>16</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">color: #F9FFF9;
font: 700 9pt &quot;等线&quot;;</string>
</property>
<property name="text">
<string>设备状态监控</string>
</property>
</widget>
<widget class="QLabel" name="label_connect_status">
<property name="geometry">
<rect>
<x>220</x>
<y>7</y>
<width>16</width>
<height>16</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">QLabel {
background-color: #A2EF4D; /* 设置背景颜色 */
color: #ffffff; /* 设置字体颜色 */
border-radius: 8px; /* 圆角半径设置为 QLabel 的一半,形成圆形 */
border: 1px solid #A2EF4D; /* 设置边框颜色和宽度 */
qproperty-alignment: 'AlignCenter'; /* 设置文本居中 */
}
</string>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QLabel" name="label_6">
<property name="geometry">
<rect>
<x>160</x>
<y>7</y>
<width>51</width>
<height>16</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">color: #F9FFF9;
font: 700 9pt &quot;等线&quot;;</string>
</property>
<property name="text">
<string>通信状态</string>
</property>
</widget>
</widget>
<zorder>tabWidget</zorder>
<zorder>label_time</zorder>
<zorder>label_date</zorder>
<zorder>frame</zorder>
</widget>
</widget>
<resources>
<include location="resources.qrc"/>
</resources>
<connections/>
</ui>