Files
AutoControlSystem-git/untitled.ui
2024-09-05 23:01:15 +08:00

1938 lines
53 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?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>10</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;
border-radius: 10px;</string>
</property>
<property name="text">
<string>监控投料</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton_stack_feedSet">
<property name="geometry">
<rect>
<x>110</x>
<y>10</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;
border-radius: 10px;</string>
</property>
<property name="text">
<string>投料设置</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton_8">
<property name="geometry">
<rect>
<x>230</x>
<y>10</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;
border-radius: 10px;</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>541</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>551</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>521</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_5">
<property name="geometry">
<rect>
<x>10</x>
<y>10</y>
<width>481</width>
<height>261</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="QFrame" name="frame_7">
<property name="geometry">
<rect>
<x>500</x>
<y>190</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 class="QTextEdit" name="textEdit_log">
<property name="geometry">
<rect>
<x>10</x>
<y>280</y>
<width>481</width>
<height>191</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">*{
background-image: url(:/bg/Image/robot.png);
background-color: #E6ECF5;
}</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; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;2024-08-06 10:10:10当前正在运行。。。&lt;/p&gt;
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;2024-08-06 11:10:10移动机械臂至所示位置&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</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: #2c2c2c;
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_num6">
<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>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;;
}
*: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_num6</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="QPushButton" name="pushButton_20">
<property name="geometry">
<rect>
<x>750</x>
<y>480</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::HelpFaq"/>
</property>
</widget>
<widget class="QPushButton" name="pushButton_startFeed">
<property name="geometry">
<rect>
<x>350</x>
<y>480</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::SystemShutdown"/>
</property>
</widget>
<widget class="QPushButton" name="pushButton_reset">
<property name="geometry">
<rect>
<x>450</x>
<y>480</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_21">
<property name="geometry">
<rect>
<x>650</x>
<y>480</y>
<width>91</width>
<height>31</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">
*{
background-color: #1062B3;
font: 9pt &quot;楷体&quot;;
border: 1px solid #dcdfe6;
border-radius: 10px;
}
*:pressed
{
background-color:#1053b2;
}
</string>
</property>
<property name="text">
<string>调试</string>
</property>
<property name="icon">
<iconset theme="QIcon::ThemeIcon::InputMouse"/>
</property>
</widget>
<widget class="QPushButton" name="pushButton_17">
<property name="geometry">
<rect>
<x>550</x>
<y>480</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="QLineEdit" name="lineEdit_speed">
<property name="geometry">
<rect>
<x>110</x>
<y>490</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>20</x>
<y>493</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>490</y>
<width>75</width>
<height>23</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>PushButton</string>
</property>
</widget>
</widget>
</widget>
</widget>
<widget class="QWidget" name="page_7">
<widget class="QTableView" name="tableView_feedSeting">
<property name="geometry">
<rect>
<x>20</x>
<y>10</y>
<width>871</width>
<height>461</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">QTableWidget {
background-color: #f0f0f0; /* 表格背景色 */
gridline-color: #d0d0d0; /* 网格线颜色 */
border: 1px solid #d0d0d0; /* 边框颜色 */
}
QTableWidget::item {
padding: 10px; /* 单元格内边距 */
border: none; /* 单元格边框 */
}
QTableWidget::item:selected {
background-color: #a0a0ff; /* 选中单元格背景色 */
color: white; /* 选中单元格字体颜色 */
}
QHeaderView::section {
background-color: #d0d0ff; /* 表头背景色 */
color: black; /* 表头字体颜色 */
padding: 5px; /* 表头内边距 */
border: 1px solid #d0d0d0; /* 表头边框颜色 */
}
QTableCornerButton::section {
background-color: #d0d0ff; /* 左上角按钮的背景色 */
border: 1px solid #d0d0d0; /* 左上角按钮的边框颜色 */
}</string>
</property>
</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>