searchpeople_get.ui 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  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>272</width>
  10. <height>235</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="2" column="1">
  18. <layout class="QVBoxLayout" name="verticalLayout" stretch="0">
  19. <property name="sizeConstraint">
  20. <enum>QLayout::SetDefaultConstraint</enum>
  21. </property>
  22. <item>
  23. <widget class="QTableWidget" name="tableWidgetFlight">
  24. <property name="sizePolicy">
  25. <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
  26. <horstretch>0</horstretch>
  27. <verstretch>0</verstretch>
  28. </sizepolicy>
  29. </property>
  30. <property name="mouseTracking">
  31. <bool>true</bool>
  32. </property>
  33. <property name="tabletTracking">
  34. <bool>true</bool>
  35. </property>
  36. <property name="acceptDrops">
  37. <bool>true</bool>
  38. </property>
  39. <property name="dragDropMode">
  40. <enum>QAbstractItemView::DropOnly</enum>
  41. </property>
  42. <property name="defaultDropAction">
  43. <enum>Qt::CopyAction</enum>
  44. </property>
  45. </widget>
  46. </item>
  47. </layout>
  48. </item>
  49. <item row="0" column="1" rowspan="2">
  50. <layout class="QHBoxLayout" name="horizontalLayout_5">
  51. <property name="sizeConstraint">
  52. <enum>QLayout::SetDefaultConstraint</enum>
  53. </property>
  54. <property name="topMargin">
  55. <number>10</number>
  56. </property>
  57. <item>
  58. <widget class="QPushButton" name="pushButton">
  59. <property name="text">
  60. <string>提交</string>
  61. </property>
  62. </widget>
  63. </item>
  64. <item>
  65. <widget class="QLabel" name="label_5">
  66. <property name="maximumSize">
  67. <size>
  68. <width>180</width>
  69. <height>16777215</height>
  70. </size>
  71. </property>
  72. <property name="font">
  73. <font>
  74. <family>黑体</family>
  75. </font>
  76. </property>
  77. <property name="cursor">
  78. <cursorShape>UpArrowCursor</cursorShape>
  79. </property>
  80. <property name="layoutDirection">
  81. <enum>Qt::LeftToRight</enum>
  82. </property>
  83. <property name="text">
  84. <string>查询日期:</string>
  85. </property>
  86. <property name="alignment">
  87. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  88. </property>
  89. </widget>
  90. </item>
  91. <item>
  92. <widget class="QLabel" name="label_2">
  93. <property name="enabled">
  94. <bool>true</bool>
  95. </property>
  96. <property name="maximumSize">
  97. <size>
  98. <width>50</width>
  99. <height>16777215</height>
  100. </size>
  101. </property>
  102. <property name="text">
  103. <string>TextLabel</string>
  104. </property>
  105. </widget>
  106. </item>
  107. </layout>
  108. </item>
  109. </layout>
  110. </widget>
  111. <resources/>
  112. <connections/>
  113. </ui>