394 lines
8.9 KiB
XML
394 lines
8.9 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>1080</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>MainWindow</string>
|
|
</property>
|
|
<widget class="QWidget" name="centralwidget">
|
|
<widget class="QLabel" name="label_image_Main">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>10</y>
|
|
<width>950</width>
|
|
<height>517</height>
|
|
</rect>
|
|
</property>
|
|
<property name="inputMethodHints">
|
|
<set>Qt::ImhNone</set>
|
|
</property>
|
|
<property name="frameShape">
|
|
<enum>QFrame::StyledPanel</enum>
|
|
</property>
|
|
<property name="text">
|
|
<string>TextLabel</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="pushButton_Seach">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>530</y>
|
|
<width>161</width>
|
|
<height>60</height>
|
|
</rect>
|
|
</property>
|
|
<property name="font">
|
|
<font>
|
|
<family>標楷體</family>
|
|
<pointsize>18</pointsize>
|
|
</font>
|
|
</property>
|
|
<property name="accessibleName">
|
|
<string/>
|
|
</property>
|
|
<property name="text">
|
|
<string>Seach</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QTableWidget" name="tableWidget_OutputMessage">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>960</x>
|
|
<y>530</y>
|
|
<width>761</width>
|
|
<height>501</height>
|
|
</rect>
|
|
</property>
|
|
<property name="font">
|
|
<font>
|
|
<family>Times New Roman</family>
|
|
</font>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_image_Result">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>960</x>
|
|
<y>10</y>
|
|
<width>950</width>
|
|
<height>517</height>
|
|
</rect>
|
|
</property>
|
|
<property name="inputMethodHints">
|
|
<set>Qt::ImhNone</set>
|
|
</property>
|
|
<property name="frameShape">
|
|
<enum>QFrame::StyledPanel</enum>
|
|
</property>
|
|
<property name="text">
|
|
<string>TextLabel</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="pushButton_Grab">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>330</x>
|
|
<y>530</y>
|
|
<width>161</width>
|
|
<height>60</height>
|
|
</rect>
|
|
</property>
|
|
<property name="font">
|
|
<font>
|
|
<family>標楷體</family>
|
|
<pointsize>18</pointsize>
|
|
</font>
|
|
</property>
|
|
<property name="accessibleName">
|
|
<string/>
|
|
</property>
|
|
<property name="text">
|
|
<string>Grab</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_ExposureTime">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>590</y>
|
|
<width>211</width>
|
|
<height>71</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="QSlider" name="horizontalSlider_ExposureTime">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>180</x>
|
|
<y>600</y>
|
|
<width>441</width>
|
|
<height>51</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="QPushButton" name="pushButton_cameralink">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>170</x>
|
|
<y>530</y>
|
|
<width>161</width>
|
|
<height>60</height>
|
|
</rect>
|
|
</property>
|
|
<property name="font">
|
|
<font>
|
|
<family>標楷體</family>
|
|
<pointsize>18</pointsize>
|
|
</font>
|
|
</property>
|
|
<property name="text">
|
|
<string>相機串流</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QCheckBox" name="checkBox_saveImage">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>1750</x>
|
|
<y>630</y>
|
|
<width>141</width>
|
|
<height>61</height>
|
|
</rect>
|
|
</property>
|
|
<property name="font">
|
|
<font>
|
|
<family>Times New Roman</family>
|
|
<pointsize>18</pointsize>
|
|
</font>
|
|
</property>
|
|
<property name="text">
|
|
<string>Save Image</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_status">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>1780</x>
|
|
<y>540</y>
|
|
<width>101</width>
|
|
<height>71</height>
|
|
</rect>
|
|
</property>
|
|
<property name="font">
|
|
<font>
|
|
<family>Times New Roman</family>
|
|
<pointsize>20</pointsize>
|
|
</font>
|
|
</property>
|
|
<property name="text">
|
|
<string>Status</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QTableWidget" name="tableWidget_OutputMessage_AllResult">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>720</y>
|
|
<width>941</width>
|
|
<height>311</height>
|
|
</rect>
|
|
</property>
|
|
<property name="font">
|
|
<font>
|
|
<family>Times New Roman</family>
|
|
</font>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="pushButton_ROIWindow">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>490</x>
|
|
<y>530</y>
|
|
<width>161</width>
|
|
<height>60</height>
|
|
</rect>
|
|
</property>
|
|
<property name="font">
|
|
<font>
|
|
<family>標楷體</family>
|
|
<pointsize>18</pointsize>
|
|
</font>
|
|
</property>
|
|
<property name="accessibleName">
|
|
<string/>
|
|
</property>
|
|
<property name="text">
|
|
<string>ROIWindow</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="pushButton_Light_Control">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>650</x>
|
|
<y>530</y>
|
|
<width>161</width>
|
|
<height>60</height>
|
|
</rect>
|
|
</property>
|
|
<property name="font">
|
|
<font>
|
|
<family>標楷體</family>
|
|
<pointsize>18</pointsize>
|
|
</font>
|
|
</property>
|
|
<property name="accessibleName">
|
|
<string/>
|
|
</property>
|
|
<property name="text">
|
|
<string>AOILight</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="pushButton_Database_Window">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>810</x>
|
|
<y>530</y>
|
|
<width>141</width>
|
|
<height>60</height>
|
|
</rect>
|
|
</property>
|
|
<property name="font">
|
|
<font>
|
|
<family>標楷體</family>
|
|
<pointsize>18</pointsize>
|
|
</font>
|
|
</property>
|
|
<property name="accessibleName">
|
|
<string/>
|
|
</property>
|
|
<property name="text">
|
|
<string>DBWindow</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="pushButton_MotorMove">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>810</x>
|
|
<y>590</y>
|
|
<width>141</width>
|
|
<height>60</height>
|
|
</rect>
|
|
</property>
|
|
<property name="font">
|
|
<font>
|
|
<family>標楷體</family>
|
|
<pointsize>12</pointsize>
|
|
</font>
|
|
</property>
|
|
<property name="accessibleName">
|
|
<string/>
|
|
</property>
|
|
<property name="text">
|
|
<string>Move Forwards</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="pushButton_NGReset">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>650</x>
|
|
<y>590</y>
|
|
<width>161</width>
|
|
<height>121</height>
|
|
</rect>
|
|
</property>
|
|
<property name="font">
|
|
<font>
|
|
<family>標楷體</family>
|
|
<pointsize>18</pointsize>
|
|
</font>
|
|
</property>
|
|
<property name="accessibleName">
|
|
<string/>
|
|
</property>
|
|
<property name="text">
|
|
<string>Reset</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="pushButton_MotorMoveBackwards">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>810</x>
|
|
<y>650</y>
|
|
<width>141</width>
|
|
<height>60</height>
|
|
</rect>
|
|
</property>
|
|
<property name="font">
|
|
<font>
|
|
<family>標楷體</family>
|
|
<pointsize>12</pointsize>
|
|
</font>
|
|
</property>
|
|
<property name="accessibleName">
|
|
<string/>
|
|
</property>
|
|
<property name="text">
|
|
<string>Move Backwards</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QComboBox" name="comboBox_recipe">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>660</y>
|
|
<width>161</width>
|
|
<height>61</height>
|
|
</rect>
|
|
</property>
|
|
<property name="font">
|
|
<font>
|
|
<family>標楷體</family>
|
|
<pointsize>18</pointsize>
|
|
</font>
|
|
</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>
|