newflight.ui 24 KB

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