checkLoadSingal.ui 3.4 KB

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