AP/Main.ui

160 lines
3.5 KiB
Plaintext
Raw Normal View History

2025-02-05 13:32:04 +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>
<width>1363</width>
<height>916</height>
</rect>
</property>
<property name="windowTitle">
<string>MainWindow</string>
</property>
<widget class="QWidget" name="centralwidget">
<widget class="QPushButton" name="bt_camera_connect">
<property name="geometry">
<rect>
<x>30</x>
<y>40</y>
<width>91</width>
<height>61</height>
</rect>
</property>
<property name="text">
<string>相機連線</string>
</property>
</widget>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>840</x>
<y>40</y>
<width>500</width>
<height>500</height>
</rect>
</property>
<property name="text">
<string>TextLabel</string>
</property>
</widget>
<widget class="QPushButton" name="bt_OneShot">
<property name="geometry">
<rect>
<x>130</x>
<y>40</y>
<width>91</width>
<height>61</height>
</rect>
</property>
<property name="text">
<string>單張擷取</string>
</property>
</widget>
<widget class="QPushButton" name="bt_KeetShot">
<property name="geometry">
<rect>
<x>230</x>
<y>40</y>
<width>91</width>
<height>61</height>
</rect>
</property>
<property name="text">
<string>連續取像</string>
</property>
</widget>
<widget class="QPushButton" name="bt_open_image">
<property name="geometry">
<rect>
<x>30</x>
<y>110</y>
<width>91</width>
<height>61</height>
</rect>
</property>
<property name="text">
<string>讀入影像</string>
</property>
</widget>
<widget class="QTextEdit" name="Ex_time">
<property name="geometry">
<rect>
<x>490</x>
<y>40</y>
<width>211</width>
<height>61</height>
</rect>
</property>
</widget>
<widget class="QSlider" name="threshold_value">
<property name="geometry">
<rect>
<x>840</x>
<y>80</y>
<width>311</width>
<height>21</height>
</rect>
</property>
<property name="maximum">
<number>255</number>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
<widget class="QLabel" name="label_2">
<property name="geometry">
<rect>
<x>30</x>
<y>180</y>
<width>2000</width>
<height>2000</height>
</rect>
</property>
<property name="text">
<string>TextLabel</string>
</property>
</widget>
<widget class="QTextEdit" name="threshold">
<property name="geometry">
<rect>
<x>730</x>
<y>40</y>
<width>101</width>
<height>61</height>
</rect>
</property>
</widget>
<widget class="QPushButton" name="bt_save_image">
<property name="geometry">
<rect>
<x>130</x>
<y>110</y>
<width>91</width>
<height>61</height>
</rect>
</property>
<property name="text">
<string>儲存影像</string>
</property>
</widget>
</widget>
<widget class="QMenuBar" name="menubar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>1363</width>
<height>22</height>
</rect>
</property>
</widget>
<widget class="QStatusBar" name="statusbar"/>
</widget>
<resources/>
<connections/>
</ui>