addFlight2.ui 6.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>FormAdduser</class>
  4. <widget class="QWidget" name="FormAdduser">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>199</width>
  10. <height>317</height>
  11. </rect>
  12. </property>
  13. <property name="maximumSize">
  14. <size>
  15. <width>199</width>
  16. <height>317</height>
  17. </size>
  18. </property>
  19. <property name="windowTitle">
  20. <string>Form</string>
  21. </property>
  22. <layout class="QGridLayout" name="gridLayout">
  23. <item row="0" column="0">
  24. <layout class="QVBoxLayout" name="verticalLayout">
  25. <item>
  26. <layout class="QHBoxLayout" name="horizontalLayout_6">
  27. <item>
  28. <widget class="QLabel" name="label_10">
  29. <property name="styleSheet">
  30. <string notr="true">color: rgb(255, 0, 0);
  31. font: 9pt &quot;黑体&quot;;</string>
  32. </property>
  33. <property name="text">
  34. <string>注意:人工添加请确认航班信息准确性,人工添加航班无法进行派工操作!无法自动获取航班状态!</string>
  35. </property>
  36. <property name="textFormat">
  37. <enum>Qt::RichText</enum>
  38. </property>
  39. <property name="scaledContents">
  40. <bool>false</bool>
  41. </property>
  42. <property name="alignment">
  43. <set>Qt::AlignCenter</set>
  44. </property>
  45. <property name="wordWrap">
  46. <bool>true</bool>
  47. </property>
  48. </widget>
  49. </item>
  50. </layout>
  51. </item>
  52. <item>
  53. <layout class="QHBoxLayout" name="horizontalLayout">
  54. <item>
  55. <widget class="QLabel" name="label_3">
  56. <property name="maximumSize">
  57. <size>
  58. <width>50</width>
  59. <height>16777215</height>
  60. </size>
  61. </property>
  62. <property name="text">
  63. <string>航班类型</string>
  64. </property>
  65. </widget>
  66. </item>
  67. <item>
  68. <widget class="QComboBox" name="comboBox">
  69. <property name="maximumSize">
  70. <size>
  71. <width>150</width>
  72. <height>16777215</height>
  73. </size>
  74. </property>
  75. </widget>
  76. </item>
  77. </layout>
  78. </item>
  79. <item>
  80. <layout class="QHBoxLayout" name="horizontalLayout_2">
  81. <item>
  82. <widget class="QLabel" name="label_2">
  83. <property name="maximumSize">
  84. <size>
  85. <width>80</width>
  86. <height>16777215</height>
  87. </size>
  88. </property>
  89. <property name="text">
  90. <string>机 号</string>
  91. </property>
  92. </widget>
  93. </item>
  94. <item>
  95. <widget class="QLineEdit" name="lineEditPWD">
  96. <property name="maximumSize">
  97. <size>
  98. <width>150</width>
  99. <height>16777215</height>
  100. </size>
  101. </property>
  102. </widget>
  103. </item>
  104. </layout>
  105. </item>
  106. <item>
  107. <layout class="QHBoxLayout" name="horizontalLayout_3" stretch="0,0">
  108. <item>
  109. <widget class="QLabel" name="label">
  110. <property name="text">
  111. <string>发 动 机</string>
  112. </property>
  113. </widget>
  114. </item>
  115. <item>
  116. <widget class="QLineEdit" name="lineEditUser"/>
  117. </item>
  118. </layout>
  119. </item>
  120. <item>
  121. <layout class="QHBoxLayout" name="horizontalLayout_4">
  122. <item>
  123. <widget class="QLabel" name="label_4">
  124. <property name="text">
  125. <string>机 型</string>
  126. </property>
  127. </widget>
  128. </item>
  129. <item>
  130. <widget class="QLineEdit" name="lineEditPeople"/>
  131. </item>
  132. </layout>
  133. </item>
  134. <item>
  135. <layout class="QHBoxLayout" name="horizontalLayout_5">
  136. <item>
  137. <widget class="QLabel" name="label_5">
  138. <property name="text">
  139. <string>航 班 号</string>
  140. </property>
  141. </widget>
  142. </item>
  143. <item>
  144. <widget class="QLineEdit" name="lineEdit"/>
  145. </item>
  146. </layout>
  147. </item>
  148. <item>
  149. <layout class="QHBoxLayout" name="horizontalLayout_7">
  150. <item>
  151. <widget class="QLabel" name="label_6">
  152. <property name="maximumSize">
  153. <size>
  154. <width>45</width>
  155. <height>16777215</height>
  156. </size>
  157. </property>
  158. <property name="text">
  159. <string>航班日期</string>
  160. </property>
  161. </widget>
  162. </item>
  163. <item>
  164. <widget class="QDateEdit" name="dateEdit">
  165. <property name="displayFormat">
  166. <string>yyyy-MM-dd</string>
  167. </property>
  168. </widget>
  169. </item>
  170. </layout>
  171. </item>
  172. <item>
  173. <layout class="QHBoxLayout" name="horizontalLayout_8">
  174. <item>
  175. <widget class="QLabel" name="label_7">
  176. <property name="text">
  177. <string>机 位</string>
  178. </property>
  179. </widget>
  180. </item>
  181. <item>
  182. <widget class="QLineEdit" name="lineEdit_2"/>
  183. </item>
  184. </layout>
  185. </item>
  186. <item>
  187. <layout class="QHBoxLayout" name="horizontalLayout_10">
  188. <item>
  189. <widget class="QLabel" name="label_8">
  190. <property name="enabled">
  191. <bool>true</bool>
  192. </property>
  193. <property name="maximumSize">
  194. <size>
  195. <width>45</width>
  196. <height>16777215</height>
  197. </size>
  198. </property>
  199. <property name="text">
  200. <string>预计到达</string>
  201. </property>
  202. </widget>
  203. </item>
  204. <item>
  205. <widget class="QDateTimeEdit" name="dateTimeEdit">
  206. <property name="displayFormat">
  207. <string>yyyy-M-d HH:mm:ss</string>
  208. </property>
  209. </widget>
  210. </item>
  211. </layout>
  212. </item>
  213. <item>
  214. <layout class="QHBoxLayout" name="horizontalLayout_9">
  215. <item>
  216. <widget class="QLabel" name="label_9">
  217. <property name="maximumSize">
  218. <size>
  219. <width>45</width>
  220. <height>16777215</height>
  221. </size>
  222. </property>
  223. <property name="text">
  224. <string>预计起飞</string>
  225. </property>
  226. </widget>
  227. </item>
  228. <item>
  229. <widget class="QDateTimeEdit" name="dateTimeEdit_2">
  230. <property name="displayFormat">
  231. <string>yyyy-M-d HH:mm:ss</string>
  232. </property>
  233. </widget>
  234. </item>
  235. </layout>
  236. </item>
  237. </layout>
  238. </item>
  239. <item row="1" column="0">
  240. <widget class="QPushButton" name="pushButton">
  241. <property name="text">
  242. <string>提交</string>
  243. </property>
  244. </widget>
  245. </item>
  246. </layout>
  247. </widget>
  248. <resources/>
  249. <connections/>
  250. </ui>