537 lines
12 KiB
Plaintext
537 lines
12 KiB
Plaintext
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<ui version="4.0">
|
||
|
<class>ROI_Window</class>
|
||
|
<widget class="QMainWindow" name="ROI_Window">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>0</x>
|
||
|
<y>0</y>
|
||
|
<width>1920</width>
|
||
|
<height>1080</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="windowTitle">
|
||
|
<string>MainWindow</string>
|
||
|
</property>
|
||
|
<widget class="QWidget" name="centralwidget">
|
||
|
<widget class="QPushButton" name="pushButton_start">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>0</x>
|
||
|
<y>570</y>
|
||
|
<width>121</width>
|
||
|
<height>51</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="font">
|
||
|
<font>
|
||
|
<family>標楷體</family>
|
||
|
<pointsize>18</pointsize>
|
||
|
</font>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>Start</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="QLabel" name="label_image_Main">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>199</x>
|
||
|
<y>0</y>
|
||
|
<width>718</width>
|
||
|
<height>391</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="frameShape">
|
||
|
<enum>QFrame::StyledPanel</enum>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>TextLabel</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="QComboBox" name="comboBox_recipe">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>0</x>
|
||
|
<y>10</y>
|
||
|
<width>181</width>
|
||
|
<height>61</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="font">
|
||
|
<font>
|
||
|
<family>標楷體</family>
|
||
|
<pointsize>18</pointsize>
|
||
|
</font>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="QPushButton" name="pushButton_changeoutputfilepath">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>740</x>
|
||
|
<y>990</y>
|
||
|
<width>121</width>
|
||
|
<height>41</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="font">
|
||
|
<font>
|
||
|
<family>標楷體</family>
|
||
|
<pointsize>18</pointsize>
|
||
|
</font>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>變更</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="QLabel" name="label_OutputFilePath">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>130</x>
|
||
|
<y>990</y>
|
||
|
<width>471</width>
|
||
|
<height>41</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="font">
|
||
|
<font>
|
||
|
<family>Agency FB</family>
|
||
|
<pointsize>18</pointsize>
|
||
|
</font>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>OutputFilePath</string>
|
||
|
</property>
|
||
|
<property name="alignment">
|
||
|
<set>Qt::AlignCenter</set>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="QPushButton" name="pushButton_cameralink">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>0</x>
|
||
|
<y>620</y>
|
||
|
<width>121</width>
|
||
|
<height>51</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="font">
|
||
|
<font>
|
||
|
<family>標楷體</family>
|
||
|
<pointsize>18</pointsize>
|
||
|
</font>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>相機串流</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="QPushButton" name="pushButton_cameraGrab">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>0</x>
|
||
|
<y>670</y>
|
||
|
<width>121</width>
|
||
|
<height>51</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="font">
|
||
|
<font>
|
||
|
<family>標楷體</family>
|
||
|
<pointsize>18</pointsize>
|
||
|
</font>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>Grab</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="QLabel" name="label_image_Grab">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>930</x>
|
||
|
<y>0</y>
|
||
|
<width>900</width>
|
||
|
<height>490</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="frameShape">
|
||
|
<enum>QFrame::StyledPanel</enum>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>TextLabel</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="QPushButton" name="pushButton_CreateExposureTime">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>1570</x>
|
||
|
<y>990</y>
|
||
|
<width>131</width>
|
||
|
<height>41</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="font">
|
||
|
<font>
|
||
|
<family>標楷體</family>
|
||
|
<pointsize>18</pointsize>
|
||
|
</font>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>新增</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="QComboBox" name="comboBox_ExposureTime">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>0</x>
|
||
|
<y>80</y>
|
||
|
<width>181</width>
|
||
|
<height>61</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="font">
|
||
|
<font>
|
||
|
<family>標楷體</family>
|
||
|
<pointsize>18</pointsize>
|
||
|
</font>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="QSlider" name="horizontalSlider_ExposureTime">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>1060</x>
|
||
|
<y>990</y>
|
||
|
<width>471</width>
|
||
|
<height>41</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="minimum">
|
||
|
<number>10000</number>
|
||
|
</property>
|
||
|
<property name="maximum">
|
||
|
<number>150000</number>
|
||
|
</property>
|
||
|
<property name="value">
|
||
|
<number>48555</number>
|
||
|
</property>
|
||
|
<property name="orientation">
|
||
|
<enum>Qt::Horizontal</enum>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="QLabel" name="label_ExposureTime">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>870</x>
|
||
|
<y>990</y>
|
||
|
<width>161</width>
|
||
|
<height>41</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="font">
|
||
|
<font>
|
||
|
<family>Agency FB</family>
|
||
|
<pointsize>18</pointsize>
|
||
|
</font>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>ExposureTime</string>
|
||
|
</property>
|
||
|
<property name="alignment">
|
||
|
<set>Qt::AlignCenter</set>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="QLabel" name="label_image_ForFoucs">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>290</x>
|
||
|
<y>400</y>
|
||
|
<width>550</width>
|
||
|
<height>550</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="frameShape">
|
||
|
<enum>QFrame::StyledPanel</enum>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>TextLabel</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="QComboBox" name="comboBox_ForFoucs">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>0</x>
|
||
|
<y>460</y>
|
||
|
<width>291</width>
|
||
|
<height>61</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="font">
|
||
|
<font>
|
||
|
<family>標楷體</family>
|
||
|
<pointsize>18</pointsize>
|
||
|
</font>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="QLabel" name="label_image_ROI">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>930</x>
|
||
|
<y>490</y>
|
||
|
<width>900</width>
|
||
|
<height>490</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="frameShape">
|
||
|
<enum>QFrame::StyledPanel</enum>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>TextLabel</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="QPushButton" name="pushButton_cameraGrab_ROI">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>0</x>
|
||
|
<y>720</y>
|
||
|
<width>121</width>
|
||
|
<height>51</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="font">
|
||
|
<font>
|
||
|
<family>標楷體</family>
|
||
|
<pointsize>18</pointsize>
|
||
|
</font>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>Grab_ROI</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="QPushButton" name="pushButton_ReadImage_ROI">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>0</x>
|
||
|
<y>770</y>
|
||
|
<width>121</width>
|
||
|
<height>51</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="font">
|
||
|
<font>
|
||
|
<family>標楷體</family>
|
||
|
<pointsize>18</pointsize>
|
||
|
</font>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>ReadImage</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="QSlider" name="ROI_X">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>290</x>
|
||
|
<y>960</y>
|
||
|
<width>541</width>
|
||
|
<height>21</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="minimum">
|
||
|
<number>-200</number>
|
||
|
</property>
|
||
|
<property name="maximum">
|
||
|
<number>200</number>
|
||
|
</property>
|
||
|
<property name="value">
|
||
|
<number>0</number>
|
||
|
</property>
|
||
|
<property name="orientation">
|
||
|
<enum>Qt::Horizontal</enum>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="QSlider" name="ROI_Y">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>860</x>
|
||
|
<y>400</y>
|
||
|
<width>22</width>
|
||
|
<height>541</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="minimum">
|
||
|
<number>-200</number>
|
||
|
</property>
|
||
|
<property name="maximum">
|
||
|
<number>200</number>
|
||
|
</property>
|
||
|
<property name="orientation">
|
||
|
<enum>Qt::Vertical</enum>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="QPushButton" name="pushButton_adjust_ROI">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>120</x>
|
||
|
<y>570</y>
|
||
|
<width>171</width>
|
||
|
<height>51</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="font">
|
||
|
<font>
|
||
|
<family>標楷體</family>
|
||
|
<pointsize>18</pointsize>
|
||
|
</font>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>adjust_ROI</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="QCheckBox" name="checkBox_All_adjust_ROI">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>140</x>
|
||
|
<y>700</y>
|
||
|
<width>131</width>
|
||
|
<height>41</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="font">
|
||
|
<font>
|
||
|
<family>Times New Roman</family>
|
||
|
<pointsize>18</pointsize>
|
||
|
</font>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>同步調整</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="QPushButton" name="pushButton_Preview">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>0</x>
|
||
|
<y>820</y>
|
||
|
<width>121</width>
|
||
|
<height>51</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="font">
|
||
|
<font>
|
||
|
<family>標楷體</family>
|
||
|
<pointsize>18</pointsize>
|
||
|
</font>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>Preview</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="QPushButton" name="pushButton_Next">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>170</x>
|
||
|
<y>620</y>
|
||
|
<width>121</width>
|
||
|
<height>51</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="font">
|
||
|
<font>
|
||
|
<family>標楷體</family>
|
||
|
<pointsize>18</pointsize>
|
||
|
</font>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>Next</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="QPushButton" name="pushButton_cameraGrab_ExpTime">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>0</x>
|
||
|
<y>870</y>
|
||
|
<width>121</width>
|
||
|
<height>51</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="font">
|
||
|
<font>
|
||
|
<family>標楷體</family>
|
||
|
<pointsize>18</pointsize>
|
||
|
</font>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>Grab_ExpTime</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="QPushButton" name="pushButton_Previous">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>170</x>
|
||
|
<y>520</y>
|
||
|
<width>121</width>
|
||
|
<height>51</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="font">
|
||
|
<font>
|
||
|
<family>標楷體</family>
|
||
|
<pointsize>18</pointsize>
|
||
|
</font>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>Previous</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="QPushButton" name="pushButton_move">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>0</x>
|
||
|
<y>520</y>
|
||
|
<width>121</width>
|
||
|
<height>51</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="font">
|
||
|
<font>
|
||
|
<family>標楷體</family>
|
||
|
<pointsize>18</pointsize>
|
||
|
</font>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>Move</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="QPushButton" name="pushButton_Filepath_makeXML">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>0</x>
|
||
|
<y>920</y>
|
||
|
<width>121</width>
|
||
|
<height>51</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="font">
|
||
|
<font>
|
||
|
<family>標楷體</family>
|
||
|
<pointsize>18</pointsize>
|
||
|
</font>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>makeXML</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</widget>
|
||
|
<widget class="QMenuBar" name="menubar">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>0</x>
|
||
|
<y>0</y>
|
||
|
<width>1920</width>
|
||
|
<height>22</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="QStatusBar" name="statusbar"/>
|
||
|
</widget>
|
||
|
<resources/>
|
||
|
<connections/>
|
||
|
</ui>
|