code_production/app/HGProductionTool/form_burnmode.ui

78 lines
1.8 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>720</width>
<height>436</height>
2023-01-04 06:28:44 +00:00
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
2023-01-04 06:28:44 +00:00
<item>
2023-09-01 10:42:28 +00:00
<widget class="QTableWidget" name="tableWidget">
<property name="maximumSize">
<size>
<width>16777215</width>
<height>9999999</height>
2023-09-01 10:42:28 +00:00
</size>
</property>
</widget>
2023-01-04 06:28:44 +00:00
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QCheckBox" name="cbox_selectAll">
<property name="text">
<string>SelectAll</string>
2023-01-04 06:28:44 +00:00
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="pbtn_enterBurnMode">
<property name="minimumSize">
2023-01-04 06:28:44 +00:00
<size>
<width>190</width>
<height>40</height>
2023-01-04 06:28:44 +00:00
</size>
</property>
<property name="maximumSize">
2023-01-05 07:18:55 +00:00
<size>
<width>190</width>
<height>40</height>
2023-01-05 07:18:55 +00:00
</size>
</property>
<property name="layoutDirection">
<enum>Qt::LeftToRight</enum>
2023-09-01 10:42:28 +00:00
</property>
<property name="text">
<string>Entering burning mode</string>
2023-01-04 06:28:44 +00:00
</property>
</widget>
2023-09-01 10:42:28 +00:00
</item>
<item>
<spacer name="horizontalSpacer">
2023-01-04 06:28:44 +00:00
<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>
</layout>
</widget>
<resources/>
<connections/>
</ui>