containerpool.ui 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  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>734</width>
  10. <height>331</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Form</string>
  15. </property>
  16. <layout class="QVBoxLayout" name="verticalLayout">
  17. <item>
  18. <layout class="QHBoxLayout" name="horizontalLayout">
  19. <item>
  20. <widget class="QLabel" name="label_containerType">
  21. <property name="text">
  22. <string>容器类型:</string>
  23. </property>
  24. </widget>
  25. </item>
  26. <item>
  27. <widget class="QComboBox" name="comboBox_container"/>
  28. </item>
  29. <item>
  30. <spacer name="horizontalSpacer">
  31. <property name="orientation">
  32. <enum>Qt::Horizontal</enum>
  33. </property>
  34. <property name="sizeHint" stdset="0">
  35. <size>
  36. <width>40</width>
  37. <height>20</height>
  38. </size>
  39. </property>
  40. </spacer>
  41. </item>
  42. </layout>
  43. </item>
  44. <item>
  45. <widget class="QTableWidget" name="tableWidget_containerPool">
  46. <property name="rowCount">
  47. <number>2</number>
  48. </property>
  49. <property name="columnCount">
  50. <number>7</number>
  51. </property>
  52. <row/>
  53. <row/>
  54. <column/>
  55. <column/>
  56. <column/>
  57. <column/>
  58. <column/>
  59. <column/>
  60. <column/>
  61. </widget>
  62. </item>
  63. </layout>
  64. </widget>
  65. <resources/>
  66. <connections/>
  67. </ui>