oldnewflight.ui 44 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435
  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>801</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_2">
  17. <item row="1" column="0">
  18. <widget class="QPushButton" name="cancelButton">
  19. <property name="styleSheet">
  20. <string notr="true"/>
  21. </property>
  22. <property name="text">
  23. <string>Cancel</string>
  24. </property>
  25. </widget>
  26. </item>
  27. <item row="1" column="1">
  28. <widget class="QPushButton" name="submitButton">
  29. <property name="enabled">
  30. <bool>true</bool>
  31. </property>
  32. <property name="whatsThis">
  33. <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Add your flight to the logbook.&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;You can only perform this action if all of the mandatory fields are filled.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
  34. </property>
  35. <property name="styleSheet">
  36. <string notr="true"/>
  37. </property>
  38. <property name="text">
  39. <string>Submit</string>
  40. </property>
  41. </widget>
  42. </item>
  43. <item row="0" column="0" colspan="2">
  44. <widget class="QTabWidget" name="flightDataTabWidget">
  45. <property name="currentIndex">
  46. <number>0</number>
  47. </property>
  48. <widget class="QWidget" name="flightDataTab">
  49. <attribute name="title">
  50. <string>Flight Data</string>
  51. </attribute>
  52. <layout class="QGridLayout" name="gridLayout">
  53. <item row="12" column="4" colspan="2">
  54. <widget class="QLabel" name="tPICUSLabel">
  55. <property name="minimumSize">
  56. <size>
  57. <width>80</width>
  58. <height>20</height>
  59. </size>
  60. </property>
  61. <property name="maximumSize">
  62. <size>
  63. <width>80</width>
  64. <height>20</height>
  65. </size>
  66. </property>
  67. <property name="toolTip">
  68. <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Once all the required items are filled out, the total time of flight will be displayed here.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
  69. </property>
  70. <property name="styleSheet">
  71. <string notr="true"/>
  72. </property>
  73. <property name="frameShape">
  74. <enum>QFrame::NoFrame</enum>
  75. </property>
  76. <property name="frameShadow">
  77. <enum>QFrame::Plain</enum>
  78. </property>
  79. <property name="text">
  80. <string> 00:00</string>
  81. </property>
  82. </widget>
  83. </item>
  84. <item row="12" column="3">
  85. <widget class="QLabel" name="autoPicusLabel">
  86. <property name="text">
  87. <string>PICus</string>
  88. </property>
  89. </widget>
  90. </item>
  91. <item row="1" column="0">
  92. <widget class="QLabel" name="deptLabel">
  93. <property name="text">
  94. <string>Departure</string>
  95. </property>
  96. </widget>
  97. </item>
  98. <item row="0" column="2">
  99. <widget class="QLineEdit" name="doftLineEdit"/>
  100. </item>
  101. <item row="13" column="2">
  102. <widget class="QLabel" name="tMPLabel">
  103. <property name="minimumSize">
  104. <size>
  105. <width>80</width>
  106. <height>20</height>
  107. </size>
  108. </property>
  109. <property name="maximumSize">
  110. <size>
  111. <width>80</width>
  112. <height>20</height>
  113. </size>
  114. </property>
  115. <property name="toolTip">
  116. <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Once all the required items are filled out, the total time of flight will be displayed here.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
  117. </property>
  118. <property name="styleSheet">
  119. <string notr="true"/>
  120. </property>
  121. <property name="frameShape">
  122. <enum>QFrame::NoFrame</enum>
  123. </property>
  124. <property name="frameShadow">
  125. <enum>QFrame::Plain</enum>
  126. </property>
  127. <property name="text">
  128. <string> 00:00</string>
  129. </property>
  130. </widget>
  131. </item>
  132. <item row="3" column="1">
  133. <widget class="QLabel" name="placeLabel2">
  134. <property name="text">
  135. <string>Place</string>
  136. </property>
  137. </widget>
  138. </item>
  139. <item row="13" column="4" colspan="2">
  140. <widget class="QLabel" name="tSICLabel">
  141. <property name="minimumSize">
  142. <size>
  143. <width>80</width>
  144. <height>20</height>
  145. </size>
  146. </property>
  147. <property name="maximumSize">
  148. <size>
  149. <width>80</width>
  150. <height>20</height>
  151. </size>
  152. </property>
  153. <property name="toolTip">
  154. <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Once all the required items are filled out, the total time of flight will be displayed here.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
  155. </property>
  156. <property name="styleSheet">
  157. <string notr="true"/>
  158. </property>
  159. <property name="frameShape">
  160. <enum>QFrame::NoFrame</enum>
  161. </property>
  162. <property name="frameShadow">
  163. <enum>QFrame::Plain</enum>
  164. </property>
  165. <property name="text">
  166. <string> 00:00</string>
  167. </property>
  168. </widget>
  169. </item>
  170. <item row="11" column="3">
  171. <widget class="QLabel" name="autoPICLabel">
  172. <property name="text">
  173. <string>PIC</string>
  174. </property>
  175. </widget>
  176. </item>
  177. <item row="15" column="4" colspan="2">
  178. <widget class="QLabel" name="tFILabel">
  179. <property name="minimumSize">
  180. <size>
  181. <width>80</width>
  182. <height>20</height>
  183. </size>
  184. </property>
  185. <property name="maximumSize">
  186. <size>
  187. <width>80</width>
  188. <height>20</height>
  189. </size>
  190. </property>
  191. <property name="toolTip">
  192. <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Once all the required items are filled out, the total time of flight will be displayed here.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
  193. </property>
  194. <property name="styleSheet">
  195. <string notr="true"/>
  196. </property>
  197. <property name="frameShape">
  198. <enum>QFrame::NoFrame</enum>
  199. </property>
  200. <property name="frameShadow">
  201. <enum>QFrame::Plain</enum>
  202. </property>
  203. <property name="text">
  204. <string> 00:00</string>
  205. </property>
  206. </widget>
  207. </item>
  208. <item row="7" column="0">
  209. <widget class="QLabel" name="secondPilotLabel">
  210. <property name="text">
  211. <string>Second Pilot</string>
  212. </property>
  213. </widget>
  214. </item>
  215. <item row="6" column="5">
  216. <widget class="QLabel" name="picCompanyLabel">
  217. <property name="text">
  218. <string/>
  219. </property>
  220. </widget>
  221. </item>
  222. <item row="14" column="4" colspan="2">
  223. <widget class="QLabel" name="tDUALLabel">
  224. <property name="minimumSize">
  225. <size>
  226. <width>80</width>
  227. <height>20</height>
  228. </size>
  229. </property>
  230. <property name="maximumSize">
  231. <size>
  232. <width>80</width>
  233. <height>20</height>
  234. </size>
  235. </property>
  236. <property name="toolTip">
  237. <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Once all the required items are filled out, the total time of flight will be displayed here.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
  238. </property>
  239. <property name="styleSheet">
  240. <string notr="true"/>
  241. </property>
  242. <property name="frameShape">
  243. <enum>QFrame::NoFrame</enum>
  244. </property>
  245. <property name="frameShadow">
  246. <enum>QFrame::Plain</enum>
  247. </property>
  248. <property name="text">
  249. <string> 00:00</string>
  250. </property>
  251. </widget>
  252. </item>
  253. <item row="3" column="2">
  254. <widget class="QLineEdit" name="destLocLineEdit">
  255. <property name="minimumSize">
  256. <size>
  257. <width>200</width>
  258. <height>20</height>
  259. </size>
  260. </property>
  261. <property name="toolTip">
  262. <string>Enter the ICAO 4-letter Identifier of the Airport</string>
  263. </property>
  264. <property name="inputMethodHints">
  265. <set>Qt::ImhNone</set>
  266. </property>
  267. <property name="inputMask">
  268. <string/>
  269. </property>
  270. <property name="maxLength">
  271. <number>4</number>
  272. </property>
  273. <property name="placeholderText">
  274. <string>EDDF</string>
  275. </property>
  276. </widget>
  277. </item>
  278. <item row="13" column="3">
  279. <widget class="QLabel" name="autoSICLabel">
  280. <property name="text">
  281. <string>SIC</string>
  282. </property>
  283. </widget>
  284. </item>
  285. <item row="4" column="2">
  286. <widget class="QLabel" name="destNameLabel">
  287. <property name="sizePolicy">
  288. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  289. <horstretch>0</horstretch>
  290. <verstretch>0</verstretch>
  291. </sizepolicy>
  292. </property>
  293. <property name="minimumSize">
  294. <size>
  295. <width>200</width>
  296. <height>20</height>
  297. </size>
  298. </property>
  299. <property name="text">
  300. <string/>
  301. </property>
  302. </widget>
  303. </item>
  304. <item row="15" column="2">
  305. <widget class="QLabel" name="tNIGHTLabel">
  306. <property name="minimumSize">
  307. <size>
  308. <width>80</width>
  309. <height>20</height>
  310. </size>
  311. </property>
  312. <property name="maximumSize">
  313. <size>
  314. <width>80</width>
  315. <height>20</height>
  316. </size>
  317. </property>
  318. <property name="toolTip">
  319. <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Once all the required items are filled out, the total time of flight will be displayed here.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
  320. </property>
  321. <property name="styleSheet">
  322. <string notr="true"/>
  323. </property>
  324. <property name="frameShape">
  325. <enum>QFrame::NoFrame</enum>
  326. </property>
  327. <property name="frameShadow">
  328. <enum>QFrame::Plain</enum>
  329. </property>
  330. <property name="text">
  331. <string> 00:00</string>
  332. </property>
  333. </widget>
  334. </item>
  335. <item row="7" column="5">
  336. <widget class="QLineEdit" name="thirdPilotNameLineEdit">
  337. <property name="minimumSize">
  338. <size>
  339. <width>200</width>
  340. <height>20</height>
  341. </size>
  342. </property>
  343. <property name="placeholderText">
  344. <string>optional</string>
  345. </property>
  346. </widget>
  347. </item>
  348. <item row="9" column="0" colspan="6">
  349. <widget class="Line" name="line">
  350. <property name="orientation">
  351. <enum>Qt::Horizontal</enum>
  352. </property>
  353. </widget>
  354. </item>
  355. <item row="8" column="3">
  356. <widget class="QLabel" name="RemarksLabel">
  357. <property name="text">
  358. <string>Remarks</string>
  359. </property>
  360. </widget>
  361. </item>
  362. <item row="5" column="5">
  363. <widget class="QLineEdit" name="picNameLineEdit">
  364. <property name="minimumSize">
  365. <size>
  366. <width>200</width>
  367. <height>20</height>
  368. </size>
  369. </property>
  370. <property name="placeholderText">
  371. <string>self</string>
  372. </property>
  373. </widget>
  374. </item>
  375. <item row="0" column="5">
  376. <widget class="QLabel" name="doftDisplayLabel">
  377. <property name="text">
  378. <string/>
  379. </property>
  380. </widget>
  381. </item>
  382. <item row="15" column="0">
  383. <widget class="QLabel" name="autoNightLabel">
  384. <property name="text">
  385. <string>Night</string>
  386. </property>
  387. </widget>
  388. </item>
  389. <item row="0" column="0">
  390. <widget class="QLabel" name="doftLabel">
  391. <property name="text">
  392. <string>Date of Flight</string>
  393. </property>
  394. </widget>
  395. </item>
  396. <item row="8" column="0">
  397. <widget class="QLabel" name="FlightNumberLabel">
  398. <property name="text">
  399. <string>Flight number</string>
  400. </property>
  401. </widget>
  402. </item>
  403. <item row="14" column="2">
  404. <widget class="QLabel" name="tIFRLabel">
  405. <property name="minimumSize">
  406. <size>
  407. <width>80</width>
  408. <height>20</height>
  409. </size>
  410. </property>
  411. <property name="maximumSize">
  412. <size>
  413. <width>80</width>
  414. <height>20</height>
  415. </size>
  416. </property>
  417. <property name="toolTip">
  418. <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Once all the required items are filled out, the total time of flight will be displayed here.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
  419. </property>
  420. <property name="styleSheet">
  421. <string notr="true"/>
  422. </property>
  423. <property name="frameShape">
  424. <enum>QFrame::NoFrame</enum>
  425. </property>
  426. <property name="frameShadow">
  427. <enum>QFrame::Plain</enum>
  428. </property>
  429. <property name="text">
  430. <string> 00:00</string>
  431. </property>
  432. </widget>
  433. </item>
  434. <item row="12" column="2">
  435. <widget class="QLabel" name="tSPMELabel">
  436. <property name="minimumSize">
  437. <size>
  438. <width>80</width>
  439. <height>20</height>
  440. </size>
  441. </property>
  442. <property name="maximumSize">
  443. <size>
  444. <width>80</width>
  445. <height>20</height>
  446. </size>
  447. </property>
  448. <property name="toolTip">
  449. <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Once all the required items are filled out, the total time of flight will be displayed here.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
  450. </property>
  451. <property name="styleSheet">
  452. <string notr="true"/>
  453. </property>
  454. <property name="frameShape">
  455. <enum>QFrame::NoFrame</enum>
  456. </property>
  457. <property name="frameShadow">
  458. <enum>QFrame::Plain</enum>
  459. </property>
  460. <property name="text">
  461. <string> 00:00</string>
  462. </property>
  463. </widget>
  464. </item>
  465. <item row="0" column="3">
  466. <widget class="QPushButton" name="calendarPushButton">
  467. <property name="text">
  468. <string>Calendar</string>
  469. </property>
  470. </widget>
  471. </item>
  472. <item row="6" column="2">
  473. <widget class="QLabel" name="acftTypeLabel">
  474. <property name="sizePolicy">
  475. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  476. <horstretch>0</horstretch>
  477. <verstretch>0</verstretch>
  478. </sizepolicy>
  479. </property>
  480. <property name="minimumSize">
  481. <size>
  482. <width>200</width>
  483. <height>20</height>
  484. </size>
  485. </property>
  486. <property name="text">
  487. <string/>
  488. </property>
  489. </widget>
  490. </item>
  491. <item row="7" column="3">
  492. <widget class="QLabel" name="thirdPilotLabel">
  493. <property name="text">
  494. <string>Third Pilot</string>
  495. </property>
  496. </widget>
  497. </item>
  498. <item row="2" column="2">
  499. <widget class="QLabel" name="deptNameLabel">
  500. <property name="sizePolicy">
  501. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  502. <horstretch>0</horstretch>
  503. <verstretch>0</verstretch>
  504. </sizepolicy>
  505. </property>
  506. <property name="minimumSize">
  507. <size>
  508. <width>200</width>
  509. <height>20</height>
  510. </size>
  511. </property>
  512. <property name="text">
  513. <string/>
  514. </property>
  515. </widget>
  516. </item>
  517. <item row="1" column="4">
  518. <widget class="QLabel" name="tofbLabel">
  519. <property name="text">
  520. <string>Time</string>
  521. </property>
  522. </widget>
  523. </item>
  524. <item row="11" column="2">
  525. <widget class="QLabel" name="tSPSELabel">
  526. <property name="minimumSize">
  527. <size>
  528. <width>80</width>
  529. <height>20</height>
  530. </size>
  531. </property>
  532. <property name="maximumSize">
  533. <size>
  534. <width>80</width>
  535. <height>20</height>
  536. </size>
  537. </property>
  538. <property name="toolTip">
  539. <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Once all the required items are filled out, the total time of flight will be displayed here.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
  540. </property>
  541. <property name="styleSheet">
  542. <string notr="true"/>
  543. </property>
  544. <property name="frameShape">
  545. <enum>QFrame::NoFrame</enum>
  546. </property>
  547. <property name="frameShadow">
  548. <enum>QFrame::Plain</enum>
  549. </property>
  550. <property name="text">
  551. <string> 00:00</string>
  552. </property>
  553. </widget>
  554. </item>
  555. <item row="14" column="3">
  556. <widget class="QLabel" name="autoDualLabel">
  557. <property name="text">
  558. <string>Dual</string>
  559. </property>
  560. </widget>
  561. </item>
  562. <item row="1" column="1">
  563. <widget class="QLabel" name="placeLabel1">
  564. <property name="text">
  565. <string>Place</string>
  566. </property>
  567. </widget>
  568. </item>
  569. <item row="10" column="0">
  570. <widget class="QLabel" name="autoTotalLabel">
  571. <property name="text">
  572. <string>Total Time</string>
  573. </property>
  574. </widget>
  575. </item>
  576. <item row="3" column="5">
  577. <widget class="QLineEdit" name="tonbTimeLineEdit">
  578. <property name="minimumSize">
  579. <size>
  580. <width>200</width>
  581. <height>20</height>
  582. </size>
  583. </property>
  584. <property name="toolTip">
  585. <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;span style=&quot; color:#a8abb0;&quot;&gt;Enter a valid time.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot; color:#a8abb0;&quot;&gt;e.g.: 845 0845 8:45 08:45&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
  586. </property>
  587. <property name="whatsThis">
  588. <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
  589. </property>
  590. <property name="placeholderText">
  591. <string>00:00</string>
  592. </property>
  593. </widget>
  594. </item>
  595. <item row="3" column="4">
  596. <widget class="QLabel" name="tonbLabel">
  597. <property name="text">
  598. <string>Time</string>
  599. </property>
  600. </widget>
  601. </item>
  602. <item row="15" column="3">
  603. <widget class="QLabel" name="autoFILabel">
  604. <property name="text">
  605. <string>Instructor</string>
  606. </property>
  607. </widget>
  608. </item>
  609. <item row="11" column="0">
  610. <widget class="QLabel" name="autoSPSELabel">
  611. <property name="text">
  612. <string>SP / SE</string>
  613. </property>
  614. </widget>
  615. </item>
  616. <item row="1" column="3">
  617. <widget class="QComboBox" name="deptTZComboBox">
  618. <property name="focusPolicy">
  619. <enum>Qt::NoFocus</enum>
  620. </property>
  621. <property name="toolTip">
  622. <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>
  623. </property>
  624. <item>
  625. <property name="text">
  626. <string>UTC</string>
  627. </property>
  628. </item>
  629. <item>
  630. <property name="text">
  631. <string>Local</string>
  632. </property>
  633. </item>
  634. </widget>
  635. </item>
  636. <item row="8" column="2">
  637. <widget class="QLineEdit" name="FlightNumberLineEdit">
  638. <property name="minimumSize">
  639. <size>
  640. <width>200</width>
  641. <height>20</height>
  642. </size>
  643. </property>
  644. <property name="placeholderText">
  645. <string>optional</string>
  646. </property>
  647. </widget>
  648. </item>
  649. <item row="5" column="3">
  650. <widget class="QLabel" name="picLabel">
  651. <property name="text">
  652. <string>Name PIC</string>
  653. </property>
  654. </widget>
  655. </item>
  656. <item row="5" column="0">
  657. <widget class="QLabel" name="acftLabel">
  658. <property name="text">
  659. <string>Aircraft</string>
  660. </property>
  661. </widget>
  662. </item>
  663. <item row="5" column="2">
  664. <widget class="QLineEdit" name="acftLineEdit">
  665. <property name="minimumSize">
  666. <size>
  667. <width>200</width>
  668. <height>20</height>
  669. </size>
  670. </property>
  671. <property name="placeholderText">
  672. <string>D-LMAO</string>
  673. </property>
  674. </widget>
  675. </item>
  676. <item row="1" column="2">
  677. <widget class="QLineEdit" name="deptLocLineEdit">
  678. <property name="minimumSize">
  679. <size>
  680. <width>200</width>
  681. <height>20</height>
  682. </size>
  683. </property>
  684. <property name="toolTip">
  685. <string>Enter the ICAO 4-letter Identifier of the Airport</string>
  686. </property>
  687. <property name="inputMethodHints">
  688. <set>Qt::ImhNone</set>
  689. </property>
  690. <property name="inputMask">
  691. <string/>
  692. </property>
  693. <property name="maxLength">
  694. <number>4</number>
  695. </property>
  696. <property name="placeholderText">
  697. <string>KJFK</string>
  698. </property>
  699. </widget>
  700. </item>
  701. <item row="10" column="2">
  702. <widget class="QLabel" name="tblkLabel">
  703. <property name="minimumSize">
  704. <size>
  705. <width>80</width>
  706. <height>20</height>
  707. </size>
  708. </property>
  709. <property name="maximumSize">
  710. <size>
  711. <width>80</width>
  712. <height>20</height>
  713. </size>
  714. </property>
  715. <property name="font">
  716. <font>
  717. <family>DejaVu Sans</family>
  718. <pointsize>10</pointsize>
  719. <weight>75</weight>
  720. <bold>true</bold>
  721. </font>
  722. </property>
  723. <property name="toolTip">
  724. <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Once all the required items are filled out, the total time of flight will be displayed here.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
  725. </property>
  726. <property name="styleSheet">
  727. <string notr="true"/>
  728. </property>
  729. <property name="frameShape">
  730. <enum>QFrame::NoFrame</enum>
  731. </property>
  732. <property name="frameShadow">
  733. <enum>QFrame::Plain</enum>
  734. </property>
  735. <property name="text">
  736. <string> 00:00</string>
  737. </property>
  738. </widget>
  739. </item>
  740. <item row="13" column="0">
  741. <widget class="QLabel" name="autoMPLabel">
  742. <property name="text">
  743. <string>Multi Pilot</string>
  744. </property>
  745. </widget>
  746. </item>
  747. <item row="7" column="2">
  748. <widget class="QLineEdit" name="secondPilotNameLineEdit">
  749. <property name="minimumSize">
  750. <size>
  751. <width>200</width>
  752. <height>20</height>
  753. </size>
  754. </property>
  755. <property name="text">
  756. <string/>
  757. </property>
  758. <property name="placeholderText">
  759. <string>optional</string>
  760. </property>
  761. </widget>
  762. </item>
  763. <item row="1" column="5">
  764. <widget class="QLineEdit" name="tofbTimeLineEdit">
  765. <property name="minimumSize">
  766. <size>
  767. <width>200</width>
  768. <height>20</height>
  769. </size>
  770. </property>
  771. <property name="toolTip">
  772. <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;span style=&quot; color:#a8abb0;&quot;&gt;Enter a valid time.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot; color:#a8abb0;&quot;&gt;e.g.: 845 0845 8:45 08:45&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
  773. </property>
  774. <property name="whatsThis">
  775. <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
  776. </property>
  777. <property name="maxLength">
  778. <number>5</number>
  779. </property>
  780. <property name="placeholderText">
  781. <string>00:00</string>
  782. </property>
  783. </widget>
  784. </item>
  785. <item row="8" column="5">
  786. <widget class="QLineEdit" name="RemarksLineEdit">
  787. <property name="minimumSize">
  788. <size>
  789. <width>200</width>
  790. <height>20</height>
  791. </size>
  792. </property>
  793. <property name="placeholderText">
  794. <string>optional</string>
  795. </property>
  796. </widget>
  797. </item>
  798. <item row="14" column="0">
  799. <widget class="QLabel" name="autoIFRLabel">
  800. <property name="text">
  801. <string>IFR</string>
  802. </property>
  803. </widget>
  804. </item>
  805. <item row="12" column="0">
  806. <widget class="QLabel" name="autoSPMELabel">
  807. <property name="text">
  808. <string>SP / ME</string>
  809. </property>
  810. </widget>
  811. </item>
  812. <item row="11" column="4" colspan="2">
  813. <widget class="QLabel" name="tPICLabel">
  814. <property name="minimumSize">
  815. <size>
  816. <width>80</width>
  817. <height>20</height>
  818. </size>
  819. </property>
  820. <property name="maximumSize">
  821. <size>
  822. <width>80</width>
  823. <height>20</height>
  824. </size>
  825. </property>
  826. <property name="toolTip">
  827. <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Once all the required items are filled out, the total time of flight will be displayed here.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
  828. </property>
  829. <property name="styleSheet">
  830. <string notr="true"/>
  831. </property>
  832. <property name="frameShape">
  833. <enum>QFrame::NoFrame</enum>
  834. </property>
  835. <property name="frameShadow">
  836. <enum>QFrame::Plain</enum>
  837. </property>
  838. <property name="text">
  839. <string> 00:00</string>
  840. </property>
  841. </widget>
  842. </item>
  843. <item row="3" column="0">
  844. <widget class="QLabel" name="destLabel">
  845. <property name="text">
  846. <string>Destination</string>
  847. </property>
  848. </widget>
  849. </item>
  850. <item row="3" column="3">
  851. <widget class="QComboBox" name="destTZComboBox">
  852. <property name="focusPolicy">
  853. <enum>Qt::NoFocus</enum>
  854. </property>
  855. <property name="toolTip">
  856. <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>
  857. </property>
  858. <item>
  859. <property name="text">
  860. <string>UTC</string>
  861. </property>
  862. </item>
  863. <item>
  864. <property name="text">
  865. <string>Local</string>
  866. </property>
  867. </item>
  868. </widget>
  869. </item>
  870. </layout>
  871. <zorder>placeLabel2</zorder>
  872. <zorder>deptLocLineEdit</zorder>
  873. <zorder>destLabel</zorder>
  874. <zorder>deptNameLabel</zorder>
  875. <zorder>acftLineEdit</zorder>
  876. <zorder>deptLabel</zorder>
  877. <zorder>destLocLineEdit</zorder>
  878. <zorder>acftLabel</zorder>
  879. <zorder>destNameLabel</zorder>
  880. <zorder>acftTypeLabel</zorder>
  881. <zorder>doftLineEdit</zorder>
  882. <zorder>tofbLabel</zorder>
  883. <zorder>secondPilotLabel</zorder>
  884. <zorder>autoDualLabel</zorder>
  885. <zorder>tDUALLabel</zorder>
  886. <zorder>tPICLabel</zorder>
  887. <zorder>autoPICLabel</zorder>
  888. <zorder>tonbLabel</zorder>
  889. <zorder>autoPicusLabel</zorder>
  890. <zorder>tSICLabel</zorder>
  891. <zorder>tIFRLabel</zorder>
  892. <zorder>deptTZComboBox</zorder>
  893. <zorder>tSPSELabel</zorder>
  894. <zorder>RemarksLineEdit</zorder>
  895. <zorder>picLabel</zorder>
  896. <zorder>tSPMELabel</zorder>
  897. <zorder>autoSPMELabel</zorder>
  898. <zorder>tofbTimeLineEdit</zorder>
  899. <zorder>tNIGHTLabel</zorder>
  900. <zorder>doftLabel</zorder>
  901. <zorder>tMPLabel</zorder>
  902. <zorder>tblkLabel</zorder>
  903. <zorder>autoSPSELabel</zorder>
  904. <zorder>tonbTimeLineEdit</zorder>
  905. <zorder>thirdPilotLabel</zorder>
  906. <zorder>secondPilotNameLineEdit</zorder>
  907. <zorder>thirdPilotNameLineEdit</zorder>
  908. <zorder>autoMPLabel</zorder>
  909. <zorder>picNameLineEdit</zorder>
  910. <zorder>destTZComboBox</zorder>
  911. <zorder>RemarksLabel</zorder>
  912. <zorder>tPICUSLabel</zorder>
  913. <zorder>autoNightLabel</zorder>
  914. <zorder>FlightNumberLineEdit</zorder>
  915. <zorder>autoIFRLabel</zorder>
  916. <zorder>line</zorder>
  917. <zorder>autoTotalLabel</zorder>
  918. <zorder>autoFILabel</zorder>
  919. <zorder>tFILabel</zorder>
  920. <zorder>autoSICLabel</zorder>
  921. <zorder>FlightNumberLabel</zorder>
  922. <zorder>doftDisplayLabel</zorder>
  923. <zorder>placeLabel1</zorder>
  924. <zorder>picCompanyLabel</zorder>
  925. <zorder>calendarPushButton</zorder>
  926. </widget>
  927. <widget class="QWidget" name="autoLoggingTab">
  928. <attribute name="title">
  929. <string>Auto-Logging</string>
  930. </attribute>
  931. <layout class="QGridLayout" name="gridLayout_3">
  932. <item row="0" column="0">
  933. <widget class="QLabel" name="FunctionLabel">
  934. <property name="text">
  935. <string>Function</string>
  936. </property>
  937. </widget>
  938. </item>
  939. <item row="0" column="1">
  940. <widget class="QComboBox" name="FunctionComboBox">
  941. <property name="minimumSize">
  942. <size>
  943. <width>140</width>
  944. <height>20</height>
  945. </size>
  946. </property>
  947. <item>
  948. <property name="text">
  949. <string>PIC</string>
  950. </property>
  951. </item>
  952. <item>
  953. <property name="text">
  954. <string>PICUS</string>
  955. </property>
  956. </item>
  957. <item>
  958. <property name="text">
  959. <string>SIC</string>
  960. </property>
  961. </item>
  962. <item>
  963. <property name="text">
  964. <string>Dual</string>
  965. </property>
  966. </item>
  967. <item>
  968. <property name="text">
  969. <string>Instructor</string>
  970. </property>
  971. </item>
  972. </widget>
  973. </item>
  974. <item row="0" column="3">
  975. <widget class="QLabel" name="TaskLabel">
  976. <property name="text">
  977. <string>Task</string>
  978. </property>
  979. </widget>
  980. </item>
  981. <item row="0" column="4">
  982. <widget class="QCheckBox" name="PilotFlyingCheckBox">
  983. <property name="toolTip">
  984. <string>Assumes T/O and LDG performed. If not, edit details.</string>
  985. </property>
  986. <property name="text">
  987. <string>PF</string>
  988. </property>
  989. <property name="checked">
  990. <bool>true</bool>
  991. </property>
  992. <property name="autoExclusive">
  993. <bool>false</bool>
  994. </property>
  995. <property name="tristate">
  996. <bool>false</bool>
  997. </property>
  998. </widget>
  999. </item>
  1000. <item row="1" column="0">
  1001. <widget class="QLabel" name="label">
  1002. <property name="text">
  1003. <string>Approach </string>
  1004. </property>
  1005. </widget>
  1006. </item>
  1007. <item row="1" column="1">
  1008. <widget class="QComboBox" name="ApproachComboBox">
  1009. <property name="minimumSize">
  1010. <size>
  1011. <width>140</width>
  1012. <height>20</height>
  1013. </size>
  1014. </property>
  1015. <property name="currentText">
  1016. <string/>
  1017. </property>
  1018. </widget>
  1019. </item>
  1020. <item row="1" column="4">
  1021. <widget class="QCheckBox" name="PilotMonitoringCheckBox">
  1022. <property name="text">
  1023. <string>PM</string>
  1024. </property>
  1025. </widget>
  1026. </item>
  1027. <item row="2" column="0">
  1028. <widget class="QCheckBox" name="TakeoffCheckBox">
  1029. <property name="toolTip">
  1030. <string/>
  1031. </property>
  1032. <property name="text">
  1033. <string>Take Off</string>
  1034. </property>
  1035. <property name="checked">
  1036. <bool>true</bool>
  1037. </property>
  1038. </widget>
  1039. </item>
  1040. <item row="2" column="1">
  1041. <widget class="QSpinBox" name="TakeoffSpinBox">
  1042. <property name="minimumSize">
  1043. <size>
  1044. <width>140</width>
  1045. <height>20</height>
  1046. </size>
  1047. </property>
  1048. <property name="value">
  1049. <number>1</number>
  1050. </property>
  1051. </widget>
  1052. </item>
  1053. <item row="2" column="3">
  1054. <widget class="QLabel" name="RulesLabel">
  1055. <property name="text">
  1056. <string>Rules</string>
  1057. </property>
  1058. </widget>
  1059. </item>
  1060. <item row="2" column="4">
  1061. <widget class="QCheckBox" name="VfrCheckBox">
  1062. <property name="text">
  1063. <string>VFR</string>
  1064. </property>
  1065. </widget>
  1066. </item>
  1067. <item row="3" column="0">
  1068. <widget class="QCheckBox" name="LandingCheckBox">
  1069. <property name="text">
  1070. <string>Landing</string>
  1071. </property>
  1072. <property name="checked">
  1073. <bool>true</bool>
  1074. </property>
  1075. </widget>
  1076. </item>
  1077. <item row="3" column="1">
  1078. <widget class="QSpinBox" name="LandingSpinBox">
  1079. <property name="minimumSize">
  1080. <size>
  1081. <width>140</width>
  1082. <height>20</height>
  1083. </size>
  1084. </property>
  1085. <property name="value">
  1086. <number>1</number>
  1087. </property>
  1088. </widget>
  1089. </item>
  1090. <item row="3" column="4">
  1091. <widget class="QCheckBox" name="IfrCheckBox">
  1092. <property name="toolTip">
  1093. <string/>
  1094. </property>
  1095. <property name="text">
  1096. <string>IFR</string>
  1097. </property>
  1098. <property name="checked">
  1099. <bool>true</bool>
  1100. </property>
  1101. </widget>
  1102. </item>
  1103. <item row="4" column="0">
  1104. <widget class="QCheckBox" name="AutolandCheckBox">
  1105. <property name="text">
  1106. <string>Autoland</string>
  1107. </property>
  1108. </widget>
  1109. </item>
  1110. <item row="4" column="1">
  1111. <widget class="QSpinBox" name="AutolandSpinBox">
  1112. <property name="minimumSize">
  1113. <size>
  1114. <width>140</width>
  1115. <height>20</height>
  1116. </size>
  1117. </property>
  1118. </widget>
  1119. </item>
  1120. <item row="5" column="0">
  1121. <widget class="QPushButton" name="setAsDefaultButton">
  1122. <property name="toolTip">
  1123. <string>Set current selection as default</string>
  1124. </property>
  1125. <property name="text">
  1126. <string>Set As Default</string>
  1127. </property>
  1128. </widget>
  1129. </item>
  1130. <item row="5" column="1">
  1131. <widget class="QPushButton" name="restoreDefaultButton">
  1132. <property name="toolTip">
  1133. <string>Restore previously stored default selection</string>
  1134. </property>
  1135. <property name="text">
  1136. <string>Restore Default</string>
  1137. </property>
  1138. </widget>
  1139. </item>
  1140. <item row="6" column="0" colspan="5">
  1141. <widget class="Line" name="line_3">
  1142. <property name="orientation">
  1143. <enum>Qt::Horizontal</enum>
  1144. </property>
  1145. </widget>
  1146. </item>
  1147. <item row="7" column="1">
  1148. <widget class="QCheckBox" name="manualEditingCheckBox">
  1149. <property name="minimumSize">
  1150. <size>
  1151. <width>0</width>
  1152. <height>0</height>
  1153. </size>
  1154. </property>
  1155. <property name="text">
  1156. <string>Enable Manual Editing</string>
  1157. </property>
  1158. <property name="checkable">
  1159. <bool>true</bool>
  1160. </property>
  1161. <property name="autoRepeat">
  1162. <bool>false</bool>
  1163. </property>
  1164. </widget>
  1165. </item>
  1166. <item row="8" column="0">
  1167. <widget class="QLabel" name="spse_Label">
  1168. <property name="text">
  1169. <string>SP SE</string>
  1170. </property>
  1171. </widget>
  1172. </item>
  1173. <item row="8" column="1">
  1174. <widget class="QLineEdit" name="tSPSETimeLineEdit">
  1175. <property name="minimumSize">
  1176. <size>
  1177. <width>0</width>
  1178. <height>20</height>
  1179. </size>
  1180. </property>
  1181. <property name="focusPolicy">
  1182. <enum>Qt::NoFocus</enum>
  1183. </property>
  1184. </widget>
  1185. </item>
  1186. <item row="8" column="2">
  1187. <widget class="QLabel" name="picTimeLabel">
  1188. <property name="text">
  1189. <string>PIC</string>
  1190. </property>
  1191. </widget>
  1192. </item>
  1193. <item row="8" column="4">
  1194. <widget class="QLineEdit" name="tPICTimeLineEdit">
  1195. <property name="minimumSize">
  1196. <size>
  1197. <width>0</width>
  1198. <height>20</height>
  1199. </size>
  1200. </property>
  1201. <property name="focusPolicy">
  1202. <enum>Qt::NoFocus</enum>
  1203. </property>
  1204. </widget>
  1205. </item>
  1206. <item row="9" column="0">
  1207. <widget class="QLabel" name="spmeLabel">
  1208. <property name="text">
  1209. <string>SP ME</string>
  1210. </property>
  1211. </widget>
  1212. </item>
  1213. <item row="9" column="1">
  1214. <widget class="QLineEdit" name="tSPMETimeLineEdit">
  1215. <property name="minimumSize">
  1216. <size>
  1217. <width>0</width>
  1218. <height>20</height>
  1219. </size>
  1220. </property>
  1221. <property name="focusPolicy">
  1222. <enum>Qt::NoFocus</enum>
  1223. </property>
  1224. </widget>
  1225. </item>
  1226. <item row="9" column="2">
  1227. <widget class="QLabel" name="picTimeLabel_2">
  1228. <property name="text">
  1229. <string>PICUS</string>
  1230. </property>
  1231. </widget>
  1232. </item>
  1233. <item row="9" column="4">
  1234. <widget class="QLineEdit" name="tPICUSTimeLineEdit">
  1235. <property name="minimumSize">
  1236. <size>
  1237. <width>0</width>
  1238. <height>20</height>
  1239. </size>
  1240. </property>
  1241. <property name="focusPolicy">
  1242. <enum>Qt::NoFocus</enum>
  1243. </property>
  1244. </widget>
  1245. </item>
  1246. <item row="10" column="0">
  1247. <widget class="QLabel" name="mpLabel">
  1248. <property name="text">
  1249. <string>MP</string>
  1250. </property>
  1251. </widget>
  1252. </item>
  1253. <item row="10" column="1">
  1254. <widget class="QLineEdit" name="tMPTimeLineEdit">
  1255. <property name="minimumSize">
  1256. <size>
  1257. <width>0</width>
  1258. <height>20</height>
  1259. </size>
  1260. </property>
  1261. <property name="focusPolicy">
  1262. <enum>Qt::NoFocus</enum>
  1263. </property>
  1264. </widget>
  1265. </item>
  1266. <item row="10" column="2">
  1267. <widget class="QLabel" name="coPilotTimeLabel">
  1268. <property name="text">
  1269. <string>Co-Pilot</string>
  1270. </property>
  1271. </widget>
  1272. </item>
  1273. <item row="10" column="4">
  1274. <widget class="QLineEdit" name="tSICTimeLineEdit">
  1275. <property name="minimumSize">
  1276. <size>
  1277. <width>0</width>
  1278. <height>20</height>
  1279. </size>
  1280. </property>
  1281. <property name="focusPolicy">
  1282. <enum>Qt::NoFocus</enum>
  1283. </property>
  1284. </widget>
  1285. </item>
  1286. <item row="11" column="0">
  1287. <widget class="QLabel" name="ifrLabel">
  1288. <property name="text">
  1289. <string>IFR</string>
  1290. </property>
  1291. </widget>
  1292. </item>
  1293. <item row="11" column="1">
  1294. <widget class="QLineEdit" name="tIFRTimeLineEdit">
  1295. <property name="minimumSize">
  1296. <size>
  1297. <width>0</width>
  1298. <height>20</height>
  1299. </size>
  1300. </property>
  1301. <property name="focusPolicy">
  1302. <enum>Qt::NoFocus</enum>
  1303. </property>
  1304. </widget>
  1305. </item>
  1306. <item row="11" column="2">
  1307. <widget class="QLabel" name="dualTimeLabel">
  1308. <property name="text">
  1309. <string>Dual</string>
  1310. </property>
  1311. </widget>
  1312. </item>
  1313. <item row="11" column="4">
  1314. <widget class="QLineEdit" name="tDUALTimeLineEdit">
  1315. <property name="minimumSize">
  1316. <size>
  1317. <width>0</width>
  1318. <height>20</height>
  1319. </size>
  1320. </property>
  1321. <property name="focusPolicy">
  1322. <enum>Qt::NoFocus</enum>
  1323. </property>
  1324. </widget>
  1325. </item>
  1326. <item row="12" column="0">
  1327. <widget class="QLabel" name="nightLabel">
  1328. <property name="text">
  1329. <string>Night</string>
  1330. </property>
  1331. </widget>
  1332. </item>
  1333. <item row="12" column="1">
  1334. <widget class="QLineEdit" name="tNIGHTTimeLineEdit">
  1335. <property name="minimumSize">
  1336. <size>
  1337. <width>0</width>
  1338. <height>20</height>
  1339. </size>
  1340. </property>
  1341. <property name="focusPolicy">
  1342. <enum>Qt::NoFocus</enum>
  1343. </property>
  1344. </widget>
  1345. </item>
  1346. <item row="12" column="2">
  1347. <widget class="QLabel" name="fiTimeLabel">
  1348. <property name="text">
  1349. <string>FI</string>
  1350. </property>
  1351. </widget>
  1352. </item>
  1353. <item row="12" column="4">
  1354. <widget class="QLineEdit" name="tFITimeLineEdit">
  1355. <property name="minimumSize">
  1356. <size>
  1357. <width>0</width>
  1358. <height>20</height>
  1359. </size>
  1360. </property>
  1361. <property name="focusPolicy">
  1362. <enum>Qt::NoFocus</enum>
  1363. </property>
  1364. </widget>
  1365. </item>
  1366. <item row="7" column="2">
  1367. <widget class="QLabel" name="tblkLabel_2">
  1368. <property name="text">
  1369. <string>Total</string>
  1370. </property>
  1371. </widget>
  1372. </item>
  1373. <item row="7" column="4">
  1374. <widget class="QLineEdit" name="tblkTimeLineEdit"/>
  1375. </item>
  1376. </layout>
  1377. </widget>
  1378. <widget class="QWidget" name="calendarTab">
  1379. <attribute name="title">
  1380. <string>Calendar</string>
  1381. </attribute>
  1382. <layout class="QGridLayout" name="gridLayout_4">
  1383. <item row="0" column="0">
  1384. <widget class="QCalendarWidget" name="calendarWidget">
  1385. <property name="gridVisible">
  1386. <bool>false</bool>
  1387. </property>
  1388. <property name="horizontalHeaderFormat">
  1389. <enum>QCalendarWidget::SingleLetterDayNames</enum>
  1390. </property>
  1391. <property name="verticalHeaderFormat">
  1392. <enum>QCalendarWidget::NoVerticalHeader</enum>
  1393. </property>
  1394. </widget>
  1395. </item>
  1396. </layout>
  1397. </widget>
  1398. </widget>
  1399. </item>
  1400. </layout>
  1401. </widget>
  1402. <tabstops>
  1403. <tabstop>doftLineEdit</tabstop>
  1404. <tabstop>deptLocLineEdit</tabstop>
  1405. <tabstop>tofbTimeLineEdit</tabstop>
  1406. <tabstop>destLocLineEdit</tabstop>
  1407. <tabstop>tonbTimeLineEdit</tabstop>
  1408. <tabstop>acftLineEdit</tabstop>
  1409. <tabstop>picNameLineEdit</tabstop>
  1410. <tabstop>secondPilotNameLineEdit</tabstop>
  1411. <tabstop>thirdPilotNameLineEdit</tabstop>
  1412. <tabstop>FlightNumberLineEdit</tabstop>
  1413. <tabstop>RemarksLineEdit</tabstop>
  1414. <tabstop>FunctionComboBox</tabstop>
  1415. <tabstop>ApproachComboBox</tabstop>
  1416. <tabstop>TakeoffCheckBox</tabstop>
  1417. <tabstop>TakeoffSpinBox</tabstop>
  1418. <tabstop>LandingCheckBox</tabstop>
  1419. <tabstop>LandingSpinBox</tabstop>
  1420. <tabstop>AutolandCheckBox</tabstop>
  1421. <tabstop>AutolandSpinBox</tabstop>
  1422. <tabstop>PilotFlyingCheckBox</tabstop>
  1423. <tabstop>PilotMonitoringCheckBox</tabstop>
  1424. <tabstop>VfrCheckBox</tabstop>
  1425. <tabstop>IfrCheckBox</tabstop>
  1426. <tabstop>setAsDefaultButton</tabstop>
  1427. <tabstop>restoreDefaultButton</tabstop>
  1428. <tabstop>manualEditingCheckBox</tabstop>
  1429. <tabstop>tblkTimeLineEdit</tabstop>
  1430. <tabstop>calendarWidget</tabstop>
  1431. <tabstop>flightDataTabWidget</tabstop>
  1432. </tabstops>
  1433. <resources/>
  1434. <connections/>
  1435. </ui>