2242 lines
73 KiB
XML
2242 lines
73 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
||
<ui version="4.0">
|
||
<class>Widget</class>
|
||
<widget class="QWidget" name="Widget">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>0</x>
|
||
<y>0</y>
|
||
<width>2173</width>
|
||
<height>1191</height>
|
||
</rect>
|
||
</property>
|
||
<property name="windowTitle">
|
||
<string>Widget</string>
|
||
</property>
|
||
<layout class="QHBoxLayout" name="horizontalLayout">
|
||
<property name="leftMargin">
|
||
<number>0</number>
|
||
</property>
|
||
<property name="topMargin">
|
||
<number>0</number>
|
||
</property>
|
||
<property name="rightMargin">
|
||
<number>0</number>
|
||
</property>
|
||
<property name="bottomMargin">
|
||
<number>0</number>
|
||
</property>
|
||
<item>
|
||
<widget class="QTabWidget" name="tabWidget">
|
||
<property name="enabled">
|
||
<bool>true</bool>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">background-color: rgb(228, 223, 186);</string>
|
||
</property>
|
||
<property name="currentIndex">
|
||
<number>2</number>
|
||
</property>
|
||
<property name="tabBarAutoHide">
|
||
<bool>true</bool>
|
||
</property>
|
||
<widget class="QWidget" name="tab">
|
||
<attribute name="title">
|
||
<string>Tab 1</string>
|
||
</attribute>
|
||
<widget class="QLabel" name="label">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>330</x>
|
||
<y>120</y>
|
||
<width>1271</width>
|
||
<height>131</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">font: 72pt "Microsoft YaHei UI";</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>奎屯银力棉油机械有限公司</string>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="label_3">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>500</x>
|
||
<y>260</y>
|
||
<width>1151</width>
|
||
<height>141</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">font: 72pt "Microsoft YaHei UI";</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>籽棉异纤杂质分选机</string>
|
||
</property>
|
||
</widget>
|
||
</widget>
|
||
<widget class="QWidget" name="tab_2">
|
||
<attribute name="title">
|
||
<string>Tab 2</string>
|
||
</attribute>
|
||
<layout class="QHBoxLayout" name="horizontalLayout_3" stretch="2,10">
|
||
<item>
|
||
<widget class="QFrame" name="frame_7">
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>0</width>
|
||
<height>0</height>
|
||
</size>
|
||
</property>
|
||
<layout class="QVBoxLayout" name="verticalLayout_3">
|
||
<property name="spacing">
|
||
<number>20</number>
|
||
</property>
|
||
<property name="leftMargin">
|
||
<number>9</number>
|
||
</property>
|
||
<property name="topMargin">
|
||
<number>9</number>
|
||
</property>
|
||
<property name="rightMargin">
|
||
<number>9</number>
|
||
</property>
|
||
<item>
|
||
<widget class="QLabel" name="lab_info">
|
||
<property name="enabled">
|
||
<bool>true</bool>
|
||
</property>
|
||
<property name="font">
|
||
<font>
|
||
<family>Microsoft YaHei UI</family>
|
||
<pointsize>48</pointsize>
|
||
<italic>false</italic>
|
||
<bold>false</bold>
|
||
</font>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">font: 48pt "Microsoft YaHei UI";
|
||
color: rgb(34, 40, 49);</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>状态</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QPushButton" name="btn_start">
|
||
<property name="sizePolicy">
|
||
<sizepolicy hsizetype="Minimum" vsizetype="Preferred">
|
||
<horstretch>0</horstretch>
|
||
<verstretch>0</verstretch>
|
||
</sizepolicy>
|
||
</property>
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>0</width>
|
||
<height>120</height>
|
||
</size>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">/* btn_start 样式 */
|
||
QPushButton#btn_start {
|
||
background-color: #4b5b47; /* 暗绿色背景 */
|
||
color: #f5efe7; /* 白色文字 */
|
||
border: 2px solid #145A32; /* 更深的绿色边框 */
|
||
padding: 20px 40px; /* 内边距 */
|
||
border-radius: 12px; /* 圆角半径 */
|
||
font-size: 48px; /* 字体大小 */
|
||
font-weight: bold; /* 粗体字 */
|
||
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; /* 字体族 */
|
||
}
|
||
|
||
QPushButton#btn_start:hover {
|
||
background-color: #28b45d; /* 稍亮的暗绿色背景 */
|
||
border: 2px solid #1f8a4d; /* 暗绿色边框 */
|
||
}
|
||
|
||
QPushButton#btn_start:pressed {
|
||
background-color: #186a3b; /* 更深的绿色背景 */
|
||
color: #BDC3C7; /* 灰色文字 */
|
||
border: 2px solid #134d33; /* 更深的绿色边框 */
|
||
}
|
||
|
||
QPushButton#btn_start:disabled {
|
||
background-color: #7F8C8D; /* 灰色背景 */
|
||
color: #BDC3C7; /* 灰色文字 */
|
||
border: 2px solid #7F8C8D; /* 灰色边框 */
|
||
}</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>开始分选</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QPushButton" name="btn_stop">
|
||
<property name="sizePolicy">
|
||
<sizepolicy hsizetype="Minimum" vsizetype="Preferred">
|
||
<horstretch>0</horstretch>
|
||
<verstretch>0</verstretch>
|
||
</sizepolicy>
|
||
</property>
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>0</width>
|
||
<height>120</height>
|
||
</size>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">/* btn_stop 样式 */
|
||
QPushButton#btn_stop
|
||
{
|
||
background-color: #be9970; /* 暗红色背景 */
|
||
color: #ffffff; /* 白色文字 */
|
||
border: 2px solid #641e16; /* 更深的红色边框 */
|
||
padding: 20px 40px; /* 内边距 */
|
||
border-radius: 12px; /* 圆角半径 */
|
||
font-size: 48px; /* 字体大小 */
|
||
font-weight: bold; /* 粗体字 */
|
||
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; /* 字体族 */
|
||
}
|
||
|
||
QPushButton#btn_stop:hover {
|
||
background-color: #cb4335; /* 稍亮的暗红色背景 */
|
||
border: 2px solid #a93226; /* 暗红色边框 */
|
||
}
|
||
|
||
QPushButton#btn_stop:pressed {
|
||
background-color: #7b241c; /* 更深的红色背景 */
|
||
color: #BDC3C7; /* 灰色文字 */
|
||
border: 2px solid #641e16; /* 更深的红色边框 */
|
||
}
|
||
|
||
QPushButton#btn_stop:disabled {
|
||
background-color: #7F8C8D; /* 灰色背景 */
|
||
color: #BDC3C7; /* 灰色文字 */
|
||
border: 2px solid #7F8C8D; /* 灰色边框 */
|
||
}
|
||
</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>停止分选</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QPushButton" name="btn_take_photos">
|
||
<property name="sizePolicy">
|
||
<sizepolicy hsizetype="Minimum" vsizetype="Preferred">
|
||
<horstretch>0</horstretch>
|
||
<verstretch>0</verstretch>
|
||
</sizepolicy>
|
||
</property>
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>0</width>
|
||
<height>120</height>
|
||
</size>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">/* btn_take_photos 样式 */
|
||
QPushButton#btn_take_photos {
|
||
background-color: #7c8876; /* 暗蓝色背景 */
|
||
color: #ffffff; /* 白色文字 */
|
||
border: 2px solid #6c7766; /* 更深的蓝色边框 */
|
||
padding: 20px 40px; /* 内边距 */
|
||
border-radius: 12px; /* 圆角半径 */
|
||
font-size: 48px; /* 字体大小 */
|
||
font-weight: bold; /* 粗体字 */
|
||
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; /* 字体族 */
|
||
}
|
||
|
||
QPushButton#btn_take_photos:hover {
|
||
background-color: #2e86c1; /* 稍亮的暗蓝色背景 */
|
||
border: 2px solid #21618c; /* 暗蓝色边框 */
|
||
}
|
||
|
||
QPushButton#btn_take_photos:pressed {
|
||
background-color: #145a86; /* 更深的蓝色背景 */
|
||
color: #BDC3C7; /* 灰色文字 */
|
||
border: 2px solid #0f3b6b; /* 更深的蓝色边框 */
|
||
}
|
||
|
||
QPushButton#btn_take_photos:disabled {
|
||
background-color: #7F8C8D; /* 灰色背景 */
|
||
color: #BDC3C7; /* 灰色文字 */
|
||
border: 2px solid #7F8C8D; /* 灰色边框 */
|
||
}
|
||
|
||
</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>抓取图片</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QPushButton" name="btn_set_valve">
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>0</width>
|
||
<height>120</height>
|
||
</size>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">/* btn_set_value 样式 */
|
||
QPushButton#btn_set_valve {
|
||
background-color: #be9970; /* 橙色背景 */
|
||
color: #ffffff; /* 白色文字 */
|
||
border: 2px solid #d68910; /* 深橙色边框 */
|
||
padding: 20px 40px; /* 内边距 */
|
||
border-radius: 12px; /* 圆角半径 */
|
||
font-size: 48px; /* 字体大小 */
|
||
font-weight: bold; /* 粗体字 */
|
||
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; /* 字体族 */
|
||
}
|
||
|
||
QPushButton#btn_set_valve:hover {
|
||
background-color: #f1c40f; /* 亮橙色背景 */
|
||
border: 2px solid #f39c12; /* 橙色边框 */
|
||
}
|
||
|
||
QPushButton#btn_set_valve:pressed {
|
||
background-color: #d68910; /* 深橙色背景 */
|
||
color: #BDC3C7; /* 灰色文字 */
|
||
border: 2px solid #b9770e; /* 更深的橙色边框 */
|
||
}
|
||
|
||
QPushButton#btn_set_valve:disabled {
|
||
background-color: #7F8C8D; /* 灰色背景 */
|
||
color: #BDC3C7; /* 灰色文字 */
|
||
border: 2px solid #7F8C8D; /* 灰色边框 */
|
||
}</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>设置参数</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QPushButton" name="btn_quit">
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>0</width>
|
||
<height>120</height>
|
||
</size>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">/* btn_quit 样式 */
|
||
QPushButton#btn_quit {
|
||
background-color: #716244; /* 红色背景 */
|
||
color: #ffffff; /* 白色文字 */
|
||
border: 2px solid #922b21; /* 深红色边框 */
|
||
padding: 20px 40px; /* 内边距 */
|
||
border-radius: 12px; /* 圆角半径 */
|
||
font-size: 48px; /* 字体大小 */
|
||
font-weight: bold; /* 粗体字 */
|
||
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; /* 字体族 */
|
||
}
|
||
|
||
QPushButton#btn_quit:hover {
|
||
background-color: #e74c3c; /* 亮红色背景 */
|
||
border: 2px solid #c0392b; /* 红色边框 */
|
||
}
|
||
|
||
QPushButton#btn_quit:pressed {
|
||
background-color: #922b21; /* 深红色背景 */
|
||
color: #BDC3C7; /* 灰色文字 */
|
||
border: 2px solid #641e16; /* 更深的红色边框 */
|
||
}
|
||
|
||
QPushButton#btn_quit:disabled {
|
||
background-color: #7F8C8D; /* 灰色背景 */
|
||
color: #BDC3C7; /* 灰色文字 */
|
||
border: 2px solid #7F8C8D; /* 灰色边框 */
|
||
}</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>退出系统</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<spacer name="verticalSpacer">
|
||
<property name="orientation">
|
||
<enum>Qt::Orientation::Vertical</enum>
|
||
</property>
|
||
<property name="sizeHint" stdset="0">
|
||
<size>
|
||
<width>0</width>
|
||
<height>0</height>
|
||
</size>
|
||
</property>
|
||
</spacer>
|
||
</item>
|
||
</layout>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QFrame" name="frame_6">
|
||
<layout class="QVBoxLayout" name="verticalLayout" stretch="0,5,0,5">
|
||
<item>
|
||
<widget class="QFrame" name="frame">
|
||
<property name="frameShape">
|
||
<enum>QFrame::Shape::NoFrame</enum>
|
||
</property>
|
||
<layout class="QHBoxLayout" name="horizontalLayout_4" stretch="0,0,0,0,0,0,0">
|
||
<item>
|
||
<widget class="QLabel" name="label_2">
|
||
<property name="styleSheet">
|
||
<string notr="true">font: 18pt "Microsoft YaHei UI";</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>相机1(高侧/气罐侧)</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<spacer name="horizontalSpacer">
|
||
<property name="orientation">
|
||
<enum>Qt::Orientation::Horizontal</enum>
|
||
</property>
|
||
<property name="sizeHint" stdset="0">
|
||
<size>
|
||
<width>0</width>
|
||
<height>0</height>
|
||
</size>
|
||
</property>
|
||
</spacer>
|
||
</item>
|
||
<item>
|
||
<widget class="QCheckBox" name="dl_enable_1">
|
||
<property name="enabled">
|
||
<bool>false</bool>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">font: 12pt "Microsoft YaHei UI";</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>屏蔽深度学习</string>
|
||
</property>
|
||
<property name="checked">
|
||
<bool>true</bool>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QCheckBox" name="tra_enable_1">
|
||
<property name="enabled">
|
||
<bool>true</bool>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">font: 12pt "Microsoft YaHei UI";</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>屏蔽艳丽检测</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QCheckBox" name="mtx_1_overlay">
|
||
<property name="enabled">
|
||
<bool>false</bool>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">font: 12pt "Microsoft YaHei UI";</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>色检结果</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QCheckBox" name="dl_1_overlay">
|
||
<property name="enabled">
|
||
<bool>false</bool>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">font: 12pt "Microsoft YaHei UI";</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>智检结果</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QCheckBox" name="img_1_mirror">
|
||
<property name="styleSheet">
|
||
<string notr="true">font: 12pt "Microsoft YaHei UI";</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>图片镜像</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
</layout>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QLabel" name="camera_1_img">
|
||
<property name="sizePolicy">
|
||
<sizepolicy hsizetype="Ignored" vsizetype="Ignored">
|
||
<horstretch>0</horstretch>
|
||
<verstretch>0</verstretch>
|
||
</sizepolicy>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">background-color: rgb(129, 129, 129);
|
||
border: 4px solid black;
|
||
|
||
border-radius: 12px; /* 圆角半径 */</string>
|
||
</property>
|
||
<property name="lineWidth">
|
||
<number>1</number>
|
||
</property>
|
||
<property name="text">
|
||
<string/>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QFrame" name="frame_2">
|
||
<property name="frameShape">
|
||
<enum>QFrame::Shape::NoFrame</enum>
|
||
</property>
|
||
<layout class="QHBoxLayout" name="horizontalLayout_5">
|
||
<item>
|
||
<widget class="QLabel" name="label_4">
|
||
<property name="styleSheet">
|
||
<string notr="true">font: 18pt "Microsoft YaHei UI";</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>相机0(低侧/出风口侧)</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<spacer name="horizontalSpacer_2">
|
||
<property name="orientation">
|
||
<enum>Qt::Orientation::Horizontal</enum>
|
||
</property>
|
||
<property name="sizeHint" stdset="0">
|
||
<size>
|
||
<width>0</width>
|
||
<height>0</height>
|
||
</size>
|
||
</property>
|
||
</spacer>
|
||
</item>
|
||
<item>
|
||
<widget class="QCheckBox" name="dl_enable_0">
|
||
<property name="enabled">
|
||
<bool>false</bool>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">font: 12pt "Microsoft YaHei UI";</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>屏蔽深度学习</string>
|
||
</property>
|
||
<property name="checked">
|
||
<bool>true</bool>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QCheckBox" name="tra_enable_0">
|
||
<property name="enabled">
|
||
<bool>true</bool>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">font: 12pt "Microsoft YaHei UI";</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>屏蔽艳丽检测</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QCheckBox" name="mtx_0_overlay">
|
||
<property name="enabled">
|
||
<bool>false</bool>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">font: 12pt "Microsoft YaHei UI";</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>色检结果</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QCheckBox" name="dl_0_overlay">
|
||
<property name="enabled">
|
||
<bool>false</bool>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">font: 12pt "Microsoft YaHei UI";</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>智检结果</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QCheckBox" name="img_0_mirror">
|
||
<property name="styleSheet">
|
||
<string notr="true">font: 12pt "Microsoft YaHei UI";</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>图片镜像</string>
|
||
</property>
|
||
<property name="checked">
|
||
<bool>true</bool>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
</layout>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QLabel" name="camera_0_img">
|
||
<property name="sizePolicy">
|
||
<sizepolicy hsizetype="Ignored" vsizetype="Ignored">
|
||
<horstretch>0</horstretch>
|
||
<verstretch>0</verstretch>
|
||
</sizepolicy>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">background-color: rgb(129, 129, 129);
|
||
border: 4px solid black;
|
||
border-radius: 12px; /* 圆角半径 */</string>
|
||
</property>
|
||
<property name="lineWidth">
|
||
<number>1</number>
|
||
</property>
|
||
<property name="text">
|
||
<string/>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
</layout>
|
||
</widget>
|
||
</item>
|
||
</layout>
|
||
</widget>
|
||
<widget class="QWidget" name="tab_3">
|
||
<attribute name="title">
|
||
<string>Tab 3</string>
|
||
</attribute>
|
||
<widget class="QLabel" name="label_title_3">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>0</x>
|
||
<y>10</y>
|
||
<width>421</width>
|
||
<height>81</height>
|
||
</rect>
|
||
</property>
|
||
<property name="font">
|
||
<font>
|
||
<family>Microsoft YaHei UI</family>
|
||
<pointsize>48</pointsize>
|
||
<italic>false</italic>
|
||
<bold>true</bold>
|
||
</font>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">font: 700 48pt "Microsoft YaHei UI";</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>参数设置界面</string>
|
||
</property>
|
||
</widget>
|
||
<widget class="QGroupBox" name="groupBox_4">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>30</x>
|
||
<y>130</y>
|
||
<width>771</width>
|
||
<height>651</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">font: 700 40pt "Microsoft YaHei UI";
|
||
border-color: rgb(0, 0, 0);</string>
|
||
</property>
|
||
<property name="title">
|
||
<string>下位机参数</string>
|
||
</property>
|
||
<widget class="QPushButton" name="btn_set_lower">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>30</x>
|
||
<y>470</y>
|
||
<width>231</width>
|
||
<height>141</height>
|
||
</rect>
|
||
</property>
|
||
<property name="text">
|
||
<string>设定参数</string>
|
||
</property>
|
||
</widget>
|
||
<widget class="QFrame" name="frame_3">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>20</x>
|
||
<y>80</y>
|
||
<width>698</width>
|
||
<height>373</height>
|
||
</rect>
|
||
</property>
|
||
<property name="frameShape">
|
||
<enum>QFrame::Shape::StyledPanel</enum>
|
||
</property>
|
||
<property name="frameShadow">
|
||
<enum>QFrame::Shadow::Raised</enum>
|
||
</property>
|
||
<layout class="QHBoxLayout" name="horizontalLayout_6">
|
||
<item>
|
||
<layout class="QVBoxLayout" name="verticalLayout_5">
|
||
<item>
|
||
<widget class="QLabel" name="label_delaytime">
|
||
<property name="styleSheet">
|
||
<string notr="true">font: 700 48pt "Microsoft YaHei UI";</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>延迟时间</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QLabel" name="label_encoder">
|
||
<property name="styleSheet">
|
||
<string notr="true">font: 700 48pt "Microsoft YaHei UI";</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>相机行频</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QLabel" name="label_encoder_2">
|
||
<property name="styleSheet">
|
||
<string notr="true">font: 700 48pt "Microsoft YaHei UI";</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>喷阀频率</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
</layout>
|
||
</item>
|
||
<item>
|
||
<layout class="QVBoxLayout" name="verticalLayout_4">
|
||
<item>
|
||
<widget class="QSpinBox" name="spinbox_delaytime">
|
||
<property name="minimum">
|
||
<number>1000</number>
|
||
</property>
|
||
<property name="maximum">
|
||
<number>1400</number>
|
||
</property>
|
||
<property name="singleStep">
|
||
<number>10</number>
|
||
</property>
|
||
<property name="value">
|
||
<number>1200</number>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QSpinBox" name="spinbox_encoder">
|
||
<property name="minimum">
|
||
<number>8000</number>
|
||
</property>
|
||
<property name="maximum">
|
||
<number>13000</number>
|
||
</property>
|
||
<property name="singleStep">
|
||
<number>100</number>
|
||
</property>
|
||
<property name="value">
|
||
<number>12000</number>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QSpinBox" name="spinbox_valve">
|
||
<property name="minimum">
|
||
<number>150</number>
|
||
</property>
|
||
<property name="maximum">
|
||
<number>250</number>
|
||
</property>
|
||
<property name="value">
|
||
<number>200</number>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
</layout>
|
||
</item>
|
||
</layout>
|
||
</widget>
|
||
<widget class="QPushButton" name="btn_tab3_backtab2">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>480</x>
|
||
<y>470</y>
|
||
<width>231</width>
|
||
<height>141</height>
|
||
</rect>
|
||
</property>
|
||
<property name="text">
|
||
<string>返回</string>
|
||
</property>
|
||
</widget>
|
||
</widget>
|
||
<widget class="QPushButton" name="btn_tab3_backtab2_2">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>510</x>
|
||
<y>770</y>
|
||
<width>231</width>
|
||
<height>141</height>
|
||
</rect>
|
||
</property>
|
||
<property name="text">
|
||
<string>home</string>
|
||
</property>
|
||
</widget>
|
||
<widget class="QWidget" name="layoutWidget">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>1630</x>
|
||
<y>40</y>
|
||
<width>94</width>
|
||
<height>147</height>
|
||
</rect>
|
||
</property>
|
||
<layout class="QVBoxLayout" name="verticalLayout_17">
|
||
<item>
|
||
<widget class="QLabel" name="label_title_4">
|
||
<property name="text">
|
||
<string>喷阀测试界面</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QGroupBox" name="groupBox_2">
|
||
<property name="title">
|
||
<string>手动喷阀测试</string>
|
||
</property>
|
||
<widget class="QLabel" name="label_explosure_2">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>30</x>
|
||
<y>40</y>
|
||
<width>31</width>
|
||
<height>16</height>
|
||
</rect>
|
||
</property>
|
||
<property name="text">
|
||
<string>通道</string>
|
||
</property>
|
||
</widget>
|
||
<widget class="QSpinBox" name="spinBox_channel">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>60</x>
|
||
<y>40</y>
|
||
<width>42</width>
|
||
<height>22</height>
|
||
</rect>
|
||
</property>
|
||
</widget>
|
||
<widget class="QPushButton" name="btn_send_single">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>150</x>
|
||
<y>40</y>
|
||
<width>75</width>
|
||
<height>23</height>
|
||
</rect>
|
||
</property>
|
||
<property name="text">
|
||
<string>测试</string>
|
||
</property>
|
||
</widget>
|
||
<widget class="QPushButton" name="btn_stop_single">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>240</x>
|
||
<y>40</y>
|
||
<width>75</width>
|
||
<height>23</height>
|
||
</rect>
|
||
</property>
|
||
<property name="text">
|
||
<string>停止测试</string>
|
||
</property>
|
||
</widget>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QGroupBox" name="groupBox_3">
|
||
<property name="title">
|
||
<string>自动喷阀测试</string>
|
||
</property>
|
||
<widget class="QPushButton" name="btn_test_single">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>60</x>
|
||
<y>40</y>
|
||
<width>75</width>
|
||
<height>23</height>
|
||
</rect>
|
||
</property>
|
||
<property name="text">
|
||
<string>开始测试</string>
|
||
</property>
|
||
</widget>
|
||
<widget class="QPushButton" name="btn_stop_test">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>210</x>
|
||
<y>40</y>
|
||
<width>75</width>
|
||
<height>23</height>
|
||
</rect>
|
||
</property>
|
||
<property name="text">
|
||
<string>停止测试</string>
|
||
</property>
|
||
</widget>
|
||
</widget>
|
||
</item>
|
||
</layout>
|
||
</widget>
|
||
<widget class="QWidget" name="layoutWidget">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>800</x>
|
||
<y>220</y>
|
||
<width>854</width>
|
||
<height>649</height>
|
||
</rect>
|
||
</property>
|
||
<layout class="QVBoxLayout" name="verticalLayout_19">
|
||
<property name="spacing">
|
||
<number>20</number>
|
||
</property>
|
||
<item>
|
||
<layout class="QVBoxLayout" name="verticalLayout_18">
|
||
<property name="spacing">
|
||
<number>30</number>
|
||
</property>
|
||
<item>
|
||
<layout class="QHBoxLayout" name="horizontalLayout_39">
|
||
<item>
|
||
<widget class="QLabel" name="label_31">
|
||
<property name="styleSheet">
|
||
<string notr="true">font: 700 48pt "Microsoft YaHei UI";</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>颜色</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QComboBox" name="comboBox_colorlist">
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>250</width>
|
||
<height>80</height>
|
||
</size>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">font: 20pt "Microsoft YaHei UI";</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
</layout>
|
||
</item>
|
||
<item>
|
||
<layout class="QHBoxLayout" name="horizontalLayout_36">
|
||
<item>
|
||
<widget class="QLabel" name="label_33">
|
||
<property name="styleSheet">
|
||
<string notr="true">font: 22pt "Microsoft YaHei UI";</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>L_max</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QSpinBox" name="spinBox_L_max">
|
||
<property name="sizePolicy">
|
||
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
||
<horstretch>0</horstretch>
|
||
<verstretch>0</verstretch>
|
||
</sizepolicy>
|
||
</property>
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>100</width>
|
||
<height>40</height>
|
||
</size>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">font: 20pt "Microsoft YaHei UI";</string>
|
||
</property>
|
||
<property name="minimum">
|
||
<number>0</number>
|
||
</property>
|
||
<property name="maximum">
|
||
<number>100</number>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QLabel" name="label_32">
|
||
<property name="styleSheet">
|
||
<string notr="true">font: 22pt "Microsoft YaHei UI";</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>L_min</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QSpinBox" name="spinBox_L_min">
|
||
<property name="sizePolicy">
|
||
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
||
<horstretch>0</horstretch>
|
||
<verstretch>0</verstretch>
|
||
</sizepolicy>
|
||
</property>
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>100</width>
|
||
<height>40</height>
|
||
</size>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">font: 20pt "Microsoft YaHei UI";</string>
|
||
</property>
|
||
<property name="minimum">
|
||
<number>0</number>
|
||
</property>
|
||
<property name="maximum">
|
||
<number>100</number>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
</layout>
|
||
</item>
|
||
<item>
|
||
<layout class="QHBoxLayout" name="horizontalLayout_37">
|
||
<item>
|
||
<widget class="QLabel" name="label_34">
|
||
<property name="styleSheet">
|
||
<string notr="true">font: 22pt "Microsoft YaHei UI";</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>A_max</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QSpinBox" name="spinBox_A_max">
|
||
<property name="sizePolicy">
|
||
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
||
<horstretch>0</horstretch>
|
||
<verstretch>0</verstretch>
|
||
</sizepolicy>
|
||
</property>
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>100</width>
|
||
<height>40</height>
|
||
</size>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">font: 20pt "Microsoft YaHei UI";</string>
|
||
</property>
|
||
<property name="minimum">
|
||
<number>-128</number>
|
||
</property>
|
||
<property name="maximum">
|
||
<number>128</number>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QLabel" name="label_35">
|
||
<property name="styleSheet">
|
||
<string notr="true">font: 22pt "Microsoft YaHei UI";</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>A_min</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QSpinBox" name="spinBox_A_min">
|
||
<property name="sizePolicy">
|
||
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
||
<horstretch>0</horstretch>
|
||
<verstretch>0</verstretch>
|
||
</sizepolicy>
|
||
</property>
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>100</width>
|
||
<height>40</height>
|
||
</size>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">font: 20pt "Microsoft YaHei UI";</string>
|
||
</property>
|
||
<property name="minimum">
|
||
<number>-128</number>
|
||
</property>
|
||
<property name="maximum">
|
||
<number>128</number>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
</layout>
|
||
</item>
|
||
<item>
|
||
<layout class="QHBoxLayout" name="horizontalLayout_38">
|
||
<item>
|
||
<widget class="QLabel" name="label_36">
|
||
<property name="styleSheet">
|
||
<string notr="true">font: 22pt "Microsoft YaHei UI";</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>B_max</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QSpinBox" name="spinBox_B_max">
|
||
<property name="sizePolicy">
|
||
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
||
<horstretch>0</horstretch>
|
||
<verstretch>0</verstretch>
|
||
</sizepolicy>
|
||
</property>
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>100</width>
|
||
<height>40</height>
|
||
</size>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">font: 20pt "Microsoft YaHei UI";</string>
|
||
</property>
|
||
<property name="minimum">
|
||
<number>-128</number>
|
||
</property>
|
||
<property name="maximum">
|
||
<number>128</number>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QLabel" name="label_37">
|
||
<property name="styleSheet">
|
||
<string notr="true">font: 22pt "Microsoft YaHei UI";</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>B_min</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QSpinBox" name="spinBox_B_min">
|
||
<property name="sizePolicy">
|
||
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
||
<horstretch>0</horstretch>
|
||
<verstretch>0</verstretch>
|
||
</sizepolicy>
|
||
</property>
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>100</width>
|
||
<height>40</height>
|
||
</size>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">font: 20pt "Microsoft YaHei UI";</string>
|
||
</property>
|
||
<property name="minimum">
|
||
<number>-128</number>
|
||
</property>
|
||
<property name="maximum">
|
||
<number>128</number>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
</layout>
|
||
</item>
|
||
</layout>
|
||
</item>
|
||
<item>
|
||
<layout class="QHBoxLayout" name="horizontalLayout_40">
|
||
<item>
|
||
<widget class="QLabel" name="label_38">
|
||
<property name="styleSheet">
|
||
<string notr="true">font: 20pt "Microsoft YaHei UI";</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>新建颜色</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QLineEdit" name="lineEdit_color">
|
||
<property name="enabled">
|
||
<bool>true</bool>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">font: 20pt "Microsoft YaHei UI";</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
</layout>
|
||
</item>
|
||
<item>
|
||
<layout class="QHBoxLayout" name="horizontalLayout_42">
|
||
<property name="spacing">
|
||
<number>50</number>
|
||
</property>
|
||
<item>
|
||
<widget class="QPushButton" name="btn_add_color">
|
||
<property name="sizePolicy">
|
||
<sizepolicy hsizetype="Minimum" vsizetype="Minimum">
|
||
<horstretch>0</horstretch>
|
||
<verstretch>0</verstretch>
|
||
</sizepolicy>
|
||
</property>
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>250</width>
|
||
<height>80</height>
|
||
</size>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">font: 20pt "Microsoft YaHei UI";</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>添加颜色</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QPushButton" name="btn_del_color">
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>250</width>
|
||
<height>120</height>
|
||
</size>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">font: 20pt "Microsoft YaHei UI";</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>删除颜色</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QPushButton" name="btn_reset_color">
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>250</width>
|
||
<height>120</height>
|
||
</size>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">font: 20pt "Microsoft YaHei UI";</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>一键恢复</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
</layout>
|
||
</item>
|
||
<item>
|
||
<layout class="QHBoxLayout" name="horizontalLayout_41">
|
||
<item>
|
||
<spacer name="horizontalSpacer_25">
|
||
<property name="orientation">
|
||
<enum>Qt::Orientation::Horizontal</enum>
|
||
</property>
|
||
<property name="sizeHint" stdset="0">
|
||
<size>
|
||
<width>40</width>
|
||
<height>20</height>
|
||
</size>
|
||
</property>
|
||
</spacer>
|
||
</item>
|
||
<item>
|
||
<widget class="QPushButton" name="btn_setColor">
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>250</width>
|
||
<height>120</height>
|
||
</size>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">font: 20pt "Microsoft YaHei UI";</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>设置颜色</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<spacer name="horizontalSpacer_26">
|
||
<property name="orientation">
|
||
<enum>Qt::Orientation::Horizontal</enum>
|
||
</property>
|
||
<property name="sizeHint" stdset="0">
|
||
<size>
|
||
<width>40</width>
|
||
<height>20</height>
|
||
</size>
|
||
</property>
|
||
</spacer>
|
||
</item>
|
||
</layout>
|
||
</item>
|
||
</layout>
|
||
</widget>
|
||
</widget>
|
||
<widget class="QWidget" name="tab_4">
|
||
<property name="styleSheet">
|
||
<string notr="true">background-color: rgb(26, 26, 26);</string>
|
||
</property>
|
||
<attribute name="title">
|
||
<string>Tab 4</string>
|
||
</attribute>
|
||
<layout class="QVBoxLayout" name="verticalLayout_8">
|
||
<property name="leftMargin">
|
||
<number>0</number>
|
||
</property>
|
||
<property name="rightMargin">
|
||
<number>0</number>
|
||
</property>
|
||
<item>
|
||
<widget class="QFrame" name="frame_4">
|
||
<property name="frameShape">
|
||
<enum>QFrame::Shape::StyledPanel</enum>
|
||
</property>
|
||
<property name="frameShadow">
|
||
<enum>QFrame::Shadow::Raised</enum>
|
||
</property>
|
||
<layout class="QHBoxLayout" name="horizontalLayout_2">
|
||
<item>
|
||
<widget class="QLabel" name="label_5">
|
||
<property name="styleSheet">
|
||
<string notr="true">font: 700 30pt "Microsoft YaHei UI";
|
||
color: rgb(255, 255, 255)</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>银力棉油机械有限公司</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<spacer name="horizontalSpacer_3">
|
||
<property name="orientation">
|
||
<enum>Qt::Orientation::Horizontal</enum>
|
||
</property>
|
||
<property name="sizeHint" stdset="0">
|
||
<size>
|
||
<width>672</width>
|
||
<height>20</height>
|
||
</size>
|
||
</property>
|
||
</spacer>
|
||
</item>
|
||
<item>
|
||
<widget class="QLabel" name="label_currentDateTime">
|
||
<property name="styleSheet">
|
||
<string notr="true">font: 14pt "Microsoft YaHei UI";
|
||
color: rgb(170, 170, 170)</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>2024-12-26 10:30AM</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<spacer name="horizontalSpacer_4">
|
||
<property name="orientation">
|
||
<enum>Qt::Orientation::Horizontal</enum>
|
||
</property>
|
||
<property name="sizeHint" stdset="0">
|
||
<size>
|
||
<width>672</width>
|
||
<height>20</height>
|
||
</size>
|
||
</property>
|
||
</spacer>
|
||
</item>
|
||
<item>
|
||
<widget class="QPushButton" name="btn_settings">
|
||
<property name="sizePolicy">
|
||
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
||
<horstretch>0</horstretch>
|
||
<verstretch>0</verstretch>
|
||
</sizepolicy>
|
||
</property>
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>0</width>
|
||
<height>0</height>
|
||
</size>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">/* btn_start 样式 */
|
||
QPushButton#btn_settings {
|
||
background-color: rgb(52,52,52); /* 暗绿色背景 */
|
||
color: #ffffff; /* 白色文字 */
|
||
border-radius: 12px; /* 圆角半径 */
|
||
font-size: 24px; /* 字体大小 */
|
||
font-weight: bold; /* 粗体字 */
|
||
padding: 10px 20px; /* 内边距 */
|
||
|
||
}
|
||
|
||
QPushButton#btn_settings:hover {
|
||
background-color: #28b45d; /* 稍亮的暗绿色背景 */
|
||
border: 2px solid #1f8a4d; /* 暗绿色边框 */
|
||
}
|
||
|
||
QPushButton#btn_settings:pressed {
|
||
background-color: #186a3b; /* 更深的绿色背景 */
|
||
color: #BDC3C7; /* 灰色文字 */
|
||
border: 2px solid #134d33; /* 更深的绿色边框 */
|
||
}
|
||
|
||
QPushButton#btn_start:disabled {
|
||
background-color: #7F8C8D; /* 灰色背景 */
|
||
color: #BDC3C7; /* 灰色文字 */
|
||
border: 2px solid #7F8C8D; /* 灰色边框 */
|
||
}</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>设置</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QPushButton" name="btn_live">
|
||
<property name="sizePolicy">
|
||
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
||
<horstretch>0</horstretch>
|
||
<verstretch>0</verstretch>
|
||
</sizepolicy>
|
||
</property>
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>0</width>
|
||
<height>0</height>
|
||
</size>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">/* btn_start 样式 */
|
||
QPushButton#btn_live {
|
||
background-color: rgb(52,52,52); /* 暗绿色背景 */
|
||
color: #ffffff; /* 白色文字 */
|
||
border-radius: 12px; /* 圆角半径 */
|
||
font-size: 24px; /* 字体大小 */
|
||
font-weight: bold; /* 粗体字 */
|
||
padding: 10px 20px; /* 内边距 */
|
||
}
|
||
|
||
QPushButton#btn_live:hover {
|
||
background-color: #28b45d; /* 稍亮的暗绿色背景 */
|
||
border: 2px solid #1f8a4d; /* 暗绿色边框 */
|
||
}
|
||
|
||
QPushButton#btn_live:pressed {
|
||
background-color: #186a3b; /* 更深的绿色背景 */
|
||
color: #BDC3C7; /* 灰色文字 */
|
||
border: 2px solid #134d33; /* 更深的绿色边框 */
|
||
}
|
||
|
||
QPushButton#btn_start:disabled {
|
||
background-color: #7F8C8D; /* 灰色背景 */
|
||
color: #BDC3C7; /* 灰色文字 */
|
||
border: 2px solid #7F8C8D; /* 灰色边框 */
|
||
}</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>相机</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
</layout>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QFrame" name="frame_5">
|
||
<property name="styleSheet">
|
||
<string notr="true">QFrame#frame_5{
|
||
border:2px solid rgb(70,70,70);
|
||
font-family: Arial, sans-serif;
|
||
background: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1, stop:0 #2d2d2d, stop:1 #1a1a1a);
|
||
color: #ffffff;}</string>
|
||
</property>
|
||
<property name="frameShape">
|
||
<enum>QFrame::Shape::StyledPanel</enum>
|
||
</property>
|
||
<property name="frameShadow">
|
||
<enum>QFrame::Shadow::Raised</enum>
|
||
</property>
|
||
<layout class="QHBoxLayout" name="horizontalLayout_16" stretch="1,1,2">
|
||
<property name="spacing">
|
||
<number>24</number>
|
||
</property>
|
||
<property name="leftMargin">
|
||
<number>38</number>
|
||
</property>
|
||
<property name="topMargin">
|
||
<number>20</number>
|
||
</property>
|
||
<property name="rightMargin">
|
||
<number>38</number>
|
||
</property>
|
||
<property name="bottomMargin">
|
||
<number>20</number>
|
||
</property>
|
||
<item>
|
||
<widget class="QFrame" name="frame_running_time">
|
||
<property name="sizePolicy">
|
||
<sizepolicy hsizetype="Minimum" vsizetype="Expanding">
|
||
<horstretch>0</horstretch>
|
||
<verstretch>0</verstretch>
|
||
</sizepolicy>
|
||
</property>
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>346</width>
|
||
<height>0</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>16777215</width>
|
||
<height>16777215</height>
|
||
</size>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">QFrame#frame_running_time{
|
||
background: #2d2d2d;
|
||
border: 3px solid #444;
|
||
border-radius: 12px;
|
||
padding: 20px;
|
||
min-width: 300px;
|
||
}</string>
|
||
</property>
|
||
<property name="frameShape">
|
||
<enum>QFrame::Shape::StyledPanel</enum>
|
||
</property>
|
||
<property name="frameShadow">
|
||
<enum>QFrame::Shadow::Raised</enum>
|
||
</property>
|
||
<layout class="QVBoxLayout" name="verticalLayout_2">
|
||
<item>
|
||
<layout class="QHBoxLayout" name="horizontalLayout_7">
|
||
<item>
|
||
<widget class="QLabel" name="label_7">
|
||
<property name="styleSheet">
|
||
<string notr="true">font: 700 26pt "Microsoft YaHei UI";
|
||
color:rgb(223,223,223);
|
||
background-color: #2d2d2d;;
|
||
</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>运行时间</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<spacer name="horizontalSpacer_5">
|
||
<property name="orientation">
|
||
<enum>Qt::Orientation::Horizontal</enum>
|
||
</property>
|
||
<property name="sizeHint" stdset="0">
|
||
<size>
|
||
<width>40</width>
|
||
<height>20</height>
|
||
</size>
|
||
</property>
|
||
</spacer>
|
||
</item>
|
||
</layout>
|
||
</item>
|
||
<item>
|
||
<spacer name="verticalSpacer_3">
|
||
<property name="orientation">
|
||
<enum>Qt::Orientation::Vertical</enum>
|
||
</property>
|
||
<property name="sizeHint" stdset="0">
|
||
<size>
|
||
<width>20</width>
|
||
<height>357</height>
|
||
</size>
|
||
</property>
|
||
</spacer>
|
||
</item>
|
||
<item>
|
||
<layout class="QHBoxLayout" name="horizontalLayout_8">
|
||
<property name="sizeConstraint">
|
||
<enum>QLayout::SizeConstraint::SetMinimumSize</enum>
|
||
</property>
|
||
<item>
|
||
<widget class="QLabel" name="label_totalHours">
|
||
<property name="styleSheet">
|
||
<string notr="true">font: 700 32pt "Microsoft YaHei UI";
|
||
color:rgb(105,186,210);
|
||
background-color: #2d2d2d;;
|
||
</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>482</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QLabel" name="label_hourUnit">
|
||
<property name="sizePolicy">
|
||
<sizepolicy hsizetype="Minimum" vsizetype="Minimum">
|
||
<horstretch>0</horstretch>
|
||
<verstretch>0</verstretch>
|
||
</sizepolicy>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">font: 700 20pt "Microsoft YaHei UI";
|
||
color:rgb(105,186,210);
|
||
background-color: #2d2d2d;;
|
||
</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>小时</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QLabel" name="label_totalMinutes">
|
||
<property name="styleSheet">
|
||
<string notr="true">font: 700 32pt "Microsoft YaHei UI";
|
||
color:rgb(105,186,210);
|
||
background-color: #2d2d2d;;
|
||
</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>52</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QLabel" name="label_minuteUnit">
|
||
<property name="sizePolicy">
|
||
<sizepolicy hsizetype="Minimum" vsizetype="Minimum">
|
||
<horstretch>0</horstretch>
|
||
<verstretch>0</verstretch>
|
||
</sizepolicy>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">font: 700 20pt "Microsoft YaHei UI";
|
||
color:rgb(105,186,210);
|
||
background-color: #2d2d2d;;
|
||
</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>分钟</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
</layout>
|
||
</item>
|
||
<item>
|
||
<spacer name="verticalSpacer_2">
|
||
<property name="orientation">
|
||
<enum>Qt::Orientation::Vertical</enum>
|
||
</property>
|
||
<property name="sizeHint" stdset="0">
|
||
<size>
|
||
<width>20</width>
|
||
<height>357</height>
|
||
</size>
|
||
</property>
|
||
</spacer>
|
||
</item>
|
||
<item>
|
||
<layout class="QHBoxLayout" name="horizontalLayout_9">
|
||
<item>
|
||
<widget class="QLabel" name="label_todayRunningTime">
|
||
<property name="styleSheet">
|
||
<string notr="true">font: 700 14pt "Microsoft YaHei UI";
|
||
color:rgb(169,169,169);
|
||
background-color: #2d2d2d;;
|
||
</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>今日运行时长:8小时15分钟32秒</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<spacer name="horizontalSpacer_6">
|
||
<property name="orientation">
|
||
<enum>Qt::Orientation::Horizontal</enum>
|
||
</property>
|
||
<property name="sizeHint" stdset="0">
|
||
<size>
|
||
<width>40</width>
|
||
<height>20</height>
|
||
</size>
|
||
</property>
|
||
</spacer>
|
||
</item>
|
||
</layout>
|
||
</item>
|
||
<item>
|
||
<widget class="QProgressBar" name="progressBar">
|
||
<property name="sizePolicy">
|
||
<sizepolicy hsizetype="Minimum" vsizetype="Fixed">
|
||
<horstretch>0</horstretch>
|
||
<verstretch>0</verstretch>
|
||
</sizepolicy>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">/* 进度条样式 */
|
||
QProgressBar {
|
||
background: #444;
|
||
border: none;
|
||
height: 24px;
|
||
border-radius: 4px;
|
||
}
|
||
|
||
QProgressBar::chunk {
|
||
background: #00bcd4;
|
||
width: 70%; /* 模拟进度 */
|
||
}
|
||
|
||
/* 状态栏样式 */
|
||
QStatusBar {
|
||
background: #1a1a1a;
|
||
padding: 10px 20px;
|
||
border-top: 1px solid #444;
|
||
color: #fff;
|
||
}
|
||
|
||
QLabel#status-text {
|
||
color: #00ff00;
|
||
font-weight: bold;
|
||
}</string>
|
||
</property>
|
||
<property name="value">
|
||
<number>24</number>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
</layout>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QFrame" name="frame_valve">
|
||
<property name="sizePolicy">
|
||
<sizepolicy hsizetype="Minimum" vsizetype="Expanding">
|
||
<horstretch>0</horstretch>
|
||
<verstretch>0</verstretch>
|
||
</sizepolicy>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>16777215</width>
|
||
<height>16777215</height>
|
||
</size>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">QFrame#frame_valve{
|
||
background: #2d2d2d;
|
||
border: 3px solid #444;
|
||
border-radius: 12px;
|
||
padding: 20px;
|
||
min-width: 300px;
|
||
}</string>
|
||
</property>
|
||
<property name="frameShape">
|
||
<enum>QFrame::Shape::StyledPanel</enum>
|
||
</property>
|
||
<property name="frameShadow">
|
||
<enum>QFrame::Shadow::Raised</enum>
|
||
</property>
|
||
<layout class="QVBoxLayout" name="verticalLayout_6">
|
||
<item>
|
||
<layout class="QHBoxLayout" name="horizontalLayout_10">
|
||
<item>
|
||
<widget class="QLabel" name="label_13">
|
||
<property name="styleSheet">
|
||
<string notr="true">font: 700 26pt "Microsoft YaHei UI";
|
||
color:rgb(223,223,223);
|
||
background-color: #2d2d2d;;
|
||
</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>喷气次数</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<spacer name="horizontalSpacer_7">
|
||
<property name="orientation">
|
||
<enum>Qt::Orientation::Horizontal</enum>
|
||
</property>
|
||
<property name="sizeHint" stdset="0">
|
||
<size>
|
||
<width>40</width>
|
||
<height>20</height>
|
||
</size>
|
||
</property>
|
||
</spacer>
|
||
</item>
|
||
</layout>
|
||
</item>
|
||
<item>
|
||
<spacer name="verticalSpacer_4">
|
||
<property name="orientation">
|
||
<enum>Qt::Orientation::Vertical</enum>
|
||
</property>
|
||
<property name="sizeHint" stdset="0">
|
||
<size>
|
||
<width>20</width>
|
||
<height>163</height>
|
||
</size>
|
||
</property>
|
||
</spacer>
|
||
</item>
|
||
<item>
|
||
<layout class="QHBoxLayout" name="horizontalLayout_11">
|
||
<item>
|
||
<widget class="QLabel" name="label_valve_actions">
|
||
<property name="styleSheet">
|
||
<string notr="true">font: 700 32pt "Microsoft YaHei UI";
|
||
color:rgb(105,186,210);
|
||
background-color: #2d2d2d;;
|
||
</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>12,233,473</string>
|
||
</property>
|
||
<property name="alignment">
|
||
<set>Qt::AlignmentFlag::AlignRight|Qt::AlignmentFlag::AlignTrailing|Qt::AlignmentFlag::AlignVCenter</set>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QLabel" name="label_17">
|
||
<property name="sizePolicy">
|
||
<sizepolicy hsizetype="Minimum" vsizetype="Minimum">
|
||
<horstretch>0</horstretch>
|
||
<verstretch>0</verstretch>
|
||
</sizepolicy>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">font: 700 20pt "Microsoft YaHei UI";
|
||
color:rgb(105,186,210);
|
||
background-color: #2d2d2d;;
|
||
</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>次</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
</layout>
|
||
</item>
|
||
<item>
|
||
<spacer name="verticalSpacer_5">
|
||
<property name="orientation">
|
||
<enum>Qt::Orientation::Vertical</enum>
|
||
</property>
|
||
<property name="sizeHint" stdset="0">
|
||
<size>
|
||
<width>20</width>
|
||
<height>163</height>
|
||
</size>
|
||
</property>
|
||
</spacer>
|
||
</item>
|
||
<item>
|
||
<layout class="QHBoxLayout" name="horizontalLayout_17">
|
||
<item>
|
||
<widget class="QLabel" name="label_19">
|
||
<property name="styleSheet">
|
||
<string notr="true">font: 700 14pt "Microsoft YaHei UI";
|
||
color:rgb(169,169,169);
|
||
background-color: #2d2d2d;;
|
||
</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>今日累计喷气次数:</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<spacer name="horizontalSpacer_10">
|
||
<property name="orientation">
|
||
<enum>Qt::Orientation::Horizontal</enum>
|
||
</property>
|
||
<property name="sizeHint" stdset="0">
|
||
<size>
|
||
<width>40</width>
|
||
<height>20</height>
|
||
</size>
|
||
</property>
|
||
</spacer>
|
||
</item>
|
||
</layout>
|
||
</item>
|
||
<item>
|
||
<layout class="QHBoxLayout" name="horizontalLayout_12">
|
||
<item>
|
||
<widget class="QLabel" name="label_18">
|
||
<property name="styleSheet">
|
||
<string notr="true">font: 700 16pt "Microsoft YaHei UI";
|
||
color:rgb(169,169,169);
|
||
background-color: #2d2d2d;;
|
||
</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>320次</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<spacer name="horizontalSpacer_8">
|
||
<property name="orientation">
|
||
<enum>Qt::Orientation::Horizontal</enum>
|
||
</property>
|
||
<property name="sizeHint" stdset="0">
|
||
<size>
|
||
<width>40</width>
|
||
<height>20</height>
|
||
</size>
|
||
</property>
|
||
</spacer>
|
||
</item>
|
||
</layout>
|
||
</item>
|
||
</layout>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QFrame" name="frame_history">
|
||
<property name="sizePolicy">
|
||
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
||
<horstretch>0</horstretch>
|
||
<verstretch>0</verstretch>
|
||
</sizepolicy>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>16777215</width>
|
||
<height>16777215</height>
|
||
</size>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">QFrame#frame_history{
|
||
background: #2d2d2d;
|
||
border: 3px solid #444;
|
||
border-radius: 12px;
|
||
padding: 20px;
|
||
min-width: 300px;
|
||
}</string>
|
||
</property>
|
||
<property name="frameShape">
|
||
<enum>QFrame::Shape::StyledPanel</enum>
|
||
</property>
|
||
<property name="frameShadow">
|
||
<enum>QFrame::Shadow::Raised</enum>
|
||
</property>
|
||
<layout class="QVBoxLayout" name="verticalLayout_7">
|
||
<item>
|
||
<layout class="QHBoxLayout" name="horizontalLayout_13">
|
||
<item>
|
||
<widget class="QLabel" name="label_14">
|
||
<property name="styleSheet">
|
||
<string notr="true">font: 700 26pt "Microsoft YaHei UI";
|
||
color:rgb(223,223,223);
|
||
background-color: #2d2d2d;;
|
||
</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>历史数据</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<spacer name="horizontalSpacer_9">
|
||
<property name="orientation">
|
||
<enum>Qt::Orientation::Horizontal</enum>
|
||
</property>
|
||
<property name="sizeHint" stdset="0">
|
||
<size>
|
||
<width>40</width>
|
||
<height>20</height>
|
||
</size>
|
||
</property>
|
||
</spacer>
|
||
</item>
|
||
</layout>
|
||
</item>
|
||
<item>
|
||
<layout class="QHBoxLayout" name="horizontalLayout_14"/>
|
||
</item>
|
||
<item>
|
||
<spacer name="verticalSpacer_7">
|
||
<property name="orientation">
|
||
<enum>Qt::Orientation::Vertical</enum>
|
||
</property>
|
||
<property name="sizeHint" stdset="0">
|
||
<size>
|
||
<width>20</width>
|
||
<height>163</height>
|
||
</size>
|
||
</property>
|
||
</spacer>
|
||
</item>
|
||
<item>
|
||
<layout class="QHBoxLayout" name="horizontalLayout_15"/>
|
||
</item>
|
||
</layout>
|
||
</widget>
|
||
</item>
|
||
</layout>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QFrame" name="frame_8">
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>90</width>
|
||
<height>0</height>
|
||
</size>
|
||
</property>
|
||
<property name="frameShape">
|
||
<enum>QFrame::Shape::StyledPanel</enum>
|
||
</property>
|
||
<property name="frameShadow">
|
||
<enum>QFrame::Shadow::Raised</enum>
|
||
</property>
|
||
<layout class="QHBoxLayout" name="horizontalLayout_18">
|
||
<item>
|
||
<spacer name="horizontalSpacer_11">
|
||
<property name="orientation">
|
||
<enum>Qt::Orientation::Horizontal</enum>
|
||
</property>
|
||
<property name="sizeHint" stdset="0">
|
||
<size>
|
||
<width>959</width>
|
||
<height>20</height>
|
||
</size>
|
||
</property>
|
||
</spacer>
|
||
</item>
|
||
<item>
|
||
<widget class="QLabel" name="label_20">
|
||
<property name="styleSheet">
|
||
<string notr="true">font: 18pt "Microsoft YaHei UI";
|
||
color: #ffffff</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>设备状态: </string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QLabel" name="label_21">
|
||
<property name="styleSheet">
|
||
<string notr="true">font: 18pt "Microsoft YaHei UI";
|
||
color: rgb(144,255,60);r'g'b</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>正常运行</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<spacer name="horizontalSpacer_12">
|
||
<property name="orientation">
|
||
<enum>Qt::Orientation::Horizontal</enum>
|
||
</property>
|
||
<property name="sizeHint" stdset="0">
|
||
<size>
|
||
<width>959</width>
|
||
<height>20</height>
|
||
</size>
|
||
</property>
|
||
</spacer>
|
||
</item>
|
||
</layout>
|
||
</widget>
|
||
</item>
|
||
</layout>
|
||
</widget>
|
||
<widget class="QWidget" name="tab_5">
|
||
<attribute name="title">
|
||
<string>页</string>
|
||
</attribute>
|
||
<widget class="QLineEdit" name="lineEdit_search">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>180</x>
|
||
<y>80</y>
|
||
<width>301</width>
|
||
<height>51</height>
|
||
</rect>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="label_6">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>80</x>
|
||
<y>80</y>
|
||
<width>91</width>
|
||
<height>61</height>
|
||
</rect>
|
||
</property>
|
||
<property name="text">
|
||
<string>search</string>
|
||
</property>
|
||
</widget>
|
||
<widget class="QComboBox" name="comboBox_dateFilter">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>600</x>
|
||
<y>100</y>
|
||
<width>69</width>
|
||
<height>22</height>
|
||
</rect>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="label_8">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>550</x>
|
||
<y>100</y>
|
||
<width>53</width>
|
||
<height>15</height>
|
||
</rect>
|
||
</property>
|
||
<property name="text">
|
||
<string>date</string>
|
||
</property>
|
||
</widget>
|
||
<widget class="QListWidget" name="listWidget_dateTimeline">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>40</x>
|
||
<y>220</y>
|
||
<width>241</width>
|
||
<height>681</height>
|
||
</rect>
|
||
</property>
|
||
</widget>
|
||
<widget class="QListView" name="listView_thumbnails">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>310</x>
|
||
<y>220</y>
|
||
<width>621</width>
|
||
<height>681</height>
|
||
</rect>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="label_imagePreview">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>970</x>
|
||
<y>220</y>
|
||
<width>841</width>
|
||
<height>521</height>
|
||
</rect>
|
||
</property>
|
||
<property name="text">
|
||
<string>TextLabel</string>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="label_captureTime">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>1030</x>
|
||
<y>800</y>
|
||
<width>211</width>
|
||
<height>41</height>
|
||
</rect>
|
||
</property>
|
||
<property name="text">
|
||
<string>TextLabel</string>
|
||
</property>
|
||
</widget>
|
||
<widget class="QCheckBox" name="checkBox_dl">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>1310</x>
|
||
<y>790</y>
|
||
<width>111</width>
|
||
<height>51</height>
|
||
</rect>
|
||
</property>
|
||
<property name="text">
|
||
<string>DL</string>
|
||
</property>
|
||
</widget>
|
||
<widget class="QCheckBox" name="checkBox_matrox">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>1540</x>
|
||
<y>790</y>
|
||
<width>211</width>
|
||
<height>61</height>
|
||
</rect>
|
||
</property>
|
||
<property name="text">
|
||
<string>traditional</string>
|
||
</property>
|
||
</widget>
|
||
<widget class="QSpinBox" name="spinBox_pagination">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>490</x>
|
||
<y>930</y>
|
||
<width>42</width>
|
||
<height>22</height>
|
||
</rect>
|
||
</property>
|
||
</widget>
|
||
</widget>
|
||
</widget>
|
||
</item>
|
||
</layout>
|
||
</widget>
|
||
<resources/>
|
||
<connections/>
|
||
</ui>
|