main2.ui 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654
  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>0</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. <item>
  352. <layout class="QHBoxLayout" name="horizontalLayout_3" stretch="4,0,0,0">
  353. <item>
  354. <widget class="QLabel" name="label_2">
  355. <property name="font">
  356. <font>
  357. <family>黑体</family>
  358. </font>
  359. </property>
  360. <property name="text">
  361. <string>人员信息</string>
  362. </property>
  363. </widget>
  364. </item>
  365. <item>
  366. <widget class="QLabel" name="label_7">
  367. <property name="font">
  368. <font>
  369. <family>黑体</family>
  370. </font>
  371. </property>
  372. <property name="text">
  373. <string>关键词:</string>
  374. </property>
  375. </widget>
  376. </item>
  377. <item>
  378. <widget class="QLineEdit" name="lineEdit_people">
  379. <property name="maximumSize">
  380. <size>
  381. <width>70</width>
  382. <height>16777215</height>
  383. </size>
  384. </property>
  385. <property name="font">
  386. <font>
  387. <family>黑体</family>
  388. </font>
  389. </property>
  390. </widget>
  391. </item>
  392. <item>
  393. <widget class="QPushButton" name="pushButton_searchpeople">
  394. <property name="maximumSize">
  395. <size>
  396. <width>40</width>
  397. <height>16777215</height>
  398. </size>
  399. </property>
  400. <property name="font">
  401. <font>
  402. <family>黑体</family>
  403. </font>
  404. </property>
  405. <property name="text">
  406. <string>查询</string>
  407. </property>
  408. </widget>
  409. </item>
  410. </layout>
  411. </item>
  412. <item>
  413. <widget class="QTableWidget" name="tableWidgetPerson">
  414. <property name="mouseTracking">
  415. <bool>true</bool>
  416. </property>
  417. <property name="tabletTracking">
  418. <bool>true</bool>
  419. </property>
  420. <property name="dragEnabled">
  421. <bool>true</bool>
  422. </property>
  423. <property name="dragDropMode">
  424. <enum>QAbstractItemView::DragOnly</enum>
  425. </property>
  426. <property name="defaultDropAction">
  427. <enum>Qt::IgnoreAction</enum>
  428. </property>
  429. </widget>
  430. </item>
  431. </layout>
  432. </item>
  433. <item row="2" column="3">
  434. <layout class="QVBoxLayout" name="verticalLayout_3" stretch="0">
  435. <item>
  436. <layout class="QVBoxLayout" name="verticalLayout_4" stretch="0,10,3">
  437. <item>
  438. <layout class="QHBoxLayout" name="horizontalLayout_4" stretch="4,0,0,0,1">
  439. <property name="sizeConstraint">
  440. <enum>QLayout::SetMaximumSize</enum>
  441. </property>
  442. <item>
  443. <widget class="QLabel" name="label_3">
  444. <property name="font">
  445. <font>
  446. <family>黑体</family>
  447. </font>
  448. </property>
  449. <property name="text">
  450. <string>航班变化</string>
  451. </property>
  452. </widget>
  453. </item>
  454. <item>
  455. <widget class="QLabel" name="label_8">
  456. <property name="maximumSize">
  457. <size>
  458. <width>40</width>
  459. <height>16777215</height>
  460. </size>
  461. </property>
  462. <property name="font">
  463. <font>
  464. <family>黑体</family>
  465. </font>
  466. </property>
  467. <property name="text">
  468. <string>关键词:</string>
  469. </property>
  470. </widget>
  471. </item>
  472. <item>
  473. <widget class="QLineEdit" name="lineEdit_change">
  474. <property name="maximumSize">
  475. <size>
  476. <width>70</width>
  477. <height>16777215</height>
  478. </size>
  479. </property>
  480. <property name="font">
  481. <font>
  482. <family>黑体</family>
  483. </font>
  484. </property>
  485. </widget>
  486. </item>
  487. <item>
  488. <widget class="QPushButton" name="pushButton_searchchange">
  489. <property name="maximumSize">
  490. <size>
  491. <width>40</width>
  492. <height>16777215</height>
  493. </size>
  494. </property>
  495. <property name="font">
  496. <font>
  497. <family>黑体</family>
  498. </font>
  499. </property>
  500. <property name="text">
  501. <string>查询</string>
  502. </property>
  503. </widget>
  504. </item>
  505. <item>
  506. <widget class="QPushButton" name="pushButtonAddPG">
  507. <property name="maximumSize">
  508. <size>
  509. <width>55</width>
  510. <height>16777215</height>
  511. </size>
  512. </property>
  513. <property name="font">
  514. <font>
  515. <family>黑体</family>
  516. </font>
  517. </property>
  518. <property name="text">
  519. <string>添加待办</string>
  520. </property>
  521. </widget>
  522. </item>
  523. </layout>
  524. </item>
  525. <item>
  526. <widget class="QTableWidget" name="tableWidget">
  527. <property name="enabled">
  528. <bool>true</bool>
  529. </property>
  530. <property name="maximumSize">
  531. <size>
  532. <width>16777215</width>
  533. <height>16777215</height>
  534. </size>
  535. </property>
  536. <property name="mouseTracking">
  537. <bool>true</bool>
  538. </property>
  539. </widget>
  540. </item>
  541. <item>
  542. <layout class="QVBoxLayout" name="verticalLayout_5" stretch="0,0">
  543. <property name="sizeConstraint">
  544. <enum>QLayout::SetDefaultConstraint</enum>
  545. </property>
  546. <item>
  547. <layout class="QHBoxLayout" name="horizontalLayout_6">
  548. <property name="sizeConstraint">
  549. <enum>QLayout::SetDefaultConstraint</enum>
  550. </property>
  551. <item>
  552. <widget class="QLabel" name="label_4">
  553. <property name="minimumSize">
  554. <size>
  555. <width>0</width>
  556. <height>19</height>
  557. </size>
  558. </property>
  559. <property name="maximumSize">
  560. <size>
  561. <width>16777215</width>
  562. <height>19</height>
  563. </size>
  564. </property>
  565. <property name="font">
  566. <font>
  567. <family>黑体</family>
  568. </font>
  569. </property>
  570. <property name="text">
  571. <string>日志信息</string>
  572. </property>
  573. </widget>
  574. </item>
  575. <item>
  576. <widget class="QLabel" name="label_9">
  577. <property name="maximumSize">
  578. <size>
  579. <width>40</width>
  580. <height>50</height>
  581. </size>
  582. </property>
  583. <property name="font">
  584. <font>
  585. <family>黑体</family>
  586. </font>
  587. </property>
  588. <property name="text">
  589. <string>关键词:</string>
  590. </property>
  591. </widget>
  592. </item>
  593. <item>
  594. <widget class="QLineEdit" name="lineEdit_log">
  595. <property name="maximumSize">
  596. <size>
  597. <width>70</width>
  598. <height>16777215</height>
  599. </size>
  600. </property>
  601. <property name="font">
  602. <font>
  603. <family>黑体</family>
  604. </font>
  605. </property>
  606. </widget>
  607. </item>
  608. <item>
  609. <widget class="QPushButton" name="pushButton_searchlog">
  610. <property name="maximumSize">
  611. <size>
  612. <width>50</width>
  613. <height>16777215</height>
  614. </size>
  615. </property>
  616. <property name="font">
  617. <font>
  618. <family>黑体</family>
  619. </font>
  620. </property>
  621. <property name="text">
  622. <string>查询</string>
  623. </property>
  624. </widget>
  625. </item>
  626. </layout>
  627. </item>
  628. <item>
  629. <widget class="QTableWidget" name="tableWidgetLOG">
  630. <property name="maximumSize">
  631. <size>
  632. <width>16777215</width>
  633. <height>16777215</height>
  634. </size>
  635. </property>
  636. <property name="cursor" stdset="0">
  637. <cursorShape>ArrowCursor</cursorShape>
  638. </property>
  639. <property name="mouseTracking">
  640. <bool>true</bool>
  641. </property>
  642. </widget>
  643. </item>
  644. </layout>
  645. </item>
  646. </layout>
  647. </item>
  648. </layout>
  649. </item>
  650. </layout>
  651. </widget>
  652. <resources/>
  653. <connections/>
  654. </ui>