newnewflightdialog.ui 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>NewNewFlightDialog</class>
  4. <widget class="QDialog" name="NewNewFlightDialog">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>1022</width>
  10. <height>262</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Dialog</string>
  15. </property>
  16. <layout class="QGridLayout" name="gridLayout_4">
  17. <item row="0" column="0">
  18. <spacer name="leftSpacer">
  19. <property name="orientation">
  20. <enum>Qt::Horizontal</enum>
  21. </property>
  22. <property name="sizeHint" stdset="0">
  23. <size>
  24. <width>23</width>
  25. <height>203</height>
  26. </size>
  27. </property>
  28. </spacer>
  29. </item>
  30. <item row="0" column="1" colspan="3">
  31. <layout class="QGridLayout" name="gridLayout_3">
  32. <item row="0" column="0">
  33. <layout class="QGridLayout" name="gridLayout">
  34. <item row="0" column="0">
  35. <widget class="QLabel" name="doftLabel">
  36. <property name="text">
  37. <string>Date of flight</string>
  38. </property>
  39. </widget>
  40. </item>
  41. <item row="4" column="3">
  42. <widget class="QLabel" name="flightNumberLabel">
  43. <property name="text">
  44. <string>Flight Number</string>
  45. </property>
  46. <property name="alignment">
  47. <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
  48. </property>
  49. </widget>
  50. </item>
  51. <item row="2" column="3">
  52. <widget class="QLabel" name="sicLabel">
  53. <property name="text">
  54. <string>SIC</string>
  55. </property>
  56. <property name="alignment">
  57. <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
  58. </property>
  59. </widget>
  60. </item>
  61. <item row="4" column="0">
  62. <widget class="QLabel" name="tonbLabel">
  63. <property name="text">
  64. <string>On Blocks</string>
  65. </property>
  66. </widget>
  67. </item>
  68. <item row="0" column="4">
  69. <widget class="QLineEdit" name="acftLineEdit">
  70. <property name="minimumSize">
  71. <size>
  72. <width>160</width>
  73. <height>0</height>
  74. </size>
  75. </property>
  76. <property name="maximumSize">
  77. <size>
  78. <width>120</width>
  79. <height>16777215</height>
  80. </size>
  81. </property>
  82. </widget>
  83. </item>
  84. <item row="0" column="3">
  85. <widget class="QLabel" name="acftLabel">
  86. <property name="text">
  87. <string>Aircraft</string>
  88. </property>
  89. <property name="alignment">
  90. <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
  91. </property>
  92. </widget>
  93. </item>
  94. <item row="1" column="3">
  95. <widget class="QLabel" name="picLabel">
  96. <property name="text">
  97. <string>PIC</string>
  98. </property>
  99. <property name="alignment">
  100. <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
  101. </property>
  102. </widget>
  103. </item>
  104. <item row="5" column="0">
  105. <widget class="QLabel" name="tblkLabel">
  106. <property name="text">
  107. <string>Total Time</string>
  108. </property>
  109. </widget>
  110. </item>
  111. <item row="5" column="3">
  112. <widget class="QLabel" name="remarksLabel">
  113. <property name="text">
  114. <string>Remarks</string>
  115. </property>
  116. <property name="alignment">
  117. <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
  118. </property>
  119. </widget>
  120. </item>
  121. <item row="4" column="4">
  122. <widget class="QLineEdit" name="flightNumberLineEdit">
  123. <property name="minimumSize">
  124. <size>
  125. <width>160</width>
  126. <height>0</height>
  127. </size>
  128. </property>
  129. <property name="maximumSize">
  130. <size>
  131. <width>120</width>
  132. <height>16777215</height>
  133. </size>
  134. </property>
  135. </widget>
  136. </item>
  137. <item row="1" column="0">
  138. <widget class="QLabel" name="deptLabel">
  139. <property name="text">
  140. <string>Departure</string>
  141. </property>
  142. </widget>
  143. </item>
  144. <item row="0" column="1">
  145. <widget class="QLineEdit" name="doftLineEdit">
  146. <property name="minimumSize">
  147. <size>
  148. <width>160</width>
  149. <height>0</height>
  150. </size>
  151. </property>
  152. <property name="maximumSize">
  153. <size>
  154. <width>120</width>
  155. <height>16777215</height>
  156. </size>
  157. </property>
  158. </widget>
  159. </item>
  160. <item row="2" column="0">
  161. <widget class="QLabel" name="destLabel">
  162. <property name="text">
  163. <string>Destination</string>
  164. </property>
  165. </widget>
  166. </item>
  167. <item row="2" column="1">
  168. <widget class="QLineEdit" name="destLocationLineEdit">
  169. <property name="minimumSize">
  170. <size>
  171. <width>160</width>
  172. <height>0</height>
  173. </size>
  174. </property>
  175. <property name="maximumSize">
  176. <size>
  177. <width>120</width>
  178. <height>16777215</height>
  179. </size>
  180. </property>
  181. </widget>
  182. </item>
  183. <item row="0" column="2">
  184. <widget class="QLabel" name="doftDisplayLabel">
  185. <property name="minimumSize">
  186. <size>
  187. <width>200</width>
  188. <height>0</height>
  189. </size>
  190. </property>
  191. <property name="maximumSize">
  192. <size>
  193. <width>200</width>
  194. <height>16777215</height>
  195. </size>
  196. </property>
  197. <property name="text">
  198. <string/>
  199. </property>
  200. </widget>
  201. </item>
  202. <item row="1" column="1">
  203. <widget class="QLineEdit" name="deptLocationLineEdit">
  204. <property name="minimumSize">
  205. <size>
  206. <width>160</width>
  207. <height>0</height>
  208. </size>
  209. </property>
  210. <property name="maximumSize">
  211. <size>
  212. <width>120</width>
  213. <height>16777215</height>
  214. </size>
  215. </property>
  216. </widget>
  217. </item>
  218. <item row="1" column="2">
  219. <widget class="QLabel" name="deptNameLabel">
  220. <property name="enabled">
  221. <bool>false</bool>
  222. </property>
  223. <property name="minimumSize">
  224. <size>
  225. <width>200</width>
  226. <height>0</height>
  227. </size>
  228. </property>
  229. <property name="maximumSize">
  230. <size>
  231. <width>200</width>
  232. <height>16777215</height>
  233. </size>
  234. </property>
  235. <property name="font">
  236. <font>
  237. <italic>true</italic>
  238. </font>
  239. </property>
  240. <property name="text">
  241. <string/>
  242. </property>
  243. </widget>
  244. </item>
  245. <item row="1" column="4">
  246. <widget class="QLineEdit" name="picNameLineEdit">
  247. <property name="minimumSize">
  248. <size>
  249. <width>160</width>
  250. <height>0</height>
  251. </size>
  252. </property>
  253. <property name="maximumSize">
  254. <size>
  255. <width>120</width>
  256. <height>16777215</height>
  257. </size>
  258. </property>
  259. </widget>
  260. </item>
  261. <item row="2" column="4">
  262. <widget class="QLineEdit" name="sicNameLineEdit">
  263. <property name="minimumSize">
  264. <size>
  265. <width>160</width>
  266. <height>0</height>
  267. </size>
  268. </property>
  269. <property name="maximumSize">
  270. <size>
  271. <width>120</width>
  272. <height>16777215</height>
  273. </size>
  274. </property>
  275. </widget>
  276. </item>
  277. <item row="2" column="2">
  278. <widget class="QLabel" name="destNameLabel">
  279. <property name="enabled">
  280. <bool>false</bool>
  281. </property>
  282. <property name="minimumSize">
  283. <size>
  284. <width>200</width>
  285. <height>0</height>
  286. </size>
  287. </property>
  288. <property name="maximumSize">
  289. <size>
  290. <width>200</width>
  291. <height>16777215</height>
  292. </size>
  293. </property>
  294. <property name="font">
  295. <font>
  296. <italic>true</italic>
  297. </font>
  298. </property>
  299. <property name="text">
  300. <string/>
  301. </property>
  302. </widget>
  303. </item>
  304. <item row="3" column="0">
  305. <widget class="QLabel" name="tofbLabel">
  306. <property name="text">
  307. <string>Off Blocks</string>
  308. </property>
  309. </widget>
  310. </item>
  311. <item row="3" column="2">
  312. <widget class="QLabel" name="tofbSpacerLabel">
  313. <property name="enabled">
  314. <bool>false</bool>
  315. </property>
  316. <property name="minimumSize">
  317. <size>
  318. <width>200</width>
  319. <height>0</height>
  320. </size>
  321. </property>
  322. <property name="maximumSize">
  323. <size>
  324. <width>200</width>
  325. <height>16777215</height>
  326. </size>
  327. </property>
  328. <property name="text">
  329. <string/>
  330. </property>
  331. </widget>
  332. </item>
  333. <item row="4" column="2">
  334. <widget class="QLabel" name="tonbSpacerLabel">
  335. <property name="enabled">
  336. <bool>false</bool>
  337. </property>
  338. <property name="minimumSize">
  339. <size>
  340. <width>200</width>
  341. <height>0</height>
  342. </size>
  343. </property>
  344. <property name="maximumSize">
  345. <size>
  346. <width>200</width>
  347. <height>16777215</height>
  348. </size>
  349. </property>
  350. <property name="text">
  351. <string/>
  352. </property>
  353. </widget>
  354. </item>
  355. <item row="5" column="1">
  356. <widget class="QLabel" name="tblkDisplayLabel">
  357. <property name="minimumSize">
  358. <size>
  359. <width>160</width>
  360. <height>0</height>
  361. </size>
  362. </property>
  363. <property name="text">
  364. <string>00:00</string>
  365. </property>
  366. </widget>
  367. </item>
  368. <item row="3" column="3">
  369. <widget class="QLabel" name="thirdPilotLabel">
  370. <property name="text">
  371. <string>Third Pilot</string>
  372. </property>
  373. <property name="alignment">
  374. <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
  375. </property>
  376. </widget>
  377. </item>
  378. <item row="4" column="1">
  379. <widget class="QLineEdit" name="tonbTimeLineEdit">
  380. <property name="minimumSize">
  381. <size>
  382. <width>160</width>
  383. <height>0</height>
  384. </size>
  385. </property>
  386. <property name="maximumSize">
  387. <size>
  388. <width>120</width>
  389. <height>16777215</height>
  390. </size>
  391. </property>
  392. </widget>
  393. </item>
  394. <item row="5" column="4">
  395. <widget class="QLineEdit" name="remarksLineEdit">
  396. <property name="minimumSize">
  397. <size>
  398. <width>160</width>
  399. <height>0</height>
  400. </size>
  401. </property>
  402. <property name="maximumSize">
  403. <size>
  404. <width>120</width>
  405. <height>16777215</height>
  406. </size>
  407. </property>
  408. </widget>
  409. </item>
  410. <item row="3" column="1">
  411. <widget class="QLineEdit" name="tofbTimeLineEdit">
  412. <property name="minimumSize">
  413. <size>
  414. <width>160</width>
  415. <height>0</height>
  416. </size>
  417. </property>
  418. <property name="maximumSize">
  419. <size>
  420. <width>120</width>
  421. <height>16777215</height>
  422. </size>
  423. </property>
  424. </widget>
  425. </item>
  426. <item row="3" column="4">
  427. <widget class="QLineEdit" name="thirdPilotNameLineEdit">
  428. <property name="minimumSize">
  429. <size>
  430. <width>160</width>
  431. <height>0</height>
  432. </size>
  433. </property>
  434. <property name="maximumSize">
  435. <size>
  436. <width>120</width>
  437. <height>16777215</height>
  438. </size>
  439. </property>
  440. </widget>
  441. </item>
  442. <item row="5" column="2">
  443. <widget class="QLabel" name="submissionReadyLabel">
  444. <property name="minimumSize">
  445. <size>
  446. <width>200</width>
  447. <height>0</height>
  448. </size>
  449. </property>
  450. <property name="maximumSize">
  451. <size>
  452. <width>200</width>
  453. <height>16777215</height>
  454. </size>
  455. </property>
  456. <property name="text">
  457. <string/>
  458. </property>
  459. </widget>
  460. </item>
  461. </layout>
  462. </item>
  463. <item row="0" column="1">
  464. <widget class="Line" name="line_2">
  465. <property name="orientation">
  466. <enum>Qt::Vertical</enum>
  467. </property>
  468. </widget>
  469. </item>
  470. <item row="0" column="2">
  471. <layout class="QGridLayout" name="gridLayout_2">
  472. <item row="0" column="0" colspan="2">
  473. <widget class="QCheckBox" name="pilotFlyingCheckBox">
  474. <property name="text">
  475. <string>Pilot Flying</string>
  476. </property>
  477. </widget>
  478. </item>
  479. <item row="0" column="2">
  480. <widget class="QCheckBox" name="ifrCheckBox">
  481. <property name="text">
  482. <string>IFR</string>
  483. </property>
  484. </widget>
  485. </item>
  486. <item row="1" column="0">
  487. <widget class="QLabel" name="takeOffLabel">
  488. <property name="text">
  489. <string>Take Off</string>
  490. </property>
  491. </widget>
  492. </item>
  493. <item row="1" column="1">
  494. <widget class="QSpinBox" name="takeOffSpinBox"/>
  495. </item>
  496. <item row="1" column="2">
  497. <widget class="QCheckBox" name="toNightCheckBox">
  498. <property name="text">
  499. <string>Night</string>
  500. </property>
  501. </widget>
  502. </item>
  503. <item row="2" column="0">
  504. <widget class="QLabel" name="landingLabel">
  505. <property name="text">
  506. <string>Landing</string>
  507. </property>
  508. </widget>
  509. </item>
  510. <item row="2" column="1">
  511. <widget class="QSpinBox" name="landingSpinBox"/>
  512. </item>
  513. <item row="2" column="2">
  514. <widget class="QCheckBox" name="ldgNightCheckBox">
  515. <property name="text">
  516. <string>Night</string>
  517. </property>
  518. </widget>
  519. </item>
  520. <item row="3" column="0">
  521. <widget class="QLabel" name="functionLabel">
  522. <property name="text">
  523. <string>Function</string>
  524. </property>
  525. </widget>
  526. </item>
  527. <item row="3" column="1" colspan="2">
  528. <widget class="QComboBox" name="functionComboBox">
  529. <item>
  530. <property name="text">
  531. <string>PIC</string>
  532. </property>
  533. </item>
  534. <item>
  535. <property name="text">
  536. <string>PICUS</string>
  537. </property>
  538. </item>
  539. <item>
  540. <property name="text">
  541. <string>SIC</string>
  542. </property>
  543. </item>
  544. <item>
  545. <property name="text">
  546. <string>DUAL</string>
  547. </property>
  548. </item>
  549. <item>
  550. <property name="text">
  551. <string>FI</string>
  552. </property>
  553. </item>
  554. </widget>
  555. </item>
  556. <item row="4" column="0">
  557. <widget class="QLabel" name="approachLabel">
  558. <property name="text">
  559. <string>Approach</string>
  560. </property>
  561. </widget>
  562. </item>
  563. <item row="4" column="1" colspan="2">
  564. <widget class="QComboBox" name="approachComboBox"/>
  565. </item>
  566. <item row="5" column="0" colspan="3">
  567. <widget class="QLabel" name="spacerLabel">
  568. <property name="text">
  569. <string/>
  570. </property>
  571. </widget>
  572. </item>
  573. </layout>
  574. </item>
  575. </layout>
  576. </item>
  577. <item row="0" column="4" rowspan="2">
  578. <spacer name="rightSpacer">
  579. <property name="orientation">
  580. <enum>Qt::Horizontal</enum>
  581. </property>
  582. <property name="sizeHint" stdset="0">
  583. <size>
  584. <width>22</width>
  585. <height>228</height>
  586. </size>
  587. </property>
  588. </spacer>
  589. </item>
  590. <item row="1" column="1">
  591. <widget class="QPushButton" name="pushButton_2">
  592. <property name="text">
  593. <string>Details</string>
  594. </property>
  595. </widget>
  596. </item>
  597. <item row="1" column="2">
  598. <widget class="QToolButton" name="toolButton">
  599. <property name="text">
  600. <string>?</string>
  601. </property>
  602. </widget>
  603. </item>
  604. <item row="1" column="3">
  605. <widget class="QDialogButtonBox" name="buttonBox">
  606. <property name="enabled">
  607. <bool>true</bool>
  608. </property>
  609. <property name="orientation">
  610. <enum>Qt::Horizontal</enum>
  611. </property>
  612. <property name="standardButtons">
  613. <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
  614. </property>
  615. </widget>
  616. </item>
  617. </layout>
  618. </widget>
  619. <tabstops>
  620. <tabstop>doftLineEdit</tabstop>
  621. <tabstop>deptLocationLineEdit</tabstop>
  622. <tabstop>destLocationLineEdit</tabstop>
  623. <tabstop>tofbTimeLineEdit</tabstop>
  624. <tabstop>tonbTimeLineEdit</tabstop>
  625. <tabstop>acftLineEdit</tabstop>
  626. <tabstop>picNameLineEdit</tabstop>
  627. <tabstop>sicNameLineEdit</tabstop>
  628. <tabstop>thirdPilotNameLineEdit</tabstop>
  629. <tabstop>flightNumberLineEdit</tabstop>
  630. <tabstop>remarksLineEdit</tabstop>
  631. <tabstop>pilotFlyingCheckBox</tabstop>
  632. <tabstop>ifrCheckBox</tabstop>
  633. <tabstop>takeOffSpinBox</tabstop>
  634. <tabstop>toNightCheckBox</tabstop>
  635. <tabstop>landingSpinBox</tabstop>
  636. <tabstop>ldgNightCheckBox</tabstop>
  637. <tabstop>functionComboBox</tabstop>
  638. <tabstop>approachComboBox</tabstop>
  639. <tabstop>pushButton_2</tabstop>
  640. <tabstop>toolButton</tabstop>
  641. </tabstops>
  642. <resources/>
  643. <connections>
  644. <connection>
  645. <sender>buttonBox</sender>
  646. <signal>rejected()</signal>
  647. <receiver>NewNewFlightDialog</receiver>
  648. <slot>reject()</slot>
  649. <hints>
  650. <hint type="sourcelabel">
  651. <x>490</x>
  652. <y>242</y>
  653. </hint>
  654. <hint type="destinationlabel">
  655. <x>286</x>
  656. <y>251</y>
  657. </hint>
  658. </hints>
  659. </connection>
  660. </connections>
  661. </ui>