2025-03-10 11:30:13 +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>
|
2025-03-10 21:06:08 +08:00
|
|
|
<width>2182</width>
|
2025-03-11 15:58:38 +08:00
|
|
|
<height>1109</height>
|
2025-03-10 11:30:13 +08:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
|
|
|
<string>MainWindow</string>
|
|
|
|
</property>
|
|
|
|
<widget class="QWidget" name="centralwidget">
|
2025-03-11 15:58:38 +08:00
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
|
|
<item>
|
2025-03-10 21:06:08 +08:00
|
|
|
<widget class="QLabel" name="view_origin">
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>1000</width>
|
|
|
|
<height>1000</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>1000</width>
|
|
|
|
<height>1000</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>原圖影像</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2025-03-11 15:58:38 +08:00
|
|
|
<item>
|
2025-03-10 21:06:08 +08:00
|
|
|
<widget class="QLabel" name="view_predict">
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>1000</width>
|
|
|
|
<height>1000</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>1000</width>
|
|
|
|
<height>1000</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>檢測影像</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2025-03-11 15:58:38 +08:00
|
|
|
<item>
|
2025-03-10 21:06:08 +08:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
2025-03-10 13:45:43 +08:00
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="bt_KeepShot">
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
2025-03-10 21:06:08 +08:00
|
|
|
<width>150</width>
|
2025-03-10 13:45:43 +08:00
|
|
|
<height>50</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>100</width>
|
|
|
|
<height>50</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>開始連續取像</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="bt_StopKeepShot">
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
2025-03-10 21:06:08 +08:00
|
|
|
<width>150</width>
|
2025-03-10 13:45:43 +08:00
|
|
|
<height>50</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>100</width>
|
|
|
|
<height>50</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>停止連續取像</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="bt_detection">
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
2025-03-10 21:06:08 +08:00
|
|
|
<width>150</width>
|
2025-03-10 13:45:43 +08:00
|
|
|
<height>50</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>100</width>
|
|
|
|
<height>50</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>檢測</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2025-03-10 21:06:08 +08:00
|
|
|
<spacer name="verticalSpacer">
|
2025-03-10 13:45:43 +08:00
|
|
|
<property name="orientation">
|
2025-03-10 21:06:08 +08:00
|
|
|
<enum>Qt::Vertical</enum>
|
2025-03-10 13:45:43 +08:00
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
2025-03-10 21:06:08 +08:00
|
|
|
<width>20</width>
|
|
|
|
<height>40</height>
|
2025-03-10 13:45:43 +08:00
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
</layout>
|
2025-03-10 11:30:13 +08:00
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<widget class="QMenuBar" name="menubar">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2025-03-10 21:06:08 +08:00
|
|
|
<width>2182</width>
|
2025-03-10 11:30:13 +08:00
|
|
|
<height>22</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
<widget class="QStatusBar" name="statusbar"/>
|
|
|
|
</widget>
|
|
|
|
<resources/>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|