391 lines
10 KiB
XML
391 lines
10 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>1032</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="QLabel" name="label">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>40</x>
|
|
<y>4</y>
|
|
<width>481</width>
|
|
<height>111</height>
|
|
</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>
|
|
<x>1140</x>
|
|
<y>21</y>
|
|
<width>180</width>
|
|
<height>80</height>
|
|
</rect>
|
|
</property>
|
|
<property name="font">
|
|
<font>
|
|
<pointsize>18</pointsize>
|
|
</font>
|
|
</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 class="QPushButton" name="btn_camera">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>480</x>
|
|
<y>21</y>
|
|
<width>180</width>
|
|
<height>80</height>
|
|
</rect>
|
|
</property>
|
|
<property name="font">
|
|
<font>
|
|
<pointsize>18</pointsize>
|
|
</font>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">image: url(:/common/resource/config_net.png);
|
|
background-color: rgb(38, 40, 47);
|
|
border: none;</string>
|
|
</property>
|
|
<property name="text">
|
|
<string/>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="btn_camera_config">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>540</x>
|
|
<y>21</y>
|
|
<width>180</width>
|
|
<height>80</height>
|
|
</rect>
|
|
</property>
|
|
<property name="font">
|
|
<font>
|
|
<pointsize>18</pointsize>
|
|
</font>
|
|
</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="QGroupBox" name="title_group">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>1920</width>
|
|
<height>120</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">background-color: rgb(38, 40, 47);
|
|
border: none;</string>
|
|
</property>
|
|
<property name="title">
|
|
<string/>
|
|
</property>
|
|
<widget class="QLabel" name="label_work">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>1470</x>
|
|
<y>20</y>
|
|
<width>271</width>
|
|
<height>81</height>
|
|
</rect>
|
|
</property>
|
|
<property name="font">
|
|
<font>
|
|
<pointsize>24</pointsize>
|
|
</font>
|
|
</property>
|
|
<property name="visible">
|
|
<bool>false</bool>
|
|
</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>1841</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>1762</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_start">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>1440</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(:/common/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>1590</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(:/common/resource/stop.png);
|
|
background-color: rgba(255, 255, 255, 0);</string>
|
|
</property>
|
|
<property name="text">
|
|
<string/>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="btn_algo_config">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>740</x>
|
|
<y>21</y>
|
|
<width>180</width>
|
|
<height>80</height>
|
|
</rect>
|
|
</property>
|
|
<property name="font">
|
|
<font>
|
|
<pointsize>18</pointsize>
|
|
</font>
|
|
</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_level">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>940</x>
|
|
<y>21</y>
|
|
<width>180</width>
|
|
<height>80</height>
|
|
</rect>
|
|
</property>
|
|
<property name="font">
|
|
<font>
|
|
<pointsize>18</pointsize>
|
|
</font>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">image: url(:/common/resource/config_camera_level.png);
|
|
background-color: rgb(38, 40, 47);
|
|
border: none;</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>
|
|
<width>1300</width>
|
|
<height>850</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">background-color:rgb(37, 38, 42);
|
|
border: none;</string>
|
|
</property>
|
|
<property name="frameShape">
|
|
<enum>QFrame::StyledPanel</enum>
|
|
</property>
|
|
<property name="frameShadow">
|
|
<enum>QFrame::Raised</enum>
|
|
</property>
|
|
</widget>
|
|
<widget class="QFrame" name="device_status">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>1340</x>
|
|
<y>140</y>
|
|
<width>560</width>
|
|
<height>80</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">background-color: rgb(37, 38, 42);border: none;</string>
|
|
</property>
|
|
<property name="frameShape">
|
|
<enum>QFrame::StyledPanel</enum>
|
|
</property>
|
|
<property name="frameShadow">
|
|
<enum>QFrame::Raised</enum>
|
|
</property>
|
|
</widget>
|
|
<widget class="QListView" name="detect_log">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>1340</x>
|
|
<y>760</y>
|
|
<width>560</width>
|
|
<height>230</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);
|
|
border: none;</string>
|
|
</property>
|
|
<property name="editTriggers">
|
|
<set>QAbstractItemView::NoEditTriggers</set>
|
|
</property>
|
|
</widget>
|
|
<widget class="QFrame" name="detect_data">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>1340</x>
|
|
<y>230</y>
|
|
<width>560</width>
|
|
<height>520</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">background-color: rgb(37, 38, 42);border: none;</string>
|
|
</property>
|
|
<property name="frameShape">
|
|
<enum>QFrame::StyledPanel</enum>
|
|
</property>
|
|
<property name="frameShadow">
|
|
<enum>QFrame::Raised</enum>
|
|
</property>
|
|
</widget>
|
|
<zorder>title_group</zorder>
|
|
<zorder>label</zorder>
|
|
<zorder>btn_test</zorder>
|
|
<zorder>btn_camera</zorder>
|
|
<zorder>btn_camera_config</zorder>
|
|
<zorder>detect_result</zorder>
|
|
<zorder>device_status</zorder>
|
|
<zorder>detect_log</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>21</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">color: rgb(37, 38, 42);</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QStatusBar" name="statusbar"/>
|
|
</widget>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|