code_production/app/HGProductionTool/dialog_inputserialnum.ui

112 lines
2.2 KiB
XML

<?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>400</width>
<height>225</height>
</rect>
</property>
<property name="windowTitle">
<string>Dialog</string>
</property>
<widget class="QLabel" name="label_sn">
<property name="geometry">
<rect>
<x>50</x>
<y>50</y>
<width>54</width>
<height>12</height>
</rect>
</property>
<property name="text">
<string>Input SN:</string>
</property>
</widget>
<widget class="QLineEdit" name="lineEdit_sn">
<property name="geometry">
<rect>
<x>120</x>
<y>50</y>
<width>171</width>
<height>20</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="label_type">
<property name="geometry">
<rect>
<x>30</x>
<y>110</y>
<width>81</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>Select devType:</string>
</property>
</widget>
<widget class="QComboBox" name="cbox_devType">
<property name="geometry">
<rect>
<x>120</x>
<y>110</y>
<width>171</width>
<height>22</height>
</rect>
</property>
<item>
<property name="text">
<string>G100</string>
</property>
</item>
<item>
<property name="text">
<string>G200</string>
</property>
</item>
<item>
<property name="text">
<string>G300</string>
</property>
</item>
<item>
<property name="text">
<string>G400</string>
</property>
</item>
</widget>
<widget class="QPushButton" name="pbtn_ok">
<property name="geometry">
<rect>
<x>197</x>
<y>181</y>
<width>75</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>OK</string>
</property>
</widget>
<widget class="QPushButton" name="pbtn_cancel">
<property name="geometry">
<rect>
<x>278</x>
<y>181</y>
<width>75</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>Cancel</string>
</property>
</widget>
</widget>
<resources/>
<connections/>
</ui>