main3.ui 17 KB

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