containerpool.ui 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>ContainerPool</class>
  4. <widget class="QWidget" name="ContainerPool">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>818</width>
  10. <height>451</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Form</string>
  15. </property>
  16. <widget class="QTableWidget" name="tableWidget_containerPool">
  17. <property name="geometry">
  18. <rect>
  19. <x>12</x>
  20. <y>54</y>
  21. <width>256</width>
  22. <height>192</height>
  23. </rect>
  24. </property>
  25. <property name="rowCount">
  26. <number>2</number>
  27. </property>
  28. <property name="columnCount">
  29. <number>7</number>
  30. </property>
  31. <row/>
  32. <row/>
  33. <column/>
  34. <column/>
  35. <column/>
  36. <column/>
  37. <column/>
  38. <column/>
  39. <column/>
  40. </widget>
  41. <widget class="QWidget" name="">
  42. <layout class="QHBoxLayout" name="horizontalLayout">
  43. <item>
  44. <widget class="QLabel" name="label_containerType">
  45. <property name="text">
  46. <string>容器类型:</string>
  47. </property>
  48. </widget>
  49. </item>
  50. <item>
  51. <widget class="QComboBox" name="comboBox_container"/>
  52. </item>
  53. <item>
  54. <spacer name="horizontalSpacer">
  55. <property name="orientation">
  56. <enum>Qt::Horizontal</enum>
  57. </property>
  58. <property name="sizeHint" stdset="0">
  59. <size>
  60. <width>40</width>
  61. <height>20</height>
  62. </size>
  63. </property>
  64. </spacer>
  65. </item>
  66. </layout>
  67. </widget>
  68. </widget>
  69. <resources/>
  70. <connections/>
  71. </ui>