code_production/app/HGProductionTool/form_burnmode.ui

92 lines
2.1 KiB
Plaintext
Raw Normal View History

2023-01-04 06:28:44 +00:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Form_BurnMode</class>
<widget class="QWidget" name="Form_BurnMode">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>527</width>
2023-01-04 14:24:41 +00:00
<height>321</height>
2023-01-04 06:28:44 +00:00
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QTableWidget" name="tableWidget"/>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QCheckBox" name="cbox_selectAll">
<property name="text">
<string>Select All</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="pbtn_burn">
<property name="minimumSize">
<size>
<width>91</width>
<height>31</height>
</size>
</property>
<property name="text">
<string>Burn</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="pbtn_setSn">
<property name="minimumSize">
<size>
<width>91</width>
<height>31</height>
</size>
</property>
<property name="text">
<string>Set sn</string>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer">
<property name="minimumSize">
<size>
<width>43</width>
<height>23</height>
</size>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
</layout>
</item>
2023-01-04 14:24:41 +00:00
<item>
<layout class="QHBoxLayout" name="horizontalLayout_2">
<item>
<widget class="QLabel" name="label">
<property name="text">
<string/>
</property>
</widget>
</item>
</layout>
</item>
2023-01-04 06:28:44 +00:00
</layout>
</widget>
<resources/>
<connections/>
</ui>