code_production/app/HGProductionTool/dialog_inputserialnum.ui

124 lines
2.5 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>
2022-12-23 10:32:57 +00:00
<width>474</width>
<height>206</height>
2022-12-16 11:01:30 +00:00
</rect>
</property>
<property name="windowTitle">
<string>Dialog</string>
</property>
2022-12-23 10:32:57 +00:00
<widget class="QPushButton" name="pbtn_ok">
<property name="geometry">
<rect>
<x>210</x>
<y>150</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>330</x>
<y>150</y>
<width>75</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>Cancel</string>
</property>
</widget>
<widget class="QComboBox" name="cbox_devType">
<property name="geometry">
<rect>
<x>190</x>
<y>80</y>
<width>150</width>
<height>20</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>130</width>
<height>0</height>
</size>
</property>
2022-12-16 11:01:30 +00:00
<item>
2022-12-23 10:32:57 +00:00
<property name="text">
<string>G100</string>
</property>
2022-12-16 11:01:30 +00:00
</item>
<item>
2022-12-23 10:32:57 +00:00
<property name="text">
<string>G200</string>
</property>
2022-12-16 11:01:30 +00:00
</item>
<item>
2022-12-23 10:32:57 +00:00
<property name="text">
<string>G300</string>
</property>
2022-12-16 11:01:30 +00:00
</item>
2022-12-23 10:32:57 +00:00
<item>
<property name="text">
<string>G400</string>
</property>
</item>
</widget>
<widget class="QLabel" name="label_type">
<property name="geometry">
<rect>
<x>120</x>
<y>80</y>
<width>61</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>devType :</string>
</property>
</widget>
<widget class="QLabel" name="label_sn">
<property name="geometry">
<rect>
<x>123</x>
<y>30</y>
<width>61</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>serialNum:</string>
</property>
</widget>
<widget class="QLineEdit" name="lineEdit_sn">
<property name="geometry">
<rect>
<x>190</x>
<y>30</y>
<width>150</width>
<height>20</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>130</width>
<height>0</height>
</size>
</property>
</widget>
2022-12-16 11:01:30 +00:00
</widget>
<resources/>
<connections/>
</ui>