GrabBag/GrabBagApp/mainwindow.ui

238 lines
5.9 KiB
Plaintext
Raw Normal View History

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>
<width>912</width>
<height>600</height>
</rect>
</property>
<property name="windowTitle">
<string>视觉抓取</string>
</property>
<widget class="QWidget" name="centralwidget">
<widget class="QListView" name="detect_result">
<property name="geometry">
<rect>
<x>640</x>
<y>60</y>
<width>271</width>
<height>491</height>
</rect>
</property>
</widget>
<widget class="QGraphicsView" name="detect_image">
<property name="geometry">
<rect>
<x>10</x>
<y>60</y>
<width>631</width>
<height>491</height>
</rect>
</property>
</widget>
<widget class="QWidget" name="layoutWidget">
<property name="geometry">
<rect>
<x>10</x>
<y>0</y>
<width>271</width>
<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>
<property name="text">
<string>开始</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="btn_stop">
<property name="font">
<font>
<pointsize>18</pointsize>
</font>
</property>
<property name="text">
<string>结束</string>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QLabel" name="label_work">
<property name="geometry">
<rect>
<x>640</x>
<y>0</y>
<width>271</width>
<height>61</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>24</pointsize>
</font>
</property>
<property name="text">
<string>准备就绪</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
<widget class="QWidget" name="layoutWidget">
<property name="geometry">
<rect>
<x>322</x>
<y>5</y>
<width>301</width>
<height>56</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_5">
<item>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QLabel" name="label_camera_1_status">
<property name="text">
<string>C1</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_camera_1_txt">
<property name="font">
<font>
<pointsize>12</pointsize>
</font>
</property>
<property name="text">
<string>相机一离线 </string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_4">
<item>
<widget class="QLabel" name="label_camera_2_status">
<property name="text">
<string>C2</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_camera_2_txt">
<property name="font">
<font>
<pointsize>12</pointsize>
</font>
</property>
<property name="text">
<string>相机二离线 </string>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_3">
<item>
<widget class="QLabel" name="label">
<property name="text">
<string/>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_robot_status">
<property name="text">
<string>C1</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_robot_txt">
<property name="font">
<font>
<pointsize>12</pointsize>
</font>
</property>
<property name="text">
<string>机械臂在线</string>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
</widget>
<widget class="QMenuBar" name="menubar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>912</width>
<height>21</height>
</rect>
</property>
<widget class="QMenu" name="menu_camera">
<property name="title">
<string>相机配置</string>
</property>
<addaction name="action_camera_1"/>
<addaction name="action_camera_2"/>
2025-06-08 12:48:04 +08:00
</widget>
<widget class="QMenu" name="menu_config">
<property name="title">
<string>区域框定</string>
</property>
</widget>
<widget class="QMenu" name="menu_camera_adjust">
<property name="title">
<string>相机调平</string>
</property>
</widget>
<widget class="QMenu" name="menu_4">
<property name="title">
<string>流程模板</string>
</property>
</widget>
<addaction name="menu_camera"/>
<addaction name="menu_config"/>
<addaction name="menu_camera_adjust"/>
<addaction name="menu_4"/>
</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>
2025-06-08 12:48:04 +08:00
</widget>
<resources/>
<connections/>
</ui>