2025-08-24 23:24:33 +08:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
<ui version="4.0">
|
|
|
|
|
<class>MainWindow</class>
|
|
|
|
|
<widget class="QMainWindow" name="MainWindow">
|
|
|
|
|
<property name="geometry">
|
|
|
|
|
<rect>
|
|
|
|
|
<x>0</x>
|
|
|
|
|
<y>0</y>
|
|
|
|
|
<width>1920</width>
|
2025-08-27 23:10:36 +08:00
|
|
|
<height>1032</height>
|
2025-08-24 23:24:33 +08:00
|
|
|
</rect>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="windowTitle">
|
|
|
|
|
<string>自动拆包系统</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="autoFillBackground">
|
|
|
|
|
<bool>false</bool>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="styleSheet">
|
|
|
|
|
<string notr="true">background-color:rgb(25, 26, 28)</string>
|
|
|
|
|
</property>
|
|
|
|
|
<widget class="QWidget" name="centralwidget">
|
|
|
|
|
<widget class="QLabel" name="label">
|
|
|
|
|
<property name="geometry">
|
|
|
|
|
<rect>
|
|
|
|
|
<x>40</x>
|
2025-09-18 23:49:32 +08:00
|
|
|
<y>4</y>
|
2025-08-24 23:24:33 +08:00
|
|
|
<width>341</width>
|
2025-09-18 23:49:32 +08:00
|
|
|
<height>111</height>
|
2025-08-24 23:24:33 +08:00
|
|
|
</rect>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="font">
|
|
|
|
|
<font>
|
|
|
|
|
<pointsize>40</pointsize>
|
|
|
|
|
</font>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="styleSheet">
|
|
|
|
|
<string notr="true">color: rgb(239, 241, 245);
|
|
|
|
|
background-color: rgba(255, 255, 255, 0);</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>皮带撕裂系统</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
<widget class="QPushButton" name="btn_test">
|
|
|
|
|
<property name="geometry">
|
|
|
|
|
<rect>
|
2025-08-31 21:08:28 +08:00
|
|
|
<x>1028</x>
|
2025-08-24 23:24:33 +08:00
|
|
|
<y>21</y>
|
|
|
|
|
<width>220</width>
|
|
|
|
|
<height>80</height>
|
|
|
|
|
</rect>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="font">
|
|
|
|
|
<font>
|
|
|
|
|
<pointsize>18</pointsize>
|
|
|
|
|
</font>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="styleSheet">
|
2025-08-31 21:08:28 +08:00
|
|
|
<string notr="true">image: url(:/resource/config_data_test.png);
|
|
|
|
|
background-color: rgb(38, 40, 47);
|
|
|
|
|
border: none;</string>
|
2025-08-24 23:24:33 +08:00
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string/>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
<widget class="QPushButton" name="btn_camera">
|
|
|
|
|
<property name="geometry">
|
|
|
|
|
<rect>
|
2025-08-31 21:08:28 +08:00
|
|
|
<x>683</x>
|
2025-08-24 23:24:33 +08:00
|
|
|
<y>21</y>
|
|
|
|
|
<width>220</width>
|
|
|
|
|
<height>80</height>
|
|
|
|
|
</rect>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="font">
|
|
|
|
|
<font>
|
|
|
|
|
<pointsize>18</pointsize>
|
|
|
|
|
</font>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="styleSheet">
|
2025-08-31 21:08:28 +08:00
|
|
|
<string notr="true">image: url(:/resource/config_camera.png);
|
|
|
|
|
background-color: rgb(38, 40, 47);
|
|
|
|
|
border: none;</string>
|
2025-08-24 23:24:33 +08:00
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string/>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
2025-08-31 21:08:28 +08:00
|
|
|
<widget class="QGroupBox" name="title_group">
|
2025-08-24 23:24:33 +08:00
|
|
|
<property name="geometry">
|
|
|
|
|
<rect>
|
|
|
|
|
<x>0</x>
|
|
|
|
|
<y>0</y>
|
|
|
|
|
<width>1920</width>
|
|
|
|
|
<height>120</height>
|
|
|
|
|
</rect>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="styleSheet">
|
2025-08-31 21:08:28 +08:00
|
|
|
<string notr="true">background-color: rgb(38, 40, 47);
|
|
|
|
|
border: none;</string>
|
2025-08-24 23:24:33 +08:00
|
|
|
</property>
|
|
|
|
|
<property name="title">
|
|
|
|
|
<string/>
|
|
|
|
|
</property>
|
|
|
|
|
<widget class="QLabel" name="label_work">
|
|
|
|
|
<property name="geometry">
|
|
|
|
|
<rect>
|
|
|
|
|
<x>1450</x>
|
|
|
|
|
<y>20</y>
|
|
|
|
|
<width>311</width>
|
|
|
|
|
<height>81</height>
|
|
|
|
|
</rect>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="font">
|
|
|
|
|
<font>
|
|
|
|
|
<pointsize>24</pointsize>
|
|
|
|
|
</font>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="styleSheet">
|
|
|
|
|
<string notr="true">color: rgb(255, 255, 255);</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>工作状态</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="alignment">
|
2025-08-27 23:10:36 +08:00
|
|
|
<set>Qt::AlignCenter</set>
|
2025-08-24 23:24:33 +08:00
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
<widget class="QPushButton" name="btn_close">
|
|
|
|
|
<property name="geometry">
|
|
|
|
|
<rect>
|
|
|
|
|
<x>1841</x>
|
|
|
|
|
<y>32</y>
|
|
|
|
|
<width>56</width>
|
|
|
|
|
<height>56</height>
|
|
|
|
|
</rect>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="styleSheet">
|
|
|
|
|
<string notr="true">background-image: url(:/resource/close.png);
|
|
|
|
|
background-color: rgba(255, 255, 255, 0);</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string/>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
<widget class="QPushButton" name="btn_hide">
|
|
|
|
|
<property name="geometry">
|
|
|
|
|
<rect>
|
|
|
|
|
<x>1762</x>
|
|
|
|
|
<y>32</y>
|
|
|
|
|
<width>56</width>
|
|
|
|
|
<height>56</height>
|
|
|
|
|
</rect>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="styleSheet">
|
|
|
|
|
<string notr="true">background-image: url(:/resource/hide.png);
|
|
|
|
|
background-color: rgba(255, 255, 255, 0);</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string/>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
<widget class="QPushButton" name="btn_start">
|
|
|
|
|
<property name="geometry">
|
|
|
|
|
<rect>
|
|
|
|
|
<x>1525</x>
|
|
|
|
|
<y>21</y>
|
|
|
|
|
<width>80</width>
|
|
|
|
|
<height>80</height>
|
|
|
|
|
</rect>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="font">
|
|
|
|
|
<font>
|
|
|
|
|
<pointsize>18</pointsize>
|
|
|
|
|
</font>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="styleSheet">
|
|
|
|
|
<string notr="true">background-image: url(:/resource/start.png);
|
|
|
|
|
background-color: rgba(255, 255, 255, 0);</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string/>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
<widget class="QPushButton" name="btn_stop">
|
|
|
|
|
<property name="geometry">
|
|
|
|
|
<rect>
|
|
|
|
|
<x>1645</x>
|
|
|
|
|
<y>21</y>
|
|
|
|
|
<width>80</width>
|
|
|
|
|
<height>80</height>
|
|
|
|
|
</rect>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="font">
|
|
|
|
|
<font>
|
|
|
|
|
<pointsize>18</pointsize>
|
|
|
|
|
</font>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="styleSheet">
|
|
|
|
|
<string notr="true">background-image: url(:/resource/stop.png);
|
|
|
|
|
background-color: rgba(255, 255, 255, 0);</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string/>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</widget>
|
|
|
|
|
<widget class="QFrame" name="detect_result">
|
|
|
|
|
<property name="geometry">
|
|
|
|
|
<rect>
|
|
|
|
|
<x>20</x>
|
|
|
|
|
<y>140</y>
|
2025-08-31 21:08:28 +08:00
|
|
|
<width>1300</width>
|
2025-08-27 23:10:36 +08:00
|
|
|
<height>850</height>
|
2025-08-24 23:24:33 +08:00
|
|
|
</rect>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="styleSheet">
|
2025-08-31 21:08:28 +08:00
|
|
|
<string notr="true">background-color:rgb(37, 38, 42);
|
|
|
|
|
border: none;</string>
|
2025-08-24 23:24:33 +08:00
|
|
|
</property>
|
|
|
|
|
<property name="frameShape">
|
2025-08-27 23:10:36 +08:00
|
|
|
<enum>QFrame::StyledPanel</enum>
|
2025-08-24 23:24:33 +08:00
|
|
|
</property>
|
|
|
|
|
<property name="frameShadow">
|
2025-08-27 23:10:36 +08:00
|
|
|
<enum>QFrame::Raised</enum>
|
2025-08-24 23:24:33 +08:00
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
<widget class="QFrame" name="device_status">
|
|
|
|
|
<property name="geometry">
|
|
|
|
|
<rect>
|
2025-08-31 21:08:28 +08:00
|
|
|
<x>1340</x>
|
2025-08-27 23:10:36 +08:00
|
|
|
<y>850</y>
|
2025-08-31 21:08:28 +08:00
|
|
|
<width>560</width>
|
2025-08-27 23:10:36 +08:00
|
|
|
<height>140</height>
|
2025-08-24 23:24:33 +08:00
|
|
|
</rect>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="styleSheet">
|
2025-08-31 21:08:28 +08:00
|
|
|
<string notr="true">background-color: rgb(37, 38, 42);border: none;</string>
|
2025-08-24 23:24:33 +08:00
|
|
|
</property>
|
|
|
|
|
<property name="frameShape">
|
2025-08-27 23:10:36 +08:00
|
|
|
<enum>QFrame::StyledPanel</enum>
|
2025-08-24 23:24:33 +08:00
|
|
|
</property>
|
|
|
|
|
<property name="frameShadow">
|
2025-08-27 23:10:36 +08:00
|
|
|
<enum>QFrame::Raised</enum>
|
2025-08-24 23:24:33 +08:00
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
<widget class="QFrame" name="detect_data">
|
|
|
|
|
<property name="geometry">
|
|
|
|
|
<rect>
|
2025-08-31 21:08:28 +08:00
|
|
|
<x>1340</x>
|
|
|
|
|
<y>140</y>
|
|
|
|
|
<width>560</width>
|
2025-08-24 23:24:33 +08:00
|
|
|
<height>700</height>
|
|
|
|
|
</rect>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="styleSheet">
|
2025-08-31 21:08:28 +08:00
|
|
|
<string notr="true">background-color: rgb(37, 38, 42);border: none;</string>
|
2025-08-24 23:24:33 +08:00
|
|
|
</property>
|
|
|
|
|
<property name="frameShape">
|
2025-08-27 23:10:36 +08:00
|
|
|
<enum>QFrame::StyledPanel</enum>
|
2025-08-24 23:24:33 +08:00
|
|
|
</property>
|
|
|
|
|
<property name="frameShadow">
|
2025-08-27 23:10:36 +08:00
|
|
|
<enum>QFrame::Raised</enum>
|
2025-08-24 23:24:33 +08:00
|
|
|
</property>
|
|
|
|
|
</widget>
|
2025-08-31 21:08:28 +08:00
|
|
|
<zorder>title_group</zorder>
|
2025-08-24 23:24:33 +08:00
|
|
|
<zorder>label</zorder>
|
|
|
|
|
<zorder>btn_test</zorder>
|
|
|
|
|
<zorder>btn_camera</zorder>
|
|
|
|
|
<zorder>detect_result</zorder>
|
|
|
|
|
<zorder>device_status</zorder>
|
|
|
|
|
<zorder>detect_data</zorder>
|
|
|
|
|
</widget>
|
|
|
|
|
<widget class="QMenuBar" name="menubar">
|
|
|
|
|
<property name="geometry">
|
|
|
|
|
<rect>
|
|
|
|
|
<x>0</x>
|
|
|
|
|
<y>0</y>
|
|
|
|
|
<width>1920</width>
|
|
|
|
|
<height>19</height>
|
|
|
|
|
</rect>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="styleSheet">
|
|
|
|
|
<string notr="true">color: rgb(37, 38, 42);</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
<widget class="QStatusBar" name="statusbar"/>
|
|
|
|
|
<action name="action_camera_1">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>相机一配置</string>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
|
|
|
|
<action name="action_camera_2">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>相机二配置</string>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
|
|
|
|
<action name="action_tool_debug_data">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>加载测试数据</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="font">
|
|
|
|
|
<font>
|
|
|
|
|
<pointsize>16</pointsize>
|
|
|
|
|
</font>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
|
|
|
|
</widget>
|
|
|
|
|
<resources/>
|
|
|
|
|
<connections/>
|
|
|
|
|
</ui>
|