2025-06-08 12:48:04 +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>
|
2025-06-17 00:37:05 +08:00
|
|
|
<width>1920</width>
|
|
|
|
|
<height>1080</height>
|
2025-06-08 12:48:04 +08:00
|
|
|
</rect>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="windowTitle">
|
2025-06-17 00:37:05 +08:00
|
|
|
<string>自动拆包系统</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="autoFillBackground">
|
|
|
|
|
<bool>false</bool>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="styleSheet">
|
|
|
|
|
<string notr="true">background-color:rgb(25, 26, 28)</string>
|
2025-06-08 12:48:04 +08:00
|
|
|
</property>
|
|
|
|
|
<widget class="QWidget" name="centralwidget">
|
|
|
|
|
<widget class="QGraphicsView" name="detect_image">
|
|
|
|
|
<property name="geometry">
|
|
|
|
|
<rect>
|
2025-06-17 00:37:05 +08:00
|
|
|
<x>20</x>
|
|
|
|
|
<y>90</y>
|
|
|
|
|
<width>1312</width>
|
|
|
|
|
<height>940</height>
|
2025-06-08 12:48:04 +08:00
|
|
|
</rect>
|
|
|
|
|
</property>
|
2025-06-17 00:37:05 +08:00
|
|
|
<property name="styleSheet">
|
|
|
|
|
<string notr="true">background-color: rgb(37, 38, 42);</string>
|
|
|
|
|
</property>
|
2025-06-08 12:48:04 +08:00
|
|
|
</widget>
|
|
|
|
|
<widget class="QWidget" name="layoutWidget">
|
|
|
|
|
<property name="geometry">
|
|
|
|
|
<rect>
|
2025-06-17 00:37:05 +08:00
|
|
|
<x>1450</x>
|
|
|
|
|
<y>10</y>
|
|
|
|
|
<width>152</width>
|
2025-06-08 12:48:04 +08:00
|
|
|
<height>61</height>
|
|
|
|
|
</rect>
|
|
|
|
|
</property>
|
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_2">
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QPushButton" name="btn_start">
|
|
|
|
|
<property name="font">
|
|
|
|
|
<font>
|
|
|
|
|
<pointsize>18</pointsize>
|
|
|
|
|
</font>
|
|
|
|
|
</property>
|
2025-06-17 00:37:05 +08:00
|
|
|
<property name="styleSheet">
|
|
|
|
|
<string notr="true">image: url(:/resource/start.png);</string>
|
|
|
|
|
</property>
|
2025-06-08 12:48:04 +08:00
|
|
|
<property name="text">
|
2025-06-17 00:37:05 +08:00
|
|
|
<string/>
|
2025-06-08 12:48:04 +08:00
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QPushButton" name="btn_stop">
|
|
|
|
|
<property name="font">
|
|
|
|
|
<font>
|
|
|
|
|
<pointsize>18</pointsize>
|
|
|
|
|
</font>
|
|
|
|
|
</property>
|
2025-06-17 00:37:05 +08:00
|
|
|
<property name="styleSheet">
|
|
|
|
|
<string notr="true">image: url(:/resource/stop.png);</string>
|
|
|
|
|
</property>
|
2025-06-08 12:48:04 +08:00
|
|
|
<property name="text">
|
2025-06-17 00:37:05 +08:00
|
|
|
<string/>
|
2025-06-08 12:48:04 +08:00
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
</widget>
|
2025-06-17 00:37:05 +08:00
|
|
|
<widget class="QListView" name="detect_log">
|
|
|
|
|
<property name="geometry">
|
|
|
|
|
<rect>
|
|
|
|
|
<x>1344</x>
|
|
|
|
|
<y>726</y>
|
|
|
|
|
<width>556</width>
|
|
|
|
|
<height>304</height>
|
|
|
|
|
</rect>
|
|
|
|
|
</property>
|
2025-06-19 01:38:50 +08:00
|
|
|
<property name="font">
|
|
|
|
|
<font>
|
|
|
|
|
<pointsize>12</pointsize>
|
|
|
|
|
</font>
|
|
|
|
|
</property>
|
2025-06-17 00:37:05 +08:00
|
|
|
<property name="styleSheet">
|
2025-06-19 01:38:50 +08:00
|
|
|
<string notr="true">background-color: rgb(37, 38, 42);
|
|
|
|
|
color: rgb(239, 241, 245);</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="editTriggers">
|
|
|
|
|
<set>QAbstractItemView::EditTrigger::NoEditTriggers</set>
|
2025-06-17 00:37:05 +08:00
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
<widget class="QWidget" name="layoutWidget">
|
|
|
|
|
<property name="geometry">
|
|
|
|
|
<rect>
|
|
|
|
|
<x>760</x>
|
|
|
|
|
<y>20</y>
|
|
|
|
|
<width>571</width>
|
|
|
|
|
<height>40</height>
|
|
|
|
|
</rect>
|
|
|
|
|
</property>
|
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_6">
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QPushButton" name="btn_camera">
|
|
|
|
|
<property name="font">
|
|
|
|
|
<font>
|
|
|
|
|
<pointsize>18</pointsize>
|
|
|
|
|
</font>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="styleSheet">
|
|
|
|
|
<string notr="true">image: url(:/resource/camera_config.png);</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string/>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QPushButton" name="btn_algo_config">
|
|
|
|
|
<property name="font">
|
|
|
|
|
<font>
|
|
|
|
|
<pointsize>18</pointsize>
|
|
|
|
|
</font>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="styleSheet">
|
|
|
|
|
<string notr="true">image: url(:/resource/algo_config.png);</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string/>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QPushButton" name="btn_camera_levelling">
|
|
|
|
|
<property name="font">
|
|
|
|
|
<font>
|
|
|
|
|
<pointsize>18</pointsize>
|
|
|
|
|
</font>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="styleSheet">
|
|
|
|
|
<string notr="true">image: url(:/resource/camera_level.png);</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string/>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QPushButton" name="btn_stop_5">
|
|
|
|
|
<property name="font">
|
|
|
|
|
<font>
|
|
|
|
|
<pointsize>18</pointsize>
|
|
|
|
|
</font>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="styleSheet">
|
|
|
|
|
<string notr="true">image: url(:/resource/model.png);</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string/>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
</widget>
|
|
|
|
|
<widget class="QLabel" name="label">
|
|
|
|
|
<property name="geometry">
|
|
|
|
|
<rect>
|
|
|
|
|
<x>194</x>
|
|
|
|
|
<y>21</y>
|
|
|
|
|
<width>251</width>
|
2025-06-19 01:38:50 +08:00
|
|
|
<height>32</height>
|
2025-06-17 00:37:05 +08:00
|
|
|
</rect>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="font">
|
|
|
|
|
<font>
|
|
|
|
|
<pointsize>24</pointsize>
|
|
|
|
|
</font>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="styleSheet">
|
|
|
|
|
<string notr="true">color: rgb(239, 241, 245);</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>自动拆包系统</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
<widget class="QLabel" name="label_work">
|
|
|
|
|
<property name="geometry">
|
|
|
|
|
<rect>
|
|
|
|
|
<x>1720</x>
|
|
|
|
|
<y>10</y>
|
|
|
|
|
<width>151</width>
|
|
|
|
|
<height>61</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>
|
2025-06-19 01:38:50 +08:00
|
|
|
</widget>
|
|
|
|
|
<widget class="QListWidget" name="detect_result_list">
|
|
|
|
|
<property name="geometry">
|
|
|
|
|
<rect>
|
|
|
|
|
<x>1344</x>
|
|
|
|
|
<y>90</y>
|
|
|
|
|
<width>556</width>
|
|
|
|
|
<height>621</height>
|
|
|
|
|
</rect>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="styleSheet">
|
|
|
|
|
<string notr="true">background-color: rgb(37, 38, 42);</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="modelColumn">
|
|
|
|
|
<number>0</number>
|
|
|
|
|
</property>
|
2025-06-17 00:37:05 +08:00
|
|
|
</widget>
|
2025-06-08 12:48:04 +08:00
|
|
|
</widget>
|
|
|
|
|
<widget class="QMenuBar" name="menubar">
|
|
|
|
|
<property name="geometry">
|
|
|
|
|
<rect>
|
|
|
|
|
<x>0</x>
|
|
|
|
|
<y>0</y>
|
2025-06-17 00:37:05 +08:00
|
|
|
<width>1920</width>
|
2025-06-08 12:48:04 +08:00
|
|
|
<height>21</height>
|
|
|
|
|
</rect>
|
|
|
|
|
</property>
|
2025-06-17 00:37:05 +08:00
|
|
|
<property name="styleSheet">
|
|
|
|
|
<string notr="true">color: rgb(255, 255, 255);</string>
|
|
|
|
|
</property>
|
|
|
|
|
<widget class="QMenu" name="menu">
|
2025-06-08 12:48:04 +08:00
|
|
|
<property name="title">
|
2025-06-17 00:37:05 +08:00
|
|
|
<string>工具</string>
|
2025-06-08 12:48:04 +08:00
|
|
|
</property>
|
2025-06-17 00:37:05 +08:00
|
|
|
<addaction name="action_tool_debug_data"/>
|
2025-06-08 12:48:04 +08:00
|
|
|
</widget>
|
2025-06-17 00:37:05 +08:00
|
|
|
<addaction name="menu"/>
|
2025-06-08 12:48:04 +08:00
|
|
|
</widget>
|
|
|
|
|
<widget class="QStatusBar" name="statusbar"/>
|
2025-06-08 23:51:48 +08:00
|
|
|
<action name="action_camera_1">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>相机一配置</string>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
|
|
|
|
<action name="action_camera_2">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>相机二配置</string>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
2025-06-17 00:37:05 +08:00
|
|
|
<action name="action_tool_debug_data">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>加载测试数据</string>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
2025-06-08 12:48:04 +08:00
|
|
|
</widget>
|
|
|
|
|
<resources/>
|
|
|
|
|
<connections/>
|
|
|
|
|
</ui>
|