code_production/app/HGProductionTool/form_burnmode.ui

78 lines
1.8 KiB
XML

<?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>
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QTableWidget" name="tableWidget">
<property name="maximumSize">
<size>
<width>16777215</width>
<height>9999999</height>
</size>
</property>
</widget>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QCheckBox" name="cbox_selectAll">
<property name="text">
<string>SelectAll</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="pbtn_enterBurnMode">
<property name="minimumSize">
<size>
<width>190</width>
<height>40</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>190</width>
<height>40</height>
</size>
</property>
<property name="layoutDirection">
<enum>Qt::LeftToRight</enum>
</property>
<property name="text">
<string>Entering burning mode</string>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer">
<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>