newflight.ui 46 KB

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