code_production/app/HGProductionTool/dialog_inputserialnum.ui

251 lines
5.3 KiB
Plaintext
Raw Normal View History

2022-12-16 11:01:30 +00:00
<?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>812</width>
<height>615</height>
2022-12-16 11:01:30 +00:00
</rect>
</property>
<property name="windowTitle">
<string>Dialog</string>
</property>
<widget class="QPushButton" name="pbtn_setConfig">
<property name="geometry">
<rect>
<x>580</x>
2023-10-13 01:54:59 +00:00
<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>580</x>
2023-10-13 01:54:59 +00:00
<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>580</x>
2023-10-13 01:54:59 +00:00
<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>531</width>
<height>231</height>
</rect>
</property>
</widget>
<widget class="QWidget" name="layoutWidget">
<property name="geometry">
<rect>
<x>10</x>
<y>110</y>
<width>531</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>620</x>
2023-10-13 01:54:59 +00:00
<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>400</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>
2023-09-12 03:02:45 +00:00
<widget class="QPushButton" name="pbtn_slectLogPath">
<property name="geometry">
<rect>
<x>580</x>
2023-09-12 03:02:45 +00:00
<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>610</x>
2023-09-13 05:47:34 +00:00
<y>110</y>
<width>121</width>
<height>61</height>
</rect>
</property>
<property name="text">
<string>Status</string>
</property>
</widget>
2022-12-16 11:01:30 +00:00
</widget>
<resources/>
<connections/>
</ui>