code_production/app/HGProductionTool/dialog_inputserialnum.ui

251 lines
5.3 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Dialog_InputSerialNum</class>
<widget class="QDialog" name="Dialog_InputSerialNum">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>795</width>
<height>608</height>
</rect>
</property>
<property name="windowTitle">
<string>Dialog</string>
</property>
<widget class="QPushButton" name="pbtn_setConfig">
<property name="geometry">
<rect>
<x>570</x>
<y>300</y>
<width>190</width>
<height>35</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>190</width>
<height>35</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>190</width>
<height>35</height>
</size>
</property>
<property name="layoutDirection">
<enum>Qt::LeftToRight</enum>
</property>
<property name="text">
<string>Set configuration</string>
</property>
</widget>
<widget class="QPushButton" name="pbtn_checkConfig">
<property name="geometry">
<rect>
<x>570</x>
<y>210</y>
<width>190</width>
<height>35</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>190</width>
<height>35</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>190</width>
<height>35</height>
</size>
</property>
<property name="layoutDirection">
<enum>Qt::LeftToRight</enum>
</property>
<property name="text">
<string>Check configuration</string>
</property>
</widget>
<widget class="QPushButton" name="pbtn_enterTest">
<property name="geometry">
<rect>
<x>570</x>
<y>390</y>
<width>190</width>
<height>35</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>190</width>
<height>35</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>190</width>
<height>35</height>
</size>
</property>
<property name="layoutDirection">
<enum>Qt::LeftToRight</enum>
</property>
<property name="text">
<string>Enter Test</string>
</property>
</widget>
<widget class="QTextBrowser" name="textBrowser_info">
<property name="geometry">
<rect>
<x>10</x>
<y>320</y>
<width>521</width>
<height>231</height>
</rect>
</property>
</widget>
<widget class="QWidget" name="layoutWidget">
<property name="geometry">
<rect>
<x>10</x>
<y>110</y>
<width>521</width>
<height>191</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QTextBrowser" name="textBrowser_target"/>
</item>
<item>
<widget class="Line" name="line">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
</widget>
</item>
<item>
<widget class="QTextBrowser" name="textBrowser_curConfig"/>
</item>
</layout>
</widget>
<widget class="QLabel" name="label_scanner">
<property name="geometry">
<rect>
<x>20</x>
<y>10</y>
<width>531</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>Scanner</string>
</property>
</widget>
<widget class="QPushButton" name="pbtn_reboot">
<property name="geometry">
<rect>
<x>610</x>
<y>480</y>
<width>101</width>
<height>41</height>
</rect>
</property>
<property name="text">
<string>Reboot</string>
</property>
</widget>
<widget class="QLineEdit" name="lineEdit_sn">
<property name="geometry">
<rect>
<x>110</x>
<y>50</y>
<width>261</width>
<height>31</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>241</width>
<height>31</height>
</size>
</property>
</widget>
<widget class="QLabel" name="label_sn">
<property name="geometry">
<rect>
<x>20</x>
<y>50</y>
<width>71</width>
<height>31</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>71</width>
<height>21</height>
</size>
</property>
<property name="text">
<string>serialNum:</string>
</property>
</widget>
<widget class="QPushButton" name="pbtn_setSn">
<property name="geometry">
<rect>
<x>390</x>
<y>50</y>
<width>141</width>
<height>31</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>131</width>
<height>31</height>
</size>
</property>
<property name="text">
<string>Set Sn</string>
</property>
</widget>
<widget class="QPushButton" name="pbtn_slectLogPath">
<property name="geometry">
<rect>
<x>560</x>
<y>50</y>
<width>181</width>
<height>31</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>131</width>
<height>31</height>
</size>
</property>
<property name="text">
<string>Select Log Path</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton_status">
<property name="geometry">
<rect>
<x>600</x>
<y>110</y>
<width>121</width>
<height>61</height>
</rect>
</property>
<property name="text">
<string>Status</string>
</property>
</widget>
</widget>
<resources/>
<connections/>
</ui>