code_production/app/HGProductionTool/dialog_inputserialnum.ui

137 lines
2.7 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>
2023-01-06 05:39:49 +00:00
<width>536</width>
2022-12-23 10:32:57 +00:00
<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>
2022-12-28 06:57:00 +00:00
<height>31</height>
2022-12-23 10:32:57 +00:00
</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>
2022-12-28 06:57:00 +00:00
<height>31</height>
2022-12-23 10:32:57 +00:00
</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>
2022-12-28 06:57:00 +00:00
<width>191</width>
2022-12-23 10:32:57 +00:00
<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>
2022-12-28 09:11:23 +00:00
<x>80</x>
2022-12-23 10:32:57 +00:00
<y>80</y>
2022-12-28 09:11:23 +00:00
<width>91</width>
<height>21</height>
2022-12-23 10:32:57 +00:00
</rect>
</property>
<property name="text">
<string>devType :</string>
</property>
</widget>
<widget class="QLabel" name="label_sn">
<property name="geometry">
<rect>
2022-12-28 09:11:23 +00:00
<x>100</x>
2022-12-23 10:32:57 +00:00
<y>30</y>
2022-12-28 09:11:23 +00:00
<width>71</width>
<height>21</height>
2022-12-23 10:32:57 +00:00
</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>
2022-12-28 06:57:00 +00:00
<width>191</width>
2022-12-23 10:32:57 +00:00
<height>20</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>130</width>
<height>0</height>
</size>
</property>
</widget>
2023-01-06 05:39:49 +00:00
<widget class="QPushButton" name="pbtn_setSn">
<property name="geometry">
<rect>
<x>400</x>
<y>30</y>
<width>75</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>Set Sn</string>
</property>
</widget>
2022-12-16 11:01:30 +00:00
</widget>
<resources/>
<connections/>
</ui>