code_production/app/HGProductionTool/form_maininterface.ui

226 lines
5.4 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Form_mainInterface</class>
<widget class="QWidget" name="Form_mainInterface">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>847</width>
<height>492</height>
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<layout class="QHBoxLayout" name="horizontalLayout_3">
<item>
<widget class="QLabel" name="label_sn">
<property name="text">
<string>SN:</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_devStatus">
<property name="text">
<string>devStatus</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_speedMode">
<property name="text">
<string>SpeedMode:</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_sleepTime">
<property name="text">
<string>SleepTime:</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_vidpid">
<property name="text">
<string>VidPid:</string>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer_2">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QPushButton" name="pbtn_stop">
<property name="text">
<string>STOP</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_2" stretch="1,3">
<item>
<widget class="QTableWidget" name="tableWidget"/>
</item>
<item>
<widget class="QStackedWidget" name="stackedWidget">
<property name="currentIndex">
<number>-1</number>
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<spacer name="horizontalSpacer">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QPushButton" name="pbtn_preStep">
<property name="text">
<string>Privious Step</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="pbtn_nextStep">
<property name="text">
<string>Next Step</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="pbtn_pass">
<property name="text">
<string>PASS</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="pbtn_fail">
<property name="text">
<string>FAIL</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="pbtn_start">
<property name="text">
<string>START</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="pbtn_showImg">
<property name="text">
<string>SHOWIMG</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="pbtn_prePage">
<property name="text">
<string>PrePage</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="pbtn_nextPage">
<property name="text">
<string>NextPage</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="pbtn_leftRotate">
<property name="text">
<string>LeftRotate</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="pbtn_rightRotate">
<property name="text">
<string>RightRotate</string>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer_3">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_4">
<item>
<widget class="QLabel" name="label_imgInfo">
<property name="text">
<string/>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_destortionInfo">
<property name="text">
<string/>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer_4">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
</layout>
</item>
</layout>
</widget>
<resources/>
<connections/>
</ui>