newflight.ui 46 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500
  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>0</number>
  21. </property>
  22. <widget class="QWidget" name="flightDataTab">
  23. <attribute name="title">
  24. <string>Flight Data</string>
  25. </attribute>
  26. <layout class="QGridLayout" name="gridLayout">
  27. <item row="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="font">
  792. <font>
  793. <family>DejaVu Sans</family>
  794. <pointsize>10</pointsize>
  795. <weight>75</weight>
  796. <bold>true</bold>
  797. </font>
  798. </property>
  799. <property name="toolTip">
  800. <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>
  801. </property>
  802. <property name="styleSheet">
  803. <string notr="true"/>
  804. </property>
  805. <property name="frameShape">
  806. <enum>QFrame::NoFrame</enum>
  807. </property>
  808. <property name="frameShadow">
  809. <enum>QFrame::Plain</enum>
  810. </property>
  811. <property name="text">
  812. <string> 00:00</string>
  813. </property>
  814. </widget>
  815. </item>
  816. <item row="13" column="3">
  817. <widget class="QLabel" name="autoSICLabel">
  818. <property name="text">
  819. <string>SIC</string>
  820. </property>
  821. </widget>
  822. </item>
  823. <item row="0" column="5">
  824. <widget class="QLabel" name="doftDisplayLabel">
  825. <property name="text">
  826. <string/>
  827. </property>
  828. </widget>
  829. </item>
  830. <item row="0" column="3">
  831. <widget class="QCheckBox" name="calendarCheckBox">
  832. <property name="text">
  833. <string>Calendar</string>
  834. </property>
  835. </widget>
  836. </item>
  837. <item row="6" column="5">
  838. <widget class="QLabel" name="picCompanyLabel">
  839. <property name="text">
  840. <string/>
  841. </property>
  842. </widget>
  843. </item>
  844. </layout>
  845. <zorder>placeLabel2</zorder>
  846. <zorder>deptLocLineEdit</zorder>
  847. <zorder>destLabel</zorder>
  848. <zorder>deptNameLabel</zorder>
  849. <zorder>acftLineEdit</zorder>
  850. <zorder>deptLabel</zorder>
  851. <zorder>destLocLineEdit</zorder>
  852. <zorder>acftLabel</zorder>
  853. <zorder>destNameLabel</zorder>
  854. <zorder>acftTypeLabel</zorder>
  855. <zorder>doftLineEdit</zorder>
  856. <zorder>tofbLabel</zorder>
  857. <zorder>secondPilotLabel</zorder>
  858. <zorder>autoDualLabel</zorder>
  859. <zorder>tDUALLabel</zorder>
  860. <zorder>tPICLabel</zorder>
  861. <zorder>autoPICLabel</zorder>
  862. <zorder>tonbLabel</zorder>
  863. <zorder>autoPicusLabel</zorder>
  864. <zorder>tSICLabel</zorder>
  865. <zorder>tIFRLabel</zorder>
  866. <zorder>deptTZ</zorder>
  867. <zorder>tSPSELabel</zorder>
  868. <zorder>RemarksLineEdit</zorder>
  869. <zorder>picLabel</zorder>
  870. <zorder>tSPMELabel</zorder>
  871. <zorder>autoSPMELabel</zorder>
  872. <zorder>tofbTimeLineEdit</zorder>
  873. <zorder>tNIGHTLabel</zorder>
  874. <zorder>doftLabel</zorder>
  875. <zorder>tMPLabel</zorder>
  876. <zorder>tblkLabel</zorder>
  877. <zorder>autoSPSELabel</zorder>
  878. <zorder>tonbTimeLineEdit</zorder>
  879. <zorder>thirdPilotLabel</zorder>
  880. <zorder>secondPilotNameLineEdit</zorder>
  881. <zorder>thirdPilotNameLineEdit</zorder>
  882. <zorder>autoMPLabel</zorder>
  883. <zorder>picNameLineEdit</zorder>
  884. <zorder>destTZ</zorder>
  885. <zorder>RemarksLabel</zorder>
  886. <zorder>tPICUSLabel</zorder>
  887. <zorder>autoNightLabel</zorder>
  888. <zorder>FlightNumberLineEdit</zorder>
  889. <zorder>autoIFRLabel</zorder>
  890. <zorder>line</zorder>
  891. <zorder>autoTotalLabel</zorder>
  892. <zorder>autoFILabel</zorder>
  893. <zorder>tFILabel</zorder>
  894. <zorder>autoSICLabel</zorder>
  895. <zorder>FlightNumberLabel</zorder>
  896. <zorder>doftDisplayLabel</zorder>
  897. <zorder>placeLabel1</zorder>
  898. <zorder>calendarCheckBox</zorder>
  899. <zorder>picCompanyLabel</zorder>
  900. </widget>
  901. <widget class="QWidget" name="autoLoggingTab">
  902. <attribute name="title">
  903. <string>Auto-Logging</string>
  904. </attribute>
  905. <layout class="QGridLayout" name="gridLayout_3">
  906. <item row="0" column="0">
  907. <widget class="QLabel" name="FunctionLabel">
  908. <property name="text">
  909. <string>Function</string>
  910. </property>
  911. </widget>
  912. </item>
  913. <item row="0" column="1">
  914. <widget class="QComboBox" name="FunctionComboBox">
  915. <property name="minimumSize">
  916. <size>
  917. <width>140</width>
  918. <height>20</height>
  919. </size>
  920. </property>
  921. <item>
  922. <property name="text">
  923. <string>PIC</string>
  924. </property>
  925. </item>
  926. <item>
  927. <property name="text">
  928. <string>PICUS</string>
  929. </property>
  930. </item>
  931. <item>
  932. <property name="text">
  933. <string>SIC</string>
  934. </property>
  935. </item>
  936. <item>
  937. <property name="text">
  938. <string>Dual</string>
  939. </property>
  940. </item>
  941. <item>
  942. <property name="text">
  943. <string>Instructor</string>
  944. </property>
  945. </item>
  946. </widget>
  947. </item>
  948. <item row="0" column="3">
  949. <widget class="QLabel" name="TaskLabel">
  950. <property name="text">
  951. <string>Task</string>
  952. </property>
  953. </widget>
  954. </item>
  955. <item row="0" column="4">
  956. <widget class="QCheckBox" name="PilotFlyingCheckBox">
  957. <property name="toolTip">
  958. <string>Assumes T/O and LDG performed. If not, edit details.</string>
  959. </property>
  960. <property name="text">
  961. <string>PF</string>
  962. </property>
  963. <property name="checked">
  964. <bool>true</bool>
  965. </property>
  966. <property name="autoExclusive">
  967. <bool>false</bool>
  968. </property>
  969. <property name="tristate">
  970. <bool>false</bool>
  971. </property>
  972. </widget>
  973. </item>
  974. <item row="1" column="0">
  975. <widget class="QLabel" name="label">
  976. <property name="text">
  977. <string>Approach </string>
  978. </property>
  979. </widget>
  980. </item>
  981. <item row="1" column="1">
  982. <widget class="QComboBox" name="ApproachComboBox">
  983. <property name="minimumSize">
  984. <size>
  985. <width>140</width>
  986. <height>20</height>
  987. </size>
  988. </property>
  989. <property name="currentText">
  990. <string>ILS CAT I</string>
  991. </property>
  992. <item>
  993. <property name="text">
  994. <string>ILS CAT I</string>
  995. </property>
  996. </item>
  997. <item>
  998. <property name="text">
  999. <string>ILS CAT II</string>
  1000. </property>
  1001. </item>
  1002. <item>
  1003. <property name="text">
  1004. <string>ILS CAT III</string>
  1005. </property>
  1006. </item>
  1007. <item>
  1008. <property name="text">
  1009. <string>Visual</string>
  1010. </property>
  1011. </item>
  1012. <item>
  1013. <property name="text">
  1014. <string>RNAV</string>
  1015. </property>
  1016. </item>
  1017. <item>
  1018. <property name="text">
  1019. <string>RNAV (RNP)</string>
  1020. </property>
  1021. </item>
  1022. <item>
  1023. <property name="text">
  1024. <string>RNAV (RNP AR)</string>
  1025. </property>
  1026. </item>
  1027. <item>
  1028. <property name="text">
  1029. <string>VOR</string>
  1030. </property>
  1031. </item>
  1032. <item>
  1033. <property name="text">
  1034. <string>NDB</string>
  1035. </property>
  1036. </item>
  1037. <item>
  1038. <property name="text">
  1039. <string>LOC</string>
  1040. </property>
  1041. </item>
  1042. <item>
  1043. <property name="text">
  1044. <string>GLS</string>
  1045. </property>
  1046. </item>
  1047. <item>
  1048. <property name="text">
  1049. <string>MLS</string>
  1050. </property>
  1051. </item>
  1052. <item>
  1053. <property name="text">
  1054. <string>SRA</string>
  1055. </property>
  1056. </item>
  1057. </widget>
  1058. </item>
  1059. <item row="1" column="4">
  1060. <widget class="QCheckBox" name="PilotMonitoringCheckBox">
  1061. <property name="text">
  1062. <string>PM</string>
  1063. </property>
  1064. </widget>
  1065. </item>
  1066. <item row="2" column="0">
  1067. <widget class="QCheckBox" name="TakeoffCheckBox">
  1068. <property name="toolTip">
  1069. <string/>
  1070. </property>
  1071. <property name="text">
  1072. <string>Take Off</string>
  1073. </property>
  1074. <property name="checked">
  1075. <bool>true</bool>
  1076. </property>
  1077. </widget>
  1078. </item>
  1079. <item row="2" column="1">
  1080. <widget class="QSpinBox" name="TakeoffSpinBox">
  1081. <property name="minimumSize">
  1082. <size>
  1083. <width>140</width>
  1084. <height>20</height>
  1085. </size>
  1086. </property>
  1087. <property name="value">
  1088. <number>1</number>
  1089. </property>
  1090. </widget>
  1091. </item>
  1092. <item row="2" column="3">
  1093. <widget class="QLabel" name="RulesLabel">
  1094. <property name="text">
  1095. <string>Rules</string>
  1096. </property>
  1097. </widget>
  1098. </item>
  1099. <item row="2" column="4">
  1100. <widget class="QCheckBox" name="VfrCheckBox">
  1101. <property name="text">
  1102. <string>VFR</string>
  1103. </property>
  1104. </widget>
  1105. </item>
  1106. <item row="3" column="0">
  1107. <widget class="QCheckBox" name="LandingCheckBox">
  1108. <property name="text">
  1109. <string>Landing</string>
  1110. </property>
  1111. <property name="checked">
  1112. <bool>true</bool>
  1113. </property>
  1114. </widget>
  1115. </item>
  1116. <item row="3" column="1">
  1117. <widget class="QSpinBox" name="LandingSpinBox">
  1118. <property name="minimumSize">
  1119. <size>
  1120. <width>140</width>
  1121. <height>20</height>
  1122. </size>
  1123. </property>
  1124. <property name="value">
  1125. <number>1</number>
  1126. </property>
  1127. </widget>
  1128. </item>
  1129. <item row="3" column="4">
  1130. <widget class="QCheckBox" name="IfrCheckBox">
  1131. <property name="toolTip">
  1132. <string/>
  1133. </property>
  1134. <property name="text">
  1135. <string>IFR</string>
  1136. </property>
  1137. <property name="checked">
  1138. <bool>true</bool>
  1139. </property>
  1140. </widget>
  1141. </item>
  1142. <item row="4" column="0">
  1143. <widget class="QCheckBox" name="AutolandCheckBox">
  1144. <property name="text">
  1145. <string>Autoland</string>
  1146. </property>
  1147. </widget>
  1148. </item>
  1149. <item row="4" column="1">
  1150. <widget class="QSpinBox" name="AutolandSpinBox">
  1151. <property name="minimumSize">
  1152. <size>
  1153. <width>140</width>
  1154. <height>20</height>
  1155. </size>
  1156. </property>
  1157. </widget>
  1158. </item>
  1159. <item row="5" column="0">
  1160. <widget class="QPushButton" name="setAsDefaultButton">
  1161. <property name="toolTip">
  1162. <string>Set current selection as default</string>
  1163. </property>
  1164. <property name="text">
  1165. <string>Set As Default</string>
  1166. </property>
  1167. </widget>
  1168. </item>
  1169. <item row="5" column="1">
  1170. <widget class="QPushButton" name="restoreDefaultButton">
  1171. <property name="toolTip">
  1172. <string>Restore previously stored default selection</string>
  1173. </property>
  1174. <property name="text">
  1175. <string>Restore Default</string>
  1176. </property>
  1177. </widget>
  1178. </item>
  1179. <item row="6" column="0" colspan="5">
  1180. <widget class="Line" name="line_3">
  1181. <property name="orientation">
  1182. <enum>Qt::Horizontal</enum>
  1183. </property>
  1184. </widget>
  1185. </item>
  1186. <item row="7" column="1">
  1187. <widget class="QCheckBox" name="manualEditingCheckBox">
  1188. <property name="minimumSize">
  1189. <size>
  1190. <width>0</width>
  1191. <height>0</height>
  1192. </size>
  1193. </property>
  1194. <property name="text">
  1195. <string>Enable Manual Editing</string>
  1196. </property>
  1197. <property name="checkable">
  1198. <bool>true</bool>
  1199. </property>
  1200. <property name="autoRepeat">
  1201. <bool>false</bool>
  1202. </property>
  1203. </widget>
  1204. </item>
  1205. <item row="8" column="0">
  1206. <widget class="QLabel" name="spse_Label">
  1207. <property name="text">
  1208. <string>SP SE</string>
  1209. </property>
  1210. </widget>
  1211. </item>
  1212. <item row="8" column="1">
  1213. <widget class="QLineEdit" name="tSPSETimeLineEdit">
  1214. <property name="minimumSize">
  1215. <size>
  1216. <width>0</width>
  1217. <height>20</height>
  1218. </size>
  1219. </property>
  1220. <property name="focusPolicy">
  1221. <enum>Qt::NoFocus</enum>
  1222. </property>
  1223. </widget>
  1224. </item>
  1225. <item row="8" column="2">
  1226. <widget class="QLabel" name="picTimeLabel">
  1227. <property name="text">
  1228. <string>PIC</string>
  1229. </property>
  1230. </widget>
  1231. </item>
  1232. <item row="8" column="4">
  1233. <widget class="QLineEdit" name="tPICTimeLineEdit">
  1234. <property name="minimumSize">
  1235. <size>
  1236. <width>0</width>
  1237. <height>20</height>
  1238. </size>
  1239. </property>
  1240. <property name="focusPolicy">
  1241. <enum>Qt::NoFocus</enum>
  1242. </property>
  1243. </widget>
  1244. </item>
  1245. <item row="9" column="0">
  1246. <widget class="QLabel" name="spmeLabel">
  1247. <property name="text">
  1248. <string>SP ME</string>
  1249. </property>
  1250. </widget>
  1251. </item>
  1252. <item row="9" column="1">
  1253. <widget class="QLineEdit" name="tSPMETimeLineEdit">
  1254. <property name="minimumSize">
  1255. <size>
  1256. <width>0</width>
  1257. <height>20</height>
  1258. </size>
  1259. </property>
  1260. <property name="focusPolicy">
  1261. <enum>Qt::NoFocus</enum>
  1262. </property>
  1263. </widget>
  1264. </item>
  1265. <item row="9" column="2">
  1266. <widget class="QLabel" name="picTimeLabel_2">
  1267. <property name="text">
  1268. <string>PICUS</string>
  1269. </property>
  1270. </widget>
  1271. </item>
  1272. <item row="9" column="4">
  1273. <widget class="QLineEdit" name="tPICUSTimeLineEdit">
  1274. <property name="minimumSize">
  1275. <size>
  1276. <width>0</width>
  1277. <height>20</height>
  1278. </size>
  1279. </property>
  1280. <property name="focusPolicy">
  1281. <enum>Qt::NoFocus</enum>
  1282. </property>
  1283. </widget>
  1284. </item>
  1285. <item row="10" column="0">
  1286. <widget class="QLabel" name="mpLabel">
  1287. <property name="text">
  1288. <string>MP</string>
  1289. </property>
  1290. </widget>
  1291. </item>
  1292. <item row="10" column="1">
  1293. <widget class="QLineEdit" name="tMPTimeLineEdit">
  1294. <property name="minimumSize">
  1295. <size>
  1296. <width>0</width>
  1297. <height>20</height>
  1298. </size>
  1299. </property>
  1300. <property name="focusPolicy">
  1301. <enum>Qt::NoFocus</enum>
  1302. </property>
  1303. </widget>
  1304. </item>
  1305. <item row="10" column="2">
  1306. <widget class="QLabel" name="coPilotTimeLabel">
  1307. <property name="text">
  1308. <string>Co-Pilot</string>
  1309. </property>
  1310. </widget>
  1311. </item>
  1312. <item row="10" column="4">
  1313. <widget class="QLineEdit" name="tSICTimeLineEdit">
  1314. <property name="minimumSize">
  1315. <size>
  1316. <width>0</width>
  1317. <height>20</height>
  1318. </size>
  1319. </property>
  1320. <property name="focusPolicy">
  1321. <enum>Qt::NoFocus</enum>
  1322. </property>
  1323. </widget>
  1324. </item>
  1325. <item row="11" column="0">
  1326. <widget class="QLabel" name="ifrLabel">
  1327. <property name="text">
  1328. <string>IFR</string>
  1329. </property>
  1330. </widget>
  1331. </item>
  1332. <item row="11" column="1">
  1333. <widget class="QLineEdit" name="tIFRTimeLineEdit">
  1334. <property name="minimumSize">
  1335. <size>
  1336. <width>0</width>
  1337. <height>20</height>
  1338. </size>
  1339. </property>
  1340. <property name="focusPolicy">
  1341. <enum>Qt::NoFocus</enum>
  1342. </property>
  1343. </widget>
  1344. </item>
  1345. <item row="11" column="2">
  1346. <widget class="QLabel" name="dualTimeLabel">
  1347. <property name="text">
  1348. <string>Dual</string>
  1349. </property>
  1350. </widget>
  1351. </item>
  1352. <item row="11" column="4">
  1353. <widget class="QLineEdit" name="tDUALTimeLineEdit">
  1354. <property name="minimumSize">
  1355. <size>
  1356. <width>0</width>
  1357. <height>20</height>
  1358. </size>
  1359. </property>
  1360. <property name="focusPolicy">
  1361. <enum>Qt::NoFocus</enum>
  1362. </property>
  1363. </widget>
  1364. </item>
  1365. <item row="12" column="0">
  1366. <widget class="QLabel" name="nightLabel">
  1367. <property name="text">
  1368. <string>Night</string>
  1369. </property>
  1370. </widget>
  1371. </item>
  1372. <item row="12" column="1">
  1373. <widget class="QLineEdit" name="tNIGHTTimeLineEdit">
  1374. <property name="minimumSize">
  1375. <size>
  1376. <width>0</width>
  1377. <height>20</height>
  1378. </size>
  1379. </property>
  1380. <property name="focusPolicy">
  1381. <enum>Qt::NoFocus</enum>
  1382. </property>
  1383. </widget>
  1384. </item>
  1385. <item row="12" column="2">
  1386. <widget class="QLabel" name="fiTimeLabel">
  1387. <property name="text">
  1388. <string>FI</string>
  1389. </property>
  1390. </widget>
  1391. </item>
  1392. <item row="12" column="4">
  1393. <widget class="QLineEdit" name="tFITimeLineEdit">
  1394. <property name="minimumSize">
  1395. <size>
  1396. <width>0</width>
  1397. <height>20</height>
  1398. </size>
  1399. </property>
  1400. <property name="focusPolicy">
  1401. <enum>Qt::NoFocus</enum>
  1402. </property>
  1403. </widget>
  1404. </item>
  1405. <item row="7" column="2">
  1406. <widget class="QLabel" name="tblkLabel_2">
  1407. <property name="text">
  1408. <string>Total</string>
  1409. </property>
  1410. </widget>
  1411. </item>
  1412. <item row="7" column="4">
  1413. <widget class="QLineEdit" name="tblkTimeLineEdit"/>
  1414. </item>
  1415. </layout>
  1416. </widget>
  1417. <widget class="QWidget" name="calendarTab">
  1418. <attribute name="title">
  1419. <string>Calendar</string>
  1420. </attribute>
  1421. <layout class="QGridLayout" name="gridLayout_4">
  1422. <item row="0" column="0">
  1423. <widget class="QCalendarWidget" name="calendarWidget">
  1424. <property name="gridVisible">
  1425. <bool>false</bool>
  1426. </property>
  1427. <property name="horizontalHeaderFormat">
  1428. <enum>QCalendarWidget::SingleLetterDayNames</enum>
  1429. </property>
  1430. <property name="verticalHeaderFormat">
  1431. <enum>QCalendarWidget::NoVerticalHeader</enum>
  1432. </property>
  1433. </widget>
  1434. </item>
  1435. </layout>
  1436. </widget>
  1437. </widget>
  1438. </item>
  1439. <item row="1" column="0">
  1440. <widget class="QPushButton" name="cancelButton">
  1441. <property name="styleSheet">
  1442. <string notr="true">color: rgb(164, 0, 0);</string>
  1443. </property>
  1444. <property name="text">
  1445. <string>Cancel</string>
  1446. </property>
  1447. </widget>
  1448. </item>
  1449. <item row="1" column="1">
  1450. <widget class="QPushButton" name="submitButton">
  1451. <property name="enabled">
  1452. <bool>true</bool>
  1453. </property>
  1454. <property name="whatsThis">
  1455. <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>
  1456. </property>
  1457. <property name="styleSheet">
  1458. <string notr="true">color: rgb(78, 154, 6);</string>
  1459. </property>
  1460. <property name="text">
  1461. <string>Submit</string>
  1462. </property>
  1463. </widget>
  1464. </item>
  1465. </layout>
  1466. </widget>
  1467. <tabstops>
  1468. <tabstop>doftLineEdit</tabstop>
  1469. <tabstop>deptLocLineEdit</tabstop>
  1470. <tabstop>tofbTimeLineEdit</tabstop>
  1471. <tabstop>destLocLineEdit</tabstop>
  1472. <tabstop>tonbTimeLineEdit</tabstop>
  1473. <tabstop>acftLineEdit</tabstop>
  1474. <tabstop>picNameLineEdit</tabstop>
  1475. <tabstop>secondPilotNameLineEdit</tabstop>
  1476. <tabstop>thirdPilotNameLineEdit</tabstop>
  1477. <tabstop>FlightNumberLineEdit</tabstop>
  1478. <tabstop>RemarksLineEdit</tabstop>
  1479. <tabstop>FunctionComboBox</tabstop>
  1480. <tabstop>ApproachComboBox</tabstop>
  1481. <tabstop>TakeoffCheckBox</tabstop>
  1482. <tabstop>TakeoffSpinBox</tabstop>
  1483. <tabstop>LandingCheckBox</tabstop>
  1484. <tabstop>LandingSpinBox</tabstop>
  1485. <tabstop>AutolandCheckBox</tabstop>
  1486. <tabstop>AutolandSpinBox</tabstop>
  1487. <tabstop>PilotFlyingCheckBox</tabstop>
  1488. <tabstop>PilotMonitoringCheckBox</tabstop>
  1489. <tabstop>VfrCheckBox</tabstop>
  1490. <tabstop>IfrCheckBox</tabstop>
  1491. <tabstop>setAsDefaultButton</tabstop>
  1492. <tabstop>restoreDefaultButton</tabstop>
  1493. <tabstop>manualEditingCheckBox</tabstop>
  1494. <tabstop>tblkTimeLineEdit</tabstop>
  1495. <tabstop>calendarWidget</tabstop>
  1496. <tabstop>flightDataTabWidget</tabstop>
  1497. </tabstops>
  1498. <resources/>
  1499. <connections/>
  1500. </ui>