GrabBag/GrabBagApp/mainwindow.ui

316 lines
7.5 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>1920</width>
<height>1080</height>
</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="QGraphicsView" name="detect_image">
<property name="geometry">
<rect>
<x>20</x>
<y>90</y>
<width>1312</width>
<height>940</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">background-color: rgb(37, 38, 42);</string>
</property>
</widget>
<widget class="QListView" name="detect_log">
<property name="geometry">
<rect>
<x>1344</x>
<y>726</y>
<width>556</width>
<height>304</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>12</pointsize>
</font>
</property>
<property name="styleSheet">
<string notr="true">background-color: rgb(37, 38, 42);
color: rgb(239, 241, 245);</string>
</property>
<property name="editTriggers">
<set>QAbstractItemView::EditTrigger::NoEditTriggers</set>
</property>
</widget>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>194</x>
<y>25</y>
<width>251</width>
<height>32</height>
</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>1540</x>
<y>0</y>
<width>221</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">
<set>Qt::AlignmentFlag::AlignCenter</set>
</property>
</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>
</widget>
<widget class="QPushButton" name="btn_close">
<property name="geometry">
<rect>
<x>1860</x>
<y>20</y>
<width>41</width>
<height>41</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">image: url(:/resource/close.png);</string>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QPushButton" name="btn_hide">
<property name="geometry">
<rect>
<x>1790</x>
<y>20</y>
<width>41</width>
<height>41</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">image: url(:/resource/hide.png);</string>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QPushButton" name="btn_test">
<property name="geometry">
<rect>
<x>1190</x>
<y>18</y>
<width>135</width>
<height>50</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>18</pointsize>
</font>
</property>
<property name="styleSheet">
<string notr="true">image: url(:/resource/config_data_test.png);</string>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QPushButton" name="btn_algo_config">
<property name="geometry">
<rect>
<x>890</x>
<y>18</y>
<width>135</width>
<height>50</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>18</pointsize>
</font>
</property>
<property name="styleSheet">
<string notr="true">image: url(:/resource/config_algo.png);</string>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QPushButton" name="btn_camera_levelling">
<property name="geometry">
<rect>
<x>1040</x>
<y>18</y>
<width>135</width>
<height>50</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>18</pointsize>
</font>
</property>
<property name="styleSheet">
<string notr="true">image: url(:/resource/config_camera_level.png);</string>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QPushButton" name="btn_camera">
<property name="geometry">
<rect>
<x>740</x>
<y>18</y>
<width>135</width>
<height>50</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>18</pointsize>
</font>
</property>
<property name="styleSheet">
<string notr="true">image: url(:/resource/config_camera.png);</string>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QPushButton" name="btn_stop">
<property name="geometry">
<rect>
<x>1444</x>
<y>0</y>
<width>81</width>
<height>81</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>18</pointsize>
</font>
</property>
<property name="styleSheet">
<string notr="true">image: url(:/resource/stop.png);</string>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QPushButton" name="btn_start">
<property name="geometry">
<rect>
<x>1342</x>
<y>0</y>
<width>91</width>
<height>81</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>18</pointsize>
</font>
</property>
<property name="styleSheet">
<string notr="true">image: url(:/resource/start.png);</string>
</property>
<property name="text">
<string/>
</property>
</widget>
</widget>
<widget class="QMenuBar" name="menubar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>1920</width>
<height>20</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>