1231.ui 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657
  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>1687</width>
  10. <height>846</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Form</string>
  15. </property>
  16. <layout class="QGridLayout" name="gridLayout" columnstretch="0,40,0,0">
  17. <item row="0" column="3">
  18. <layout class="QHBoxLayout" name="horizontalLayout" stretch="1,0,0,0">
  19. <item>
  20. <widget class="QDateEdit" name="dateEdit">
  21. <property name="minimumSize">
  22. <size>
  23. <width>130</width>
  24. <height>0</height>
  25. </size>
  26. </property>
  27. <property name="font">
  28. <font>
  29. <family>黑体</family>
  30. </font>
  31. </property>
  32. </widget>
  33. </item>
  34. <item>
  35. <widget class="QPushButton" name="pushButton">
  36. <property name="font">
  37. <font>
  38. <family>黑体</family>
  39. </font>
  40. </property>
  41. <property name="text">
  42. <string>选择</string>
  43. </property>
  44. </widget>
  45. </item>
  46. <item>
  47. <widget class="QRadioButton" name="radioButtonDay">
  48. <property name="font">
  49. <font>
  50. <family>黑体</family>
  51. </font>
  52. </property>
  53. <property name="text">
  54. <string>白</string>
  55. </property>
  56. </widget>
  57. </item>
  58. <item>
  59. <widget class="QRadioButton" name="radioButtonNight">
  60. <property name="font">
  61. <font>
  62. <family>黑体</family>
  63. </font>
  64. </property>
  65. <property name="text">
  66. <string>夜</string>
  67. </property>
  68. </widget>
  69. </item>
  70. </layout>
  71. </item>
  72. <item row="2" column="1">
  73. <layout class="QVBoxLayout" name="verticalLayout" stretch="0">
  74. <property name="sizeConstraint">
  75. <enum>QLayout::SetDefaultConstraint</enum>
  76. </property>
  77. <item>
  78. <widget class="QTableWidget" name="tableWidgetFlight">
  79. <property name="sizePolicy">
  80. <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
  81. <horstretch>0</horstretch>
  82. <verstretch>0</verstretch>
  83. </sizepolicy>
  84. </property>
  85. <property name="mouseTracking">
  86. <bool>true</bool>
  87. </property>
  88. <property name="tabletTracking">
  89. <bool>true</bool>
  90. </property>
  91. <property name="acceptDrops">
  92. <bool>true</bool>
  93. </property>
  94. <property name="dragDropMode">
  95. <enum>QAbstractItemView::DropOnly</enum>
  96. </property>
  97. <property name="defaultDropAction">
  98. <enum>Qt::CopyAction</enum>
  99. </property>
  100. </widget>
  101. </item>
  102. </layout>
  103. </item>
  104. <item row="0" column="1">
  105. <layout class="QHBoxLayout" name="horizontalLayout_5">
  106. <property name="sizeConstraint">
  107. <enum>QLayout::SetDefaultConstraint</enum>
  108. </property>
  109. <property name="topMargin">
  110. <number>10</number>
  111. </property>
  112. <item>
  113. <widget class="QLabel" name="label">
  114. <property name="maximumSize">
  115. <size>
  116. <width>150</width>
  117. <height>19</height>
  118. </size>
  119. </property>
  120. <property name="font">
  121. <font>
  122. <family>黑体</family>
  123. </font>
  124. </property>
  125. <property name="text">
  126. <string>航班信息</string>
  127. </property>
  128. </widget>
  129. </item>
  130. <item>
  131. <widget class="QLabel" name="label_5">
  132. <property name="maximumSize">
  133. <size>
  134. <width>180</width>
  135. <height>16777215</height>
  136. </size>
  137. </property>
  138. <property name="font">
  139. <font>
  140. <family>黑体</family>
  141. </font>
  142. </property>
  143. <property name="cursor">
  144. <cursorShape>UpArrowCursor</cursorShape>
  145. </property>
  146. <property name="layoutDirection">
  147. <enum>Qt::LeftToRight</enum>
  148. </property>
  149. <property name="text">
  150. <string>查询关键词:</string>
  151. </property>
  152. <property name="alignment">
  153. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  154. </property>
  155. </widget>
  156. </item>
  157. <item>
  158. <widget class="QLineEdit" name="lineEdit_flight">
  159. <property name="maximumSize">
  160. <size>
  161. <width>100</width>
  162. <height>19</height>
  163. </size>
  164. </property>
  165. <property name="font">
  166. <font>
  167. <family>黑体</family>
  168. </font>
  169. </property>
  170. <property name="cursor">
  171. <cursorShape>IBeamCursor</cursorShape>
  172. </property>
  173. </widget>
  174. </item>
  175. <item>
  176. <widget class="QPushButton" name="pushbutton_searchflight">
  177. <property name="maximumSize">
  178. <size>
  179. <width>65</width>
  180. <height>20</height>
  181. </size>
  182. </property>
  183. <property name="font">
  184. <font>
  185. <family>黑体</family>
  186. </font>
  187. </property>
  188. <property name="text">
  189. <string>查询</string>
  190. </property>
  191. <property name="checkable">
  192. <bool>false</bool>
  193. </property>
  194. </widget>
  195. </item>
  196. <item>
  197. <widget class="QCheckBox" name="checkBox_3">
  198. <property name="font">
  199. <font>
  200. <family>黑体</family>
  201. </font>
  202. </property>
  203. <property name="layoutDirection">
  204. <enum>Qt::RightToLeft</enum>
  205. </property>
  206. <property name="text">
  207. <string>进港监控模式</string>
  208. </property>
  209. </widget>
  210. </item>
  211. <item>
  212. <widget class="QCheckBox" name="checkBox">
  213. <property name="maximumSize">
  214. <size>
  215. <width>120</width>
  216. <height>19</height>
  217. </size>
  218. </property>
  219. <property name="font">
  220. <font>
  221. <family>黑体</family>
  222. </font>
  223. </property>
  224. <property name="layoutDirection">
  225. <enum>Qt::RightToLeft</enum>
  226. </property>
  227. <property name="text">
  228. <string>短停勤务分离显示</string>
  229. </property>
  230. <property name="autoRepeatDelay">
  231. <number>300</number>
  232. </property>
  233. </widget>
  234. </item>
  235. <item>
  236. <widget class="QCheckBox" name="checkBox_2">
  237. <property name="sizePolicy">
  238. <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
  239. <horstretch>7</horstretch>
  240. <verstretch>0</verstretch>
  241. </sizepolicy>
  242. </property>
  243. <property name="maximumSize">
  244. <size>
  245. <width>120</width>
  246. <height>16777215</height>
  247. </size>
  248. </property>
  249. <property name="sizeIncrement">
  250. <size>
  251. <width>0</width>
  252. <height>0</height>
  253. </size>
  254. </property>
  255. <property name="font">
  256. <font>
  257. <family>黑体</family>
  258. </font>
  259. </property>
  260. <property name="layoutDirection">
  261. <enum>Qt::RightToLeft</enum>
  262. </property>
  263. <property name="text">
  264. <string>隐藏保障结束航班</string>
  265. </property>
  266. </widget>
  267. </item>
  268. </layout>
  269. </item>
  270. <item row="0" column="2">
  271. <layout class="QHBoxLayout" name="horizontalLayout_2" stretch="1,4,0,0">
  272. <property name="spacing">
  273. <number>5</number>
  274. </property>
  275. <item>
  276. <widget class="QLabel" name="label_6">
  277. <property name="font">
  278. <font>
  279. <family>黑体</family>
  280. </font>
  281. </property>
  282. <property name="text">
  283. <string>当前用户:</string>
  284. </property>
  285. </widget>
  286. </item>
  287. <item>
  288. <widget class="QLabel" name="label_username">
  289. <property name="minimumSize">
  290. <size>
  291. <width>8</width>
  292. <height>0</height>
  293. </size>
  294. </property>
  295. <property name="maximumSize">
  296. <size>
  297. <width>100</width>
  298. <height>16777215</height>
  299. </size>
  300. </property>
  301. <property name="font">
  302. <font>
  303. <family>黑体</family>
  304. </font>
  305. </property>
  306. <property name="text">
  307. <string>无</string>
  308. </property>
  309. </widget>
  310. </item>
  311. <item>
  312. <widget class="QLabel" name="label_10">
  313. <property name="minimumSize">
  314. <size>
  315. <width>55</width>
  316. <height>0</height>
  317. </size>
  318. </property>
  319. <property name="font">
  320. <font>
  321. <family>黑体</family>
  322. </font>
  323. </property>
  324. <property name="text">
  325. <string>服务器状态:</string>
  326. </property>
  327. </widget>
  328. </item>
  329. <item>
  330. <widget class="QLabel" name="label_11">
  331. <property name="minimumSize">
  332. <size>
  333. <width>45</width>
  334. <height>0</height>
  335. </size>
  336. </property>
  337. <property name="font">
  338. <font>
  339. <family>黑体</family>
  340. </font>
  341. </property>
  342. <property name="text">
  343. <string>无</string>
  344. </property>
  345. </widget>
  346. </item>
  347. </layout>
  348. </item>
  349. <item row="2" column="2">
  350. <layout class="QVBoxLayout" name="verticalLayout_2">
  351. <property name="spacing">
  352. <number>0</number>
  353. </property>
  354. <item>
  355. <layout class="QHBoxLayout" name="horizontalLayout_3" stretch="4,0,0,0">
  356. <item>
  357. <widget class="QLabel" name="label_2">
  358. <property name="font">
  359. <font>
  360. <family>黑体</family>
  361. </font>
  362. </property>
  363. <property name="text">
  364. <string>人员信息</string>
  365. </property>
  366. </widget>
  367. </item>
  368. <item>
  369. <widget class="QLabel" name="label_7">
  370. <property name="font">
  371. <font>
  372. <family>黑体</family>
  373. </font>
  374. </property>
  375. <property name="text">
  376. <string>关键词:</string>
  377. </property>
  378. </widget>
  379. </item>
  380. <item>
  381. <widget class="QLineEdit" name="lineEdit_people">
  382. <property name="maximumSize">
  383. <size>
  384. <width>70</width>
  385. <height>16777215</height>
  386. </size>
  387. </property>
  388. <property name="font">
  389. <font>
  390. <family>黑体</family>
  391. </font>
  392. </property>
  393. </widget>
  394. </item>
  395. <item>
  396. <widget class="QPushButton" name="pushButton_searchpeople">
  397. <property name="maximumSize">
  398. <size>
  399. <width>40</width>
  400. <height>16777215</height>
  401. </size>
  402. </property>
  403. <property name="font">
  404. <font>
  405. <family>黑体</family>
  406. </font>
  407. </property>
  408. <property name="text">
  409. <string>查询</string>
  410. </property>
  411. </widget>
  412. </item>
  413. </layout>
  414. </item>
  415. <item>
  416. <widget class="QTableWidget" name="tableWidgetPerson">
  417. <property name="mouseTracking">
  418. <bool>true</bool>
  419. </property>
  420. <property name="tabletTracking">
  421. <bool>true</bool>
  422. </property>
  423. <property name="dragEnabled">
  424. <bool>true</bool>
  425. </property>
  426. <property name="dragDropMode">
  427. <enum>QAbstractItemView::DragOnly</enum>
  428. </property>
  429. <property name="defaultDropAction">
  430. <enum>Qt::IgnoreAction</enum>
  431. </property>
  432. </widget>
  433. </item>
  434. </layout>
  435. </item>
  436. <item row="2" column="3">
  437. <layout class="QVBoxLayout" name="verticalLayout_3" stretch="0">
  438. <item>
  439. <layout class="QVBoxLayout" name="verticalLayout_4" stretch="0,10,3">
  440. <item>
  441. <layout class="QHBoxLayout" name="horizontalLayout_4" stretch="4,0,0,0,1">
  442. <property name="sizeConstraint">
  443. <enum>QLayout::SetMaximumSize</enum>
  444. </property>
  445. <item>
  446. <widget class="QLabel" name="label_3">
  447. <property name="font">
  448. <font>
  449. <family>黑体</family>
  450. </font>
  451. </property>
  452. <property name="text">
  453. <string>航班变化</string>
  454. </property>
  455. </widget>
  456. </item>
  457. <item>
  458. <widget class="QLabel" name="label_8">
  459. <property name="maximumSize">
  460. <size>
  461. <width>40</width>
  462. <height>16777215</height>
  463. </size>
  464. </property>
  465. <property name="font">
  466. <font>
  467. <family>黑体</family>
  468. </font>
  469. </property>
  470. <property name="text">
  471. <string>关键词:</string>
  472. </property>
  473. </widget>
  474. </item>
  475. <item>
  476. <widget class="QLineEdit" name="lineEdit_change">
  477. <property name="maximumSize">
  478. <size>
  479. <width>70</width>
  480. <height>16777215</height>
  481. </size>
  482. </property>
  483. <property name="font">
  484. <font>
  485. <family>黑体</family>
  486. </font>
  487. </property>
  488. </widget>
  489. </item>
  490. <item>
  491. <widget class="QPushButton" name="pushButton_searchchange">
  492. <property name="maximumSize">
  493. <size>
  494. <width>40</width>
  495. <height>16777215</height>
  496. </size>
  497. </property>
  498. <property name="font">
  499. <font>
  500. <family>黑体</family>
  501. </font>
  502. </property>
  503. <property name="text">
  504. <string>查询</string>
  505. </property>
  506. </widget>
  507. </item>
  508. <item>
  509. <widget class="QPushButton" name="pushButtonAddPG">
  510. <property name="maximumSize">
  511. <size>
  512. <width>55</width>
  513. <height>16777215</height>
  514. </size>
  515. </property>
  516. <property name="font">
  517. <font>
  518. <family>黑体</family>
  519. </font>
  520. </property>
  521. <property name="text">
  522. <string>添加待办</string>
  523. </property>
  524. </widget>
  525. </item>
  526. </layout>
  527. </item>
  528. <item>
  529. <widget class="QTableWidget" name="tableWidget">
  530. <property name="enabled">
  531. <bool>true</bool>
  532. </property>
  533. <property name="maximumSize">
  534. <size>
  535. <width>16777215</width>
  536. <height>16777215</height>
  537. </size>
  538. </property>
  539. <property name="mouseTracking">
  540. <bool>true</bool>
  541. </property>
  542. </widget>
  543. </item>
  544. <item>
  545. <layout class="QVBoxLayout" name="verticalLayout_5" stretch="0,0">
  546. <property name="sizeConstraint">
  547. <enum>QLayout::SetDefaultConstraint</enum>
  548. </property>
  549. <item>
  550. <layout class="QHBoxLayout" name="horizontalLayout_6">
  551. <property name="sizeConstraint">
  552. <enum>QLayout::SetDefaultConstraint</enum>
  553. </property>
  554. <item>
  555. <widget class="QLabel" name="label_4">
  556. <property name="minimumSize">
  557. <size>
  558. <width>0</width>
  559. <height>19</height>
  560. </size>
  561. </property>
  562. <property name="maximumSize">
  563. <size>
  564. <width>16777215</width>
  565. <height>19</height>
  566. </size>
  567. </property>
  568. <property name="font">
  569. <font>
  570. <family>黑体</family>
  571. </font>
  572. </property>
  573. <property name="text">
  574. <string>日志信息</string>
  575. </property>
  576. </widget>
  577. </item>
  578. <item>
  579. <widget class="QLabel" name="label_9">
  580. <property name="maximumSize">
  581. <size>
  582. <width>40</width>
  583. <height>50</height>
  584. </size>
  585. </property>
  586. <property name="font">
  587. <font>
  588. <family>黑体</family>
  589. </font>
  590. </property>
  591. <property name="text">
  592. <string>关键词:</string>
  593. </property>
  594. </widget>
  595. </item>
  596. <item>
  597. <widget class="QLineEdit" name="lineEdit_log">
  598. <property name="maximumSize">
  599. <size>
  600. <width>70</width>
  601. <height>16777215</height>
  602. </size>
  603. </property>
  604. <property name="font">
  605. <font>
  606. <family>黑体</family>
  607. </font>
  608. </property>
  609. </widget>
  610. </item>
  611. <item>
  612. <widget class="QPushButton" name="pushButton_searchlog">
  613. <property name="maximumSize">
  614. <size>
  615. <width>50</width>
  616. <height>16777215</height>
  617. </size>
  618. </property>
  619. <property name="font">
  620. <font>
  621. <family>黑体</family>
  622. </font>
  623. </property>
  624. <property name="text">
  625. <string>查询</string>
  626. </property>
  627. </widget>
  628. </item>
  629. </layout>
  630. </item>
  631. <item>
  632. <widget class="QTableWidget" name="tableWidgetLOG">
  633. <property name="maximumSize">
  634. <size>
  635. <width>16777215</width>
  636. <height>16777215</height>
  637. </size>
  638. </property>
  639. <property name="cursor" stdset="0">
  640. <cursorShape>ArrowCursor</cursorShape>
  641. </property>
  642. <property name="mouseTracking">
  643. <bool>true</bool>
  644. </property>
  645. </widget>
  646. </item>
  647. </layout>
  648. </item>
  649. </layout>
  650. </item>
  651. </layout>
  652. </item>
  653. </layout>
  654. </widget>
  655. <resources/>
  656. <connections/>
  657. </ui>