handoverFlight.ui 2.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>Form</class>
  4. <widget class="QWidget" name="Form">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>738</width>
  10. <height>532</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Form</string>
  15. </property>
  16. <layout class="QGridLayout" name="gridLayout" columnstretch="0,0">
  17. <item row="0" column="1" rowspan="2">
  18. <layout class="QHBoxLayout" name="horizontalLayout_5">
  19. <property name="sizeConstraint">
  20. <enum>QLayout::SetDefaultConstraint</enum>
  21. </property>
  22. <property name="topMargin">
  23. <number>10</number>
  24. </property>
  25. <item>
  26. <widget class="QPushButton" name="pushButton">
  27. <property name="text">
  28. <string>提交</string>
  29. </property>
  30. </widget>
  31. </item>
  32. </layout>
  33. </item>
  34. <item row="2" column="1">
  35. <layout class="QVBoxLayout" name="verticalLayout" stretch="0,0">
  36. <property name="sizeConstraint">
  37. <enum>QLayout::SetDefaultConstraint</enum>
  38. </property>
  39. <item alignment="Qt::AlignHCenter">
  40. <widget class="QLabel" name="label_2">
  41. <property name="enabled">
  42. <bool>true</bool>
  43. </property>
  44. <property name="sizePolicy">
  45. <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
  46. <horstretch>0</horstretch>
  47. <verstretch>0</verstretch>
  48. </sizepolicy>
  49. </property>
  50. <property name="maximumSize">
  51. <size>
  52. <width>16777215</width>
  53. <height>16777215</height>
  54. </size>
  55. </property>
  56. <property name="font">
  57. <font>
  58. <pointsize>14</pointsize>
  59. <underline>true</underline>
  60. </font>
  61. </property>
  62. <property name="text">
  63. <string>TextLabela's'da's'da's'da's'da's</string>
  64. </property>
  65. </widget>
  66. </item>
  67. <item>
  68. <widget class="QTableWidget" name="tableWidgetFlight">
  69. <property name="sizePolicy">
  70. <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
  71. <horstretch>0</horstretch>
  72. <verstretch>0</verstretch>
  73. </sizepolicy>
  74. </property>
  75. <property name="mouseTracking">
  76. <bool>true</bool>
  77. </property>
  78. <property name="tabletTracking">
  79. <bool>true</bool>
  80. </property>
  81. <property name="acceptDrops">
  82. <bool>true</bool>
  83. </property>
  84. <property name="dragDropMode">
  85. <enum>QAbstractItemView::DropOnly</enum>
  86. </property>
  87. <property name="defaultDropAction">
  88. <enum>Qt::CopyAction</enum>
  89. </property>
  90. </widget>
  91. </item>
  92. </layout>
  93. </item>
  94. </layout>
  95. </widget>
  96. <resources/>
  97. <connections/>
  98. </ui>