2026-06-26 17:55:15 +08:00

336 lines
8.8 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>1848</width>
<height>1200</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>140</y>
<width>1230</width>
<height>1000</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>1270</x>
<y>850</y>
<width>556</width>
<height>290</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::NoEditTriggers</set>
</property>
</widget>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>40</x>
<y>14</y>
<width>631</width>
<height>91</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>36</pointsize>
<bold>true</bold>
</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="QListWidget" name="detect_result_list">
<property name="geometry">
<rect>
<x>1270</x>
<y>339</y>
<width>556</width>
<height>501</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_algo_config">
<property name="geometry">
<rect>
<x>850</x>
<y>21</y>
<width>220</width>
<height>80</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>18</pointsize>
</font>
</property>
<property name="toolTip">
<string>算法参数</string>
</property>
<property name="styleSheet">
<string notr="true">image: url(:/common/resource/config_algo.png); background-color: rgb(38, 40, 47); border: none;</string>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QPushButton" name="btn_camera">
<property name="geometry">
<rect>
<x>600</x>
<y>21</y>
<width>220</width>
<height>80</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>18</pointsize>
</font>
</property>
<property name="toolTip">
<string>连接配置</string>
</property>
<property name="styleSheet">
<string notr="true">image: url(:/common/resource/config_camera.png); background-color: rgb(38, 40, 47); border: none;</string>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QGraphicsView" name="detect_image_2">
<property name="geometry">
<rect>
<x>890</x>
<y>140</y>
<width>934</width>
<height>678</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">background-color: rgb(37, 38, 42);</string>
</property>
</widget>
<widget class="QGroupBox" name="groupBox">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>1848</width>
<height>120</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">background-color: rgb(38, 40, 47);</string>
</property>
<property name="title">
<string/>
</property>
<widget class="QLabel" name="label_work">
<property name="geometry">
<rect>
<x>1329</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">
<set>Qt::AlignCenter</set>
</property>
</widget>
<widget class="QPushButton" name="btn_close">
<property name="geometry">
<rect>
<x>1720</x>
<y>32</y>
<width>56</width>
<height>56</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">background-image: url(:/common/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>1641</x>
<y>32</y>
<width>56</width>
<height>56</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">background-image: url(:/common/resource/hide.png); background-color: rgba(255, 255, 255, 0);</string>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QPushButton" name="btn_test">
<property name="geometry">
<rect>
<x>1100</x>
<y>21</y>
<width>220</width>
<height>80</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>18</pointsize>
</font>
</property>
<property name="toolTip">
<string>单次检测</string>
</property>
<property name="styleSheet">
<string notr="true">image: url(:/common/resource/config_data_test.png); background-color: rgb(38, 40, 47); border: none;</string>
</property>
<property name="text">
<string/>
</property>
</widget>
</widget>
<widget class="QFrame" name="frame_dev">
<property name="geometry">
<rect>
<x>1270</x>
<y>140</y>
<width>556</width>
<height>81</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">background-color: rgba(37, 38, 42, 0);</string>
</property>
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Raised</enum>
</property>
</widget>
<widget class="QPushButton" name="btn_start">
<property name="geometry">
<rect>
<x>1360</x>
<y>240</y>
<width>162</width>
<height>82</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>18</pointsize>
</font>
</property>
<property name="toolTip">
<string>开始实时显示</string>
</property>
<property name="styleSheet">
<string notr="true">image: url(:/common/resource/start_image.png); background-color: rgb(38, 40, 47); border: none;</string>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QPushButton" name="btn_detect_start">
<property name="geometry">
<rect>
<x>1600</x>
<y>240</y>
<width>162</width>
<height>82</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>18</pointsize>
</font>
</property>
<property name="toolTip">
<string>开始检测</string>
</property>
<property name="styleSheet">
<string notr="true">image: url(:/common/resource/start_detect.png); background-color: rgb(38, 40, 47); border: none;</string>
</property>
<property name="text">
<string/>
</property>
</widget>
<zorder>detect_image_2</zorder>
<zorder>groupBox</zorder>
<zorder>detect_image</zorder>
<zorder>detect_log</zorder>
<zorder>label</zorder>
<zorder>detect_result_list</zorder>
<zorder>btn_algo_config</zorder>
<zorder>btn_camera</zorder>
<zorder>frame_dev</zorder>
<zorder>btn_start</zorder>
<zorder>btn_detect_start</zorder>
</widget>
<widget class="QStatusBar" name="statusbar"/>
</widget>
<resources/>
<connections/>
</ui>