newflight.ui 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>NewFlight</class>
  4. <widget class="QDialog" name="NewFlight">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>1287</width>
  10. <height>720</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>New Flight</string>
  15. </property>
  16. <layout class="QGridLayout" name="gridLayout_4">
  17. <item row="0" column="0" colspan="2">
  18. <widget class="QLabel" name="label_3">
  19. <property name="text">
  20. <string>Flight Data</string>
  21. </property>
  22. <property name="alignment">
  23. <set>Qt::AlignCenter</set>
  24. </property>
  25. </widget>
  26. </item>
  27. <item row="0" column="3" rowspan="7" colspan="2">
  28. <widget class="Line" name="line_2">
  29. <property name="orientation">
  30. <enum>Qt::Vertical</enum>
  31. </property>
  32. </widget>
  33. </item>
  34. <item row="0" column="5">
  35. <widget class="QLabel" name="label_2">
  36. <property name="text">
  37. <string>Auto-Logging</string>
  38. </property>
  39. <property name="alignment">
  40. <set>Qt::AlignCenter</set>
  41. </property>
  42. </widget>
  43. </item>
  44. <item row="0" column="7" rowspan="7" colspan="2">
  45. <widget class="Line" name="line_3">
  46. <property name="orientation">
  47. <enum>Qt::Vertical</enum>
  48. </property>
  49. </widget>
  50. </item>
  51. <item row="0" column="9" colspan="3">
  52. <widget class="QLabel" name="label_4">
  53. <property name="text">
  54. <string>Times</string>
  55. </property>
  56. <property name="alignment">
  57. <set>Qt::AlignCenter</set>
  58. </property>
  59. </widget>
  60. </item>
  61. <item row="1" column="0" rowspan="3" colspan="2">
  62. <layout class="QGridLayout" name="gridLayout_3">
  63. <item row="0" column="0">
  64. <widget class="QLabel" name="doftLabel">
  65. <property name="text">
  66. <string>Date of Flight</string>
  67. </property>
  68. </widget>
  69. </item>
  70. <item row="0" column="2">
  71. <widget class="QDateEdit" name="newDoft">
  72. <property name="dateTime">
  73. <datetime>
  74. <hour>23</hour>
  75. <minute>0</minute>
  76. <second>0</second>
  77. <year>2019</year>
  78. <month>12</month>
  79. <day>16</day>
  80. </datetime>
  81. </property>
  82. <property name="displayFormat">
  83. <string>yyyy/MM/dd</string>
  84. </property>
  85. <property name="calendarPopup">
  86. <bool>true</bool>
  87. </property>
  88. <property name="timeSpec">
  89. <enum>Qt::UTC</enum>
  90. </property>
  91. </widget>
  92. </item>
  93. <item row="1" column="0">
  94. <widget class="QLabel" name="deptLabel">
  95. <property name="text">
  96. <string>Departure</string>
  97. </property>
  98. </widget>
  99. </item>
  100. <item row="1" column="1">
  101. <widget class="QLabel" name="placeLabel1">
  102. <property name="text">
  103. <string>Place</string>
  104. </property>
  105. </widget>
  106. </item>
  107. <item row="1" column="2">
  108. <widget class="QLineEdit" name="newDept">
  109. <property name="toolTip">
  110. <string>Enter the ICAO 4-letter Identifier of the Airport</string>
  111. </property>
  112. <property name="inputMethodHints">
  113. <set>Qt::ImhNone</set>
  114. </property>
  115. <property name="maxLength">
  116. <number>4</number>
  117. </property>
  118. <property name="placeholderText">
  119. <string>KJFK</string>
  120. </property>
  121. </widget>
  122. </item>
  123. <item row="2" column="0">
  124. <widget class="QComboBox" name="deptTZ">
  125. <item>
  126. <property name="text">
  127. <string>UTC</string>
  128. </property>
  129. </item>
  130. <item>
  131. <property name="text">
  132. <string>Local</string>
  133. </property>
  134. </item>
  135. </widget>
  136. </item>
  137. <item row="2" column="1">
  138. <widget class="QLabel" name="tofbLabel">
  139. <property name="text">
  140. <string>Time</string>
  141. </property>
  142. </widget>
  143. </item>
  144. <item row="2" column="2">
  145. <widget class="QLineEdit" name="newTofb">
  146. <property name="maxLength">
  147. <number>5</number>
  148. </property>
  149. <property name="placeholderText">
  150. <string>00:00</string>
  151. </property>
  152. </widget>
  153. </item>
  154. <item row="3" column="0">
  155. <widget class="QLabel" name="destLabel">
  156. <property name="text">
  157. <string>Destination</string>
  158. </property>
  159. </widget>
  160. </item>
  161. <item row="3" column="1">
  162. <widget class="QLabel" name="placeLabel2">
  163. <property name="text">
  164. <string>Place</string>
  165. </property>
  166. </widget>
  167. </item>
  168. <item row="3" column="2">
  169. <widget class="QLineEdit" name="newDest">
  170. <property name="toolTip">
  171. <string>Enter the ICAO 4-letter Identifier of the Airport</string>
  172. </property>
  173. <property name="inputMethodHints">
  174. <set>Qt::ImhNone</set>
  175. </property>
  176. <property name="maxLength">
  177. <number>4</number>
  178. </property>
  179. <property name="placeholderText">
  180. <string>EDDF</string>
  181. </property>
  182. </widget>
  183. </item>
  184. <item row="4" column="0">
  185. <widget class="QComboBox" name="destTZ">
  186. <item>
  187. <property name="text">
  188. <string>UTC</string>
  189. </property>
  190. </item>
  191. <item>
  192. <property name="text">
  193. <string>Local</string>
  194. </property>
  195. </item>
  196. </widget>
  197. </item>
  198. <item row="4" column="1">
  199. <widget class="QLabel" name="tonbLabel">
  200. <property name="text">
  201. <string>Time</string>
  202. </property>
  203. </widget>
  204. </item>
  205. <item row="4" column="2">
  206. <widget class="QLineEdit" name="newTonb">
  207. <property name="placeholderText">
  208. <string>00:00</string>
  209. </property>
  210. </widget>
  211. </item>
  212. <item row="5" column="0">
  213. <widget class="QLabel" name="acftLabel">
  214. <property name="text">
  215. <string>Aircraft</string>
  216. </property>
  217. </widget>
  218. </item>
  219. <item row="5" column="2">
  220. <widget class="QLineEdit" name="newAcft">
  221. <property name="placeholderText">
  222. <string>D-LMAO</string>
  223. </property>
  224. </widget>
  225. </item>
  226. <item row="6" column="0">
  227. <widget class="QLabel" name="picLabel">
  228. <property name="text">
  229. <string>Name PIC</string>
  230. </property>
  231. </widget>
  232. </item>
  233. <item row="6" column="2">
  234. <widget class="QLineEdit" name="newPic">
  235. <property name="placeholderText">
  236. <string>self</string>
  237. </property>
  238. </widget>
  239. </item>
  240. <item row="7" column="0">
  241. <widget class="QLabel" name="picLabel_2">
  242. <property name="text">
  243. <string>Second Pilot</string>
  244. </property>
  245. </widget>
  246. </item>
  247. <item row="7" column="2">
  248. <widget class="QLineEdit" name="secondPilotLineEdit">
  249. <property name="text">
  250. <string/>
  251. </property>
  252. <property name="placeholderText">
  253. <string>optional</string>
  254. </property>
  255. </widget>
  256. </item>
  257. <item row="8" column="0">
  258. <widget class="QLabel" name="thirdPilotLabel">
  259. <property name="text">
  260. <string>Third Pilot</string>
  261. </property>
  262. </widget>
  263. </item>
  264. <item row="8" column="2">
  265. <widget class="QLineEdit" name="thirdPilotLineEdit">
  266. <property name="placeholderText">
  267. <string>optional</string>
  268. </property>
  269. </widget>
  270. </item>
  271. <item row="9" column="0">
  272. <widget class="QLabel" name="FlightNumberLabel">
  273. <property name="text">
  274. <string>Flight number</string>
  275. </property>
  276. </widget>
  277. </item>
  278. <item row="9" column="2">
  279. <widget class="QLineEdit" name="FlightNumberLineEdit">
  280. <property name="placeholderText">
  281. <string>optional</string>
  282. </property>
  283. </widget>
  284. </item>
  285. <item row="10" column="0">
  286. <widget class="QLabel" name="RemarksLabel">
  287. <property name="text">
  288. <string>Remarks</string>
  289. </property>
  290. </widget>
  291. </item>
  292. <item row="10" column="2">
  293. <widget class="QLineEdit" name="RemarksLineEdit">
  294. <property name="placeholderText">
  295. <string>optional</string>
  296. </property>
  297. </widget>
  298. </item>
  299. </layout>
  300. </item>
  301. <item row="1" column="5" rowspan="2">
  302. <layout class="QGridLayout" name="gridLayout">
  303. <item row="0" column="0">
  304. <widget class="QLabel" name="FunctionLabel">
  305. <property name="text">
  306. <string>Function</string>
  307. </property>
  308. </widget>
  309. </item>
  310. <item row="0" column="1">
  311. <widget class="QComboBox" name="FunctionComboBox">
  312. <item>
  313. <property name="text">
  314. <string>PIC</string>
  315. </property>
  316. </item>
  317. <item>
  318. <property name="text">
  319. <string>Co-Pilot</string>
  320. </property>
  321. </item>
  322. <item>
  323. <property name="text">
  324. <string>Dual</string>
  325. </property>
  326. </item>
  327. <item>
  328. <property name="text">
  329. <string>Instructor</string>
  330. </property>
  331. </item>
  332. </widget>
  333. </item>
  334. <item row="1" column="0">
  335. <widget class="QLabel" name="label">
  336. <property name="text">
  337. <string>Approach </string>
  338. </property>
  339. </widget>
  340. </item>
  341. <item row="1" column="1">
  342. <widget class="QComboBox" name="ApproachComboBox">
  343. <property name="currentText">
  344. <string>ILS CAT I</string>
  345. </property>
  346. <item>
  347. <property name="text">
  348. <string>ILS CAT I</string>
  349. </property>
  350. </item>
  351. <item>
  352. <property name="text">
  353. <string>ILS CAT II</string>
  354. </property>
  355. </item>
  356. <item>
  357. <property name="text">
  358. <string>ILS CAT III</string>
  359. </property>
  360. </item>
  361. <item>
  362. <property name="text">
  363. <string>Visual</string>
  364. </property>
  365. </item>
  366. <item>
  367. <property name="text">
  368. <string>RNAV</string>
  369. </property>
  370. </item>
  371. <item>
  372. <property name="text">
  373. <string>RNAV (RNP)</string>
  374. </property>
  375. </item>
  376. <item>
  377. <property name="text">
  378. <string>RNAV (RNP AR)</string>
  379. </property>
  380. </item>
  381. <item>
  382. <property name="text">
  383. <string>VOR</string>
  384. </property>
  385. </item>
  386. <item>
  387. <property name="text">
  388. <string>NDB</string>
  389. </property>
  390. </item>
  391. <item>
  392. <property name="text">
  393. <string>LOC</string>
  394. </property>
  395. </item>
  396. <item>
  397. <property name="text">
  398. <string>GLS</string>
  399. </property>
  400. </item>
  401. <item>
  402. <property name="text">
  403. <string>MLS</string>
  404. </property>
  405. </item>
  406. <item>
  407. <property name="text">
  408. <string>SRA</string>
  409. </property>
  410. </item>
  411. </widget>
  412. </item>
  413. <item row="2" column="0">
  414. <widget class="QLabel" name="TaskLabel">
  415. <property name="text">
  416. <string>Task</string>
  417. </property>
  418. </widget>
  419. </item>
  420. <item row="2" column="1">
  421. <widget class="QCheckBox" name="PilotFlyingCheckBox">
  422. <property name="toolTip">
  423. <string>Assumes T/O and LDG performed. If not, edit details.</string>
  424. </property>
  425. <property name="text">
  426. <string>PF</string>
  427. </property>
  428. <property name="checked">
  429. <bool>true</bool>
  430. </property>
  431. <property name="autoExclusive">
  432. <bool>false</bool>
  433. </property>
  434. <property name="tristate">
  435. <bool>false</bool>
  436. </property>
  437. </widget>
  438. </item>
  439. <item row="3" column="1">
  440. <widget class="QCheckBox" name="PilotMonitoringCheckBox">
  441. <property name="text">
  442. <string>PM</string>
  443. </property>
  444. </widget>
  445. </item>
  446. <item row="4" column="0">
  447. <widget class="QSpinBox" name="TakeoffSpinBox">
  448. <property name="value">
  449. <number>1</number>
  450. </property>
  451. </widget>
  452. </item>
  453. <item row="4" column="1">
  454. <widget class="QCheckBox" name="TakeoffCheckBox">
  455. <property name="toolTip">
  456. <string/>
  457. </property>
  458. <property name="text">
  459. <string>Take Off</string>
  460. </property>
  461. <property name="checked">
  462. <bool>true</bool>
  463. </property>
  464. </widget>
  465. </item>
  466. <item row="5" column="0">
  467. <widget class="QSpinBox" name="LandingSpinBox">
  468. <property name="value">
  469. <number>1</number>
  470. </property>
  471. </widget>
  472. </item>
  473. <item row="5" column="1">
  474. <widget class="QCheckBox" name="LandingCheckBox">
  475. <property name="text">
  476. <string>Landing</string>
  477. </property>
  478. <property name="checked">
  479. <bool>true</bool>
  480. </property>
  481. </widget>
  482. </item>
  483. <item row="6" column="0">
  484. <widget class="QSpinBox" name="AutolandSpinBox"/>
  485. </item>
  486. <item row="6" column="1">
  487. <widget class="QCheckBox" name="AutolandCheckBox">
  488. <property name="text">
  489. <string>Autoland</string>
  490. </property>
  491. </widget>
  492. </item>
  493. <item row="7" column="0">
  494. <widget class="QLabel" name="RulesLabel">
  495. <property name="text">
  496. <string>Rules</string>
  497. </property>
  498. </widget>
  499. </item>
  500. <item row="7" column="1">
  501. <widget class="QCheckBox" name="IfrCheckBox">
  502. <property name="toolTip">
  503. <string/>
  504. </property>
  505. <property name="text">
  506. <string>IFR</string>
  507. </property>
  508. <property name="checked">
  509. <bool>true</bool>
  510. </property>
  511. </widget>
  512. </item>
  513. <item row="8" column="1">
  514. <widget class="QCheckBox" name="VfrCheckBox">
  515. <property name="text">
  516. <string>VFR</string>
  517. </property>
  518. </widget>
  519. </item>
  520. <item row="9" column="0">
  521. <widget class="QLabel" name="autoNightLabel">
  522. <property name="text">
  523. <string>Auto</string>
  524. </property>
  525. </widget>
  526. </item>
  527. <item row="9" column="1">
  528. <widget class="QCheckBox" name="autoNightCheckBox">
  529. <property name="toolTip">
  530. <string>Enable or disable automatic logging of night time</string>
  531. </property>
  532. <property name="text">
  533. <string>Night</string>
  534. </property>
  535. <property name="checked">
  536. <bool>true</bool>
  537. </property>
  538. </widget>
  539. </item>
  540. </layout>
  541. </item>
  542. <item row="1" column="10" rowspan="3">
  543. <layout class="QGridLayout" name="gridLayout_2">
  544. <item row="0" column="0">
  545. <widget class="QLabel" name="spse_Label">
  546. <property name="text">
  547. <string>SP SE</string>
  548. </property>
  549. </widget>
  550. </item>
  551. <item row="0" column="1">
  552. <widget class="QLineEdit" name="spseTimeLineEdit"/>
  553. </item>
  554. <item row="1" column="0">
  555. <widget class="QLabel" name="spmeLabel">
  556. <property name="text">
  557. <string>SP ME</string>
  558. </property>
  559. </widget>
  560. </item>
  561. <item row="1" column="1">
  562. <widget class="QLineEdit" name="spmeTimeLineEdit"/>
  563. </item>
  564. <item row="2" column="0">
  565. <widget class="QLabel" name="mpLabel">
  566. <property name="text">
  567. <string>MP</string>
  568. </property>
  569. </widget>
  570. </item>
  571. <item row="2" column="1">
  572. <widget class="QLineEdit" name="mpTimeLineEdit"/>
  573. </item>
  574. <item row="3" column="0">
  575. <widget class="QLabel" name="totalTimeLabel">
  576. <property name="text">
  577. <string>TOTAL</string>
  578. </property>
  579. </widget>
  580. </item>
  581. <item row="3" column="1">
  582. <widget class="QLineEdit" name="totalTimeLineEdit"/>
  583. </item>
  584. <item row="4" column="0">
  585. <widget class="QLabel" name="ifrLabel">
  586. <property name="text">
  587. <string>IFR</string>
  588. </property>
  589. </widget>
  590. </item>
  591. <item row="4" column="1">
  592. <widget class="QLineEdit" name="ifrTimeLineEdit"/>
  593. </item>
  594. <item row="5" column="0">
  595. <widget class="QLabel" name="vfrLabel">
  596. <property name="text">
  597. <string>VFR</string>
  598. </property>
  599. </widget>
  600. </item>
  601. <item row="5" column="1">
  602. <widget class="QLineEdit" name="vfrTimeLineEdit"/>
  603. </item>
  604. <item row="6" column="0">
  605. <widget class="QLabel" name="nightLabel">
  606. <property name="text">
  607. <string>Night</string>
  608. </property>
  609. </widget>
  610. </item>
  611. <item row="6" column="1">
  612. <widget class="QLineEdit" name="nightTimeLineEdit"/>
  613. </item>
  614. <item row="7" column="0">
  615. <widget class="QLabel" name="xcLabel">
  616. <property name="text">
  617. <string>XC</string>
  618. </property>
  619. </widget>
  620. </item>
  621. <item row="7" column="1">
  622. <widget class="QLineEdit" name="xcTimeLineEdit"/>
  623. </item>
  624. <item row="8" column="0">
  625. <widget class="QLabel" name="picTimeLabel">
  626. <property name="text">
  627. <string>PIC</string>
  628. </property>
  629. </widget>
  630. </item>
  631. <item row="8" column="1">
  632. <widget class="QLineEdit" name="picTimeLineEdit"/>
  633. </item>
  634. <item row="9" column="0">
  635. <widget class="QLabel" name="coPilotTimeLabel">
  636. <property name="text">
  637. <string>Co-Pilot</string>
  638. </property>
  639. </widget>
  640. </item>
  641. <item row="9" column="1">
  642. <widget class="QLineEdit" name="copTimeLineEdit"/>
  643. </item>
  644. <item row="10" column="0">
  645. <widget class="QLabel" name="dualTimeLabel">
  646. <property name="text">
  647. <string>Dual</string>
  648. </property>
  649. </widget>
  650. </item>
  651. <item row="10" column="1">
  652. <widget class="QLineEdit" name="dualTimeLineEdit"/>
  653. </item>
  654. <item row="11" column="0">
  655. <widget class="QLabel" name="fiTimeLabel">
  656. <property name="text">
  657. <string>FI</string>
  658. </property>
  659. </widget>
  660. </item>
  661. <item row="11" column="1">
  662. <widget class="QLineEdit" name="fiTimeLineEdit"/>
  663. </item>
  664. <item row="12" column="0">
  665. <widget class="QLabel" name="simTimeLabel">
  666. <property name="text">
  667. <string>SIM</string>
  668. </property>
  669. </widget>
  670. </item>
  671. <item row="12" column="1">
  672. <widget class="QLineEdit" name="simTimeLineEdit"/>
  673. </item>
  674. </layout>
  675. </item>
  676. <item row="1" column="11">
  677. <spacer name="horizontalSpacer_5">
  678. <property name="orientation">
  679. <enum>Qt::Horizontal</enum>
  680. </property>
  681. <property name="sizeHint" stdset="0">
  682. <size>
  683. <width>73</width>
  684. <height>20</height>
  685. </size>
  686. </property>
  687. </spacer>
  688. </item>
  689. <item row="2" column="6">
  690. <spacer name="horizontalSpacer_6">
  691. <property name="orientation">
  692. <enum>Qt::Horizontal</enum>
  693. </property>
  694. <property name="sizeHint" stdset="0">
  695. <size>
  696. <width>96</width>
  697. <height>20</height>
  698. </size>
  699. </property>
  700. </spacer>
  701. </item>
  702. <item row="2" column="8" colspan="2">
  703. <spacer name="horizontalSpacer_7">
  704. <property name="orientation">
  705. <enum>Qt::Horizontal</enum>
  706. </property>
  707. <property name="sizeHint" stdset="0">
  708. <size>
  709. <width>95</width>
  710. <height>20</height>
  711. </size>
  712. </property>
  713. </spacer>
  714. </item>
  715. <item row="3" column="2">
  716. <spacer name="horizontalSpacer_2">
  717. <property name="orientation">
  718. <enum>Qt::Horizontal</enum>
  719. </property>
  720. <property name="sizeHint" stdset="0">
  721. <size>
  722. <width>41</width>
  723. <height>20</height>
  724. </size>
  725. </property>
  726. </spacer>
  727. </item>
  728. <item row="3" column="4">
  729. <spacer name="horizontalSpacer">
  730. <property name="orientation">
  731. <enum>Qt::Horizontal</enum>
  732. </property>
  733. <property name="sizeHint" stdset="0">
  734. <size>
  735. <width>40</width>
  736. <height>20</height>
  737. </size>
  738. </property>
  739. </spacer>
  740. </item>
  741. <item row="4" column="5">
  742. <widget class="QPushButton" name="setAsDefaultButton">
  743. <property name="toolTip">
  744. <string>Set current selection as default</string>
  745. </property>
  746. <property name="text">
  747. <string>Set As Default</string>
  748. </property>
  749. </widget>
  750. </item>
  751. <item row="5" column="5">
  752. <widget class="QPushButton" name="restoreDefaultButton">
  753. <property name="toolTip">
  754. <string>Restore previously stored default selection</string>
  755. </property>
  756. <property name="text">
  757. <string>Restore Default</string>
  758. </property>
  759. </widget>
  760. </item>
  761. <item row="6" column="0">
  762. <widget class="QPushButton" name="verifyButton">
  763. <property name="text">
  764. <string>DebugButton</string>
  765. </property>
  766. </widget>
  767. </item>
  768. <item row="6" column="1">
  769. <widget class="QLineEdit" name="verifyEdit">
  770. <property name="placeholderText">
  771. <string>Debug Text</string>
  772. </property>
  773. </widget>
  774. </item>
  775. <item row="6" column="10" colspan="2">
  776. <widget class="QDialogButtonBox" name="buttonBox">
  777. <property name="orientation">
  778. <enum>Qt::Horizontal</enum>
  779. </property>
  780. <property name="standardButtons">
  781. <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
  782. </property>
  783. </widget>
  784. </item>
  785. </layout>
  786. </widget>
  787. <tabstops>
  788. <tabstop>newDoft</tabstop>
  789. <tabstop>newDept</tabstop>
  790. <tabstop>newTofb</tabstop>
  791. <tabstop>newDest</tabstop>
  792. <tabstop>newTonb</tabstop>
  793. <tabstop>newAcft</tabstop>
  794. <tabstop>newPic</tabstop>
  795. <tabstop>secondPilotLineEdit</tabstop>
  796. <tabstop>thirdPilotLineEdit</tabstop>
  797. <tabstop>FlightNumberLineEdit</tabstop>
  798. <tabstop>RemarksLineEdit</tabstop>
  799. <tabstop>FunctionComboBox</tabstop>
  800. <tabstop>ApproachComboBox</tabstop>
  801. <tabstop>PilotFlyingCheckBox</tabstop>
  802. <tabstop>PilotMonitoringCheckBox</tabstop>
  803. <tabstop>TakeoffSpinBox</tabstop>
  804. <tabstop>TakeoffCheckBox</tabstop>
  805. <tabstop>LandingSpinBox</tabstop>
  806. <tabstop>LandingCheckBox</tabstop>
  807. <tabstop>AutolandSpinBox</tabstop>
  808. <tabstop>AutolandCheckBox</tabstop>
  809. <tabstop>IfrCheckBox</tabstop>
  810. <tabstop>VfrCheckBox</tabstop>
  811. <tabstop>autoNightCheckBox</tabstop>
  812. <tabstop>setAsDefaultButton</tabstop>
  813. <tabstop>restoreDefaultButton</tabstop>
  814. <tabstop>spseTimeLineEdit</tabstop>
  815. <tabstop>spmeTimeLineEdit</tabstop>
  816. <tabstop>mpTimeLineEdit</tabstop>
  817. <tabstop>totalTimeLineEdit</tabstop>
  818. <tabstop>ifrTimeLineEdit</tabstop>
  819. <tabstop>vfrTimeLineEdit</tabstop>
  820. <tabstop>nightTimeLineEdit</tabstop>
  821. <tabstop>xcTimeLineEdit</tabstop>
  822. <tabstop>picTimeLineEdit</tabstop>
  823. <tabstop>copTimeLineEdit</tabstop>
  824. <tabstop>dualTimeLineEdit</tabstop>
  825. <tabstop>fiTimeLineEdit</tabstop>
  826. <tabstop>simTimeLineEdit</tabstop>
  827. <tabstop>destTZ</tabstop>
  828. <tabstop>verifyButton</tabstop>
  829. <tabstop>verifyEdit</tabstop>
  830. <tabstop>deptTZ</tabstop>
  831. </tabstops>
  832. <resources/>
  833. <connections>
  834. <connection>
  835. <sender>buttonBox</sender>
  836. <signal>accepted()</signal>
  837. <receiver>NewFlight</receiver>
  838. <slot>accept()</slot>
  839. <hints>
  840. <hint type="sourcelabel">
  841. <x>248</x>
  842. <y>254</y>
  843. </hint>
  844. <hint type="destinationlabel">
  845. <x>157</x>
  846. <y>274</y>
  847. </hint>
  848. </hints>
  849. </connection>
  850. <connection>
  851. <sender>buttonBox</sender>
  852. <signal>rejected()</signal>
  853. <receiver>NewFlight</receiver>
  854. <slot>reject()</slot>
  855. <hints>
  856. <hint type="sourcelabel">
  857. <x>316</x>
  858. <y>260</y>
  859. </hint>
  860. <hint type="destinationlabel">
  861. <x>286</x>
  862. <y>274</y>
  863. </hint>
  864. </hints>
  865. </connection>
  866. </connections>
  867. </ui>