1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>ContainerPool</class>
- <widget class="QWidget" name="ContainerPool">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>818</width>
- <height>451</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>Form</string>
- </property>
- <widget class="QTableWidget" name="tableWidget_containerPool">
- <property name="geometry">
- <rect>
- <x>12</x>
- <y>54</y>
- <width>256</width>
- <height>192</height>
- </rect>
- </property>
- <property name="rowCount">
- <number>2</number>
- </property>
- <property name="columnCount">
- <number>7</number>
- </property>
- <row/>
- <row/>
- <column/>
- <column/>
- <column/>
- <column/>
- <column/>
- <column/>
- <column/>
- </widget>
- <widget class="QWidget" name="">
- <layout class="QHBoxLayout" name="horizontalLayout">
- <item>
- <widget class="QLabel" name="label_containerType">
- <property name="text">
- <string>容器类型:</string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QComboBox" name="comboBox_container"/>
- </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>
- </widget>
- </widget>
- <resources/>
- <connections/>
- </ui>
|