1464 lines
42 KiB
XML
1464 lines
42 KiB
XML
<?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>656</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">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>30</x>
|
||
<y>613</y>
|
||
<width>261</width>
|
||
<height>31</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">color:#fff;
|
||
font: 290 12pt "Microsoft YaHei";
|
||
font: 700 12pt "Microsoft YaHei UI";</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>湖南长沙大尧信息科技有限公司</string>
|
||
</property>
|
||
<property name="alignment">
|
||
<set>Qt::AlignmentFlag::AlignCenter</set>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="label_2">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>690</x>
|
||
<y>610</y>
|
||
<width>91</width>
|
||
<height>16</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">color:#fff;
|
||
font: 290 9pt "Microsoft YaHei";
|
||
font: 700 9pt "Microsoft YaHei UI";</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>08:00:00</string>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="label_3">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>670</x>
|
||
<y>630</y>
|
||
<width>91</width>
|
||
<height>16</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">color:#5188BE;
|
||
font: 290 9pt "Microsoft YaHei";</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>2024-08-01</string>
|
||
</property>
|
||
<property name="alignment">
|
||
<set>Qt::AlignmentFlag::AlignCenter</set>
|
||
</property>
|
||
</widget>
|
||
<widget class="QTabWidget" name="tabWidget">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>0</x>
|
||
<y>0</y>
|
||
<width>901</width>
|
||
<height>601</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>
|
||
<layout class="QVBoxLayout" name="verticalLayout">
|
||
<item>
|
||
<layout class="QVBoxLayout" name="verticalLayout_2" stretch="0">
|
||
<property name="spacing">
|
||
<number>0</number>
|
||
</property>
|
||
<property name="sizeConstraint">
|
||
<enum>QLayout::SizeConstraint::SetNoConstraint</enum>
|
||
</property>
|
||
<item>
|
||
<widget class="QFrame" name="frame_2">
|
||
<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="QPushButton" name="pushButton_3">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>10</x>
|
||
<y>0</y>
|
||
<width>101</width>
|
||
<height>31</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">background-color: #F9FAFC;
|
||
font: 12pt "楷体";
|
||
border: 1px solid #dcdfe6;
|
||
border-radius: 10px;</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>监控投料</string>
|
||
</property>
|
||
<property name="icon">
|
||
<iconset theme="QIcon::ThemeIcon::ListAdd"/>
|
||
</property>
|
||
</widget>
|
||
<widget class="QPushButton" name="pushButton_4">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>140</x>
|
||
<y>0</y>
|
||
<width>101</width>
|
||
<height>31</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">background-color: #F9FAFC;
|
||
font: 12pt "楷体";
|
||
border: 1px solid #dcdfe6;
|
||
border-radius: 10px;</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>投料设置</string>
|
||
</property>
|
||
</widget>
|
||
<widget class="QPushButton" name="pushButton_5">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>270</x>
|
||
<y>0</y>
|
||
<width>101</width>
|
||
<height>31</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">background-color: #F9FAFC;
|
||
font: 12pt "楷体";
|
||
border: 1px solid #dcdfe6;
|
||
border-radius: 10px;</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>IO调试</string>
|
||
</property>
|
||
</widget>
|
||
<widget class="QFrame" name="frame_3">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>0</x>
|
||
<y>40</y>
|
||
<width>841</width>
|
||
<height>461</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_4">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>10</x>
|
||
<y>10</y>
|
||
<width>481</width>
|
||
<height>261</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">border-image: url(:/Image/data/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">
|
||
<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;
|
||
}</string>
|
||
</property>
|
||
<property name="orientation">
|
||
<enum>Qt::Orientation::Horizontal</enum>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="label_5">
|
||
<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 "楷体";</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>10</string>
|
||
</property>
|
||
</widget>
|
||
<widget class="QPushButton" name="pushButton_20">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>520</x>
|
||
<y>70</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 "楷体";
|
||
}
|
||
*: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_21">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>590</x>
|
||
<y>70</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 "楷体";
|
||
}
|
||
*:hover {
|
||
background-color: lightgreen;
|
||
color: black;
|
||
}*:pressed {
|
||
background-color: red;
|
||
color: white;
|
||
}</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>20</string>
|
||
</property>
|
||
</widget>
|
||
<widget class="QPushButton" name="pushButton_22">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>660</x>
|
||
<y>70</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 "楷体";
|
||
}
|
||
*: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_23">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>730</x>
|
||
<y>70</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 "楷体";
|
||
}
|
||
*: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_24">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>520</x>
|
||
<y>110</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 "楷体";
|
||
}
|
||
*: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_25">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>590</x>
|
||
<y>110</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 "楷体";
|
||
}
|
||
*: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_26">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>660</x>
|
||
<y>110</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 "楷体";
|
||
}
|
||
*:hover {
|
||
background-color: lightgreen;
|
||
color: black;
|
||
}*:pressed {
|
||
background-color: red;
|
||
color: white;
|
||
}</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>自定义</string>
|
||
</property>
|
||
</widget>
|
||
<widget class="QFrame" name="frame_4">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>500</x>
|
||
<y>200</y>
|
||
<width>331</width>
|
||
<height>251</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>60</x>
|
||
<y>20</y>
|
||
<width>221</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>60</x>
|
||
<y>0</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>260</x>
|
||
<y>0</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>60</x>
|
||
<y>40</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>260</x>
|
||
<y>40</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>60</x>
|
||
<y>60</y>
|
||
<width>221</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>60</x>
|
||
<y>80</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>260</x>
|
||
<y>80</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>60</x>
|
||
<y>100</y>
|
||
<width>221</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>60</x>
|
||
<y>160</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>60</x>
|
||
<y>180</y>
|
||
<width>221</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>260</x>
|
||
<y>160</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>60</x>
|
||
<y>200</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>60</x>
|
||
<y>220</y>
|
||
<width>221</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>260</x>
|
||
<y>200</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>60</x>
|
||
<y>120</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>60</x>
|
||
<y>140</y>
|
||
<width>221</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>260</x>
|
||
<y>120</y>
|
||
<width>21</width>
|
||
<height>21</height>
|
||
</rect>
|
||
</property>
|
||
<property name="text">
|
||
<string>150</string>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="label_20">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>10</x>
|
||
<y>20</y>
|
||
<width>21</width>
|
||
<height>21</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">font: 700 9pt "Microsoft YaHei UI";</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>J1</string>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="label_21">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>10</x>
|
||
<y>60</y>
|
||
<width>21</width>
|
||
<height>21</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">font: 700 9pt "Microsoft YaHei UI";</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>J2</string>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="label_22">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>10</x>
|
||
<y>100</y>
|
||
<width>21</width>
|
||
<height>21</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">font: 700 9pt "Microsoft YaHei UI";</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>J3</string>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="label_23">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>10</x>
|
||
<y>140</y>
|
||
<width>21</width>
|
||
<height>21</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">font: 700 9pt "Microsoft YaHei UI";</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>J4</string>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="label_24">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>10</x>
|
||
<y>180</y>
|
||
<width>21</width>
|
||
<height>21</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">font: 700 9pt "Microsoft YaHei UI";</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>J5</string>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="label_25">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>10</x>
|
||
<y>220</y>
|
||
<width>21</width>
|
||
<height>21</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">font: 700 9pt "Microsoft YaHei UI";</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>J6</string>
|
||
</property>
|
||
</widget>
|
||
<widget class="QPushButton" name="pushButton_27">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>290</x>
|
||
<y>20</y>
|
||
<width>31</width>
|
||
<height>21</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">*{
|
||
background-color: #E7EAEA;
|
||
border-radius: 10px;
|
||
font: 10pt "楷体";
|
||
}
|
||
*: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_28">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>25</x>
|
||
<y>20</y>
|
||
<width>31</width>
|
||
<height>21</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">*{
|
||
background-color: #E7EAEA;
|
||
border-radius: 10px;
|
||
font: 10pt "楷体";
|
||
}
|
||
*: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_29">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>25</x>
|
||
<y>60</y>
|
||
<width>31</width>
|
||
<height>21</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">*{
|
||
background-color: #E7EAEA;
|
||
border-radius: 10px;
|
||
font: 10pt "楷体";
|
||
}
|
||
*: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_30">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>290</x>
|
||
<y>60</y>
|
||
<width>31</width>
|
||
<height>21</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">*{
|
||
background-color: #E7EAEA;
|
||
border-radius: 10px;
|
||
font: 10pt "楷体";
|
||
}
|
||
*: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_31">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>25</x>
|
||
<y>100</y>
|
||
<width>31</width>
|
||
<height>21</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">*{
|
||
background-color: #E7EAEA;
|
||
border-radius: 10px;
|
||
font: 10pt "楷体";
|
||
}
|
||
*: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_32">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>290</x>
|
||
<y>100</y>
|
||
<width>31</width>
|
||
<height>21</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">*{
|
||
background-color: #E7EAEA;
|
||
border-radius: 10px;
|
||
font: 10pt "楷体";
|
||
}
|
||
*: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_33">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>290</x>
|
||
<y>140</y>
|
||
<width>31</width>
|
||
<height>21</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">*{
|
||
background-color: #E7EAEA;
|
||
border-radius: 10px;
|
||
font: 10pt "楷体";
|
||
}
|
||
*: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_34">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>25</x>
|
||
<y>180</y>
|
||
<width>31</width>
|
||
<height>21</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">*{
|
||
background-color: #E7EAEA;
|
||
border-radius: 10px;
|
||
font: 10pt "楷体";
|
||
}
|
||
*: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_35">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>290</x>
|
||
<y>220</y>
|
||
<width>31</width>
|
||
<height>21</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">*{
|
||
background-color: #E7EAEA;
|
||
border-radius: 10px;
|
||
font: 10pt "楷体";
|
||
}
|
||
*: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_36">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>25</x>
|
||
<y>220</y>
|
||
<width>31</width>
|
||
<height>21</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">*{
|
||
background-color: #E7EAEA;
|
||
border-radius: 10px;
|
||
font: 10pt "楷体";
|
||
}
|
||
*: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_37">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>25</x>
|
||
<y>140</y>
|
||
<width>31</width>
|
||
<height>21</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">*{
|
||
background-color: #E7EAEA;
|
||
border-radius: 10px;
|
||
font: 10pt "楷体";
|
||
}
|
||
*: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_38">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>290</x>
|
||
<y>180</y>
|
||
<width>31</width>
|
||
<height>21</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">*{
|
||
background-color: #E7EAEA;
|
||
border-radius: 10px;
|
||
font: 10pt "楷体";
|
||
}
|
||
*: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>
|
||
<widget class="QLineEdit" name="lineEdit">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>730</x>
|
||
<y>110</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 "楷体";</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>123</string>
|
||
</property>
|
||
<property name="alignment">
|
||
<set>Qt::AlignmentFlag::AlignCenter</set>
|
||
</property>
|
||
</widget>
|
||
<widget class="QTextEdit" name="textEdit">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>10</x>
|
||
<y>280</y>
|
||
<width>481</width>
|
||
<height>171</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">*{
|
||
|
||
background-color: #E6ECF5;
|
||
}</string>
|
||
</property>
|
||
<property name="html">
|
||
<string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
|
||
<html><head><meta name="qrichtext" content="1" /><meta charset="utf-8" /><style type="text/css">
|
||
p, li { white-space: pre-wrap; }
|
||
hr { height: 1px; border-width: 0; }
|
||
li.unchecked::marker { content: "\2610"; }
|
||
li.checked::marker { content: "\2612"; }
|
||
</style></head><body style=" font-family:'Microsoft YaHei UI'; font-size:9pt; font-weight:400; font-style:normal;">
|
||
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">2024-08-06 10:10:10:当前正在运行。。。</p>
|
||
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">2024-08-06 11:10:10:移动机械臂至所示位置</p></body></html></string>
|
||
</property>
|
||
</widget>
|
||
<widget class="QComboBox" name="comboBox">
|
||
<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>
|
||
<zorder>lineEdit</zorder>
|
||
<zorder>label_4</zorder>
|
||
<zorder>horizontalSlider</zorder>
|
||
<zorder>label_5</zorder>
|
||
<zorder>pushButton_20</zorder>
|
||
<zorder>pushButton_21</zorder>
|
||
<zorder>pushButton_22</zorder>
|
||
<zorder>pushButton_23</zorder>
|
||
<zorder>pushButton_24</zorder>
|
||
<zorder>pushButton_25</zorder>
|
||
<zorder>pushButton_26</zorder>
|
||
<zorder>frame_4</zorder>
|
||
<zorder>textEdit</zorder>
|
||
<zorder>comboBox</zorder>
|
||
</widget>
|
||
<widget class="QPushButton" name="pushButton_16">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>560</x>
|
||
<y>510</y>
|
||
<width>91</width>
|
||
<height>31</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">*{
|
||
background-color: rgb(255, 0, 0);
|
||
font: 9pt "楷体";
|
||
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_18">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>760</x>
|
||
<y>510</y>
|
||
<width>91</width>
|
||
<height>31</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">*{
|
||
background-color: #1CB2B1;
|
||
font: 9pt "楷体";
|
||
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_19">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>660</x>
|
||
<y>510</y>
|
||
<width>91</width>
|
||
<height>31</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">
|
||
*{
|
||
background-color: #1062B3;
|
||
font: 9pt "楷体";
|
||
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>460</x>
|
||
<y>510</y>
|
||
<width>91</width>
|
||
<height>31</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">*{
|
||
background-color: #499C54;
|
||
font: 9pt "楷体";
|
||
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>
|
||
</item>
|
||
</layout>
|
||
</item>
|
||
</layout>
|
||
</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>
|
||
<zorder>tabWidget</zorder>
|
||
<zorder>label</zorder>
|
||
<zorder>label_2</zorder>
|
||
<zorder>label_3</zorder>
|
||
</widget>
|
||
</widget>
|
||
<resources>
|
||
<include location="resources.qrc"/>
|
||
</resources>
|
||
<connections/>
|
||
</ui>
|