checkLogs2.ui 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172
  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>1295</width>
  10. <height>794</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="QLabel" name="label">
  59. <property name="maximumSize">
  60. <size>
  61. <width>50</width>
  62. <height>19</height>
  63. </size>
  64. </property>
  65. <property name="font">
  66. <font>
  67. <family>黑体</family>
  68. </font>
  69. </property>
  70. <property name="layoutDirection">
  71. <enum>Qt::LeftToRight</enum>
  72. </property>
  73. <property name="text">
  74. <string>开始日期:</string>
  75. </property>
  76. </widget>
  77. </item>
  78. <item>
  79. <widget class="QDateTimeEdit" name="dateTimeEdit">
  80. <property name="maximumSize">
  81. <size>
  82. <width>120</width>
  83. <height>16777215</height>
  84. </size>
  85. </property>
  86. <property name="displayFormat">
  87. <string>yyyy-M-d HH:mm:ss</string>
  88. </property>
  89. <property name="calendarPopup">
  90. <bool>true</bool>
  91. </property>
  92. </widget>
  93. </item>
  94. <item>
  95. <widget class="QLabel" name="label_3">
  96. <property name="maximumSize">
  97. <size>
  98. <width>50</width>
  99. <height>16777215</height>
  100. </size>
  101. </property>
  102. <property name="text">
  103. <string>结束日期:</string>
  104. </property>
  105. </widget>
  106. </item>
  107. <item>
  108. <widget class="QDateTimeEdit" name="dateTimeEdit_2">
  109. <property name="maximumSize">
  110. <size>
  111. <width>120</width>
  112. <height>16777215</height>
  113. </size>
  114. </property>
  115. <property name="displayFormat">
  116. <string>yyyy-M-d HH:mm:ss</string>
  117. </property>
  118. <property name="calendarPopup">
  119. <bool>true</bool>
  120. </property>
  121. </widget>
  122. </item>
  123. <item>
  124. <widget class="QLabel" name="label_4">
  125. <property name="maximumSize">
  126. <size>
  127. <width>45</width>
  128. <height>16777215</height>
  129. </size>
  130. </property>
  131. <property name="text">
  132. <string>搜索框:</string>
  133. </property>
  134. </widget>
  135. </item>
  136. <item>
  137. <widget class="QLineEdit" name="lineEdit">
  138. <property name="maximumSize">
  139. <size>
  140. <width>150</width>
  141. <height>16777215</height>
  142. </size>
  143. </property>
  144. </widget>
  145. </item>
  146. <item>
  147. <widget class="QPushButton" name="pushButton">
  148. <property name="maximumSize">
  149. <size>
  150. <width>50</width>
  151. <height>16777215</height>
  152. </size>
  153. </property>
  154. <property name="text">
  155. <string>搜索</string>
  156. </property>
  157. </widget>
  158. </item>
  159. <item>
  160. <widget class="QLabel" name="label_2">
  161. <property name="text">
  162. <string/>
  163. </property>
  164. </widget>
  165. </item>
  166. </layout>
  167. </item>
  168. </layout>
  169. </widget>
  170. <resources/>
  171. <connections/>
  172. </ui>