2 Star 1 Fork 3

王治淇 / 堤坝灾害点检测智能预警系统

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
recognition.ui 7.75 KB
一键复制 编辑 原始数据 按行查看 历史
“王治淇” 提交于 2022-07-07 18:35 . first commit
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Recognition</class>
<widget class="QDialog" name="Recognition">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>1123</width>
<height>817</height>
</rect>
</property>
<property name="windowTitle">
<string>无人机图像识别</string>
</property>
<property name="styleSheet">
<string notr="true"/>
</property>
<widget class="QPushButton" name="open_files">
<property name="geometry">
<rect>
<x>120</x>
<y>10</y>
<width>131</width>
<height>28</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">background-color: rgb(255, 255, 255);</string>
</property>
<property name="text">
<string>可见光识别</string>
</property>
</widget>
<widget class="QLabel" name="show">
<property name="geometry">
<rect>
<x>120</x>
<y>210</y>
<width>871</width>
<height>531</height>
</rect>
</property>
<property name="frameShape">
<enum>QFrame::WinPanel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Plain</enum>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QPushButton" name="showresult">
<property name="geometry">
<rect>
<x>280</x>
<y>10</y>
<width>151</width>
<height>28</height>
</rect>
</property>
<property name="text">
<string>查看可见光识别结果</string>
</property>
</widget>
<widget class="QPushButton" name="next_button">
<property name="geometry">
<rect>
<x>1020</x>
<y>440</y>
<width>64</width>
<height>64</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">border-radius:32px;
background-image: url(:/myImage/images/next.png);</string>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QPushButton" name="last_button">
<property name="geometry">
<rect>
<x>30</x>
<y>440</y>
<width>64</width>
<height>64</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">border-radius:32px;
background-image: url(:/myImage/images/prev.png);</string>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>120</x>
<y>750</y>
<width>511</width>
<height>41</height>
</rect>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QLabel" name="label_other_2">
<property name="geometry">
<rect>
<x>300</x>
<y>70</y>
<width>151</width>
<height>91</height>
</rect>
</property>
<property name="frameShape">
<enum>QFrame::WinPanel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Plain</enum>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QLabel" name="label_other_3">
<property name="geometry">
<rect>
<x>480</x>
<y>70</y>
<width>151</width>
<height>91</height>
</rect>
</property>
<property name="frameShape">
<enum>QFrame::WinPanel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Plain</enum>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QLabel" name="label_other_4">
<property name="geometry">
<rect>
<x>660</x>
<y>70</y>
<width>151</width>
<height>91</height>
</rect>
</property>
<property name="frameShape">
<enum>QFrame::WinPanel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Plain</enum>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QLabel" name="label_other_5">
<property name="geometry">
<rect>
<x>840</x>
<y>70</y>
<width>151</width>
<height>91</height>
</rect>
</property>
<property name="frameShape">
<enum>QFrame::WinPanel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Plain</enum>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QLabel" name="label_other_1">
<property name="geometry">
<rect>
<x>120</x>
<y>70</y>
<width>151</width>
<height>91</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">border:2px solid red;</string>
</property>
<property name="frameShape">
<enum>QFrame::NoFrame</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Plain</enum>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QPushButton" name="label_other_1_button">
<property name="geometry">
<rect>
<x>120</x>
<y>70</y>
<width>151</width>
<height>91</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">color: rgba(255, 255, 255, 0);
border-color: rgba(255, 255, 255, 0);
background-color: rgba(254, 254, 254, 0);</string>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QPushButton" name="label_other_2_button">
<property name="geometry">
<rect>
<x>300</x>
<y>70</y>
<width>151</width>
<height>91</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">color: rgba(255, 255, 255, 0);
border-color: rgba(255, 255, 255, 0);
background-color: rgba(254, 254, 254, 0);</string>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QPushButton" name="label_other_3_button">
<property name="geometry">
<rect>
<x>480</x>
<y>70</y>
<width>151</width>
<height>91</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">color: rgba(255, 255, 255, 0);
border-color: rgba(255, 255, 255, 0);
background-color: rgba(254, 254, 254, 0);</string>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QPushButton" name="label_other_4_button">
<property name="geometry">
<rect>
<x>660</x>
<y>70</y>
<width>151</width>
<height>91</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">color: rgba(255, 255, 255, 0);
border-color: rgba(255, 255, 255, 0);
background-color: rgba(254, 254, 254, 0);</string>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QPushButton" name="label_other_5_button">
<property name="geometry">
<rect>
<x>840</x>
<y>70</y>
<width>151</width>
<height>91</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">color: rgba(255, 255, 255, 0);
border-color: rgba(255, 255, 255, 0);
background-color: rgba(254, 254, 254, 0);</string>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QPushButton" name="infrared_identification">
<property name="geometry">
<rect>
<x>460</x>
<y>10</y>
<width>131</width>
<height>28</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">background-color: rgb(255, 255, 255);</string>
</property>
<property name="text">
<string>红外识别</string>
</property>
</widget>
<widget class="QPushButton" name="showresult_infrared">
<property name="geometry">
<rect>
<x>620</x>
<y>10</y>
<width>131</width>
<height>28</height>
</rect>
</property>
<property name="text">
<string>查看红外识别结果</string>
</property>
</widget>
</widget>
<resources/>
<connections/>
</ui>
C++
1
https://gitee.com/zhiqi-wang/dam.git
git@gitee.com:zhiqi-wang/dam.git
zhiqi-wang
dam
堤坝灾害点检测智能预警系统
master

搜索帮助