2
0

settingswidget.ui 32 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>SettingsWidget</class>
  4. <widget class="QWidget" name="SettingsWidget">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>1114</width>
  10. <height>661</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Form</string>
  15. </property>
  16. <layout class="QGridLayout" name="gridLayout_2">
  17. <item row="0" column="0">
  18. <widget class="QTabWidget" name="tabWidget">
  19. <property name="currentIndex">
  20. <number>3</number>
  21. </property>
  22. <widget class="QWidget" name="personalTab">
  23. <attribute name="title">
  24. <string>Personal</string>
  25. </attribute>
  26. <layout class="QGridLayout" name="gridLayout">
  27. <item row="0" column="1">
  28. <widget class="QLabel" name="lastNameLabel">
  29. <property name="text">
  30. <string>Last Name</string>
  31. </property>
  32. </widget>
  33. </item>
  34. <item row="0" column="2">
  35. <widget class="QLineEdit" name="lastnameLineEdit">
  36. <property name="maxLength">
  37. <number>40</number>
  38. </property>
  39. <property name="placeholderText">
  40. <string>required</string>
  41. </property>
  42. </widget>
  43. </item>
  44. <item row="1" column="1">
  45. <widget class="QLabel" name="firstNameLabel">
  46. <property name="text">
  47. <string>First Name</string>
  48. </property>
  49. </widget>
  50. </item>
  51. <item row="1" column="2">
  52. <widget class="QLineEdit" name="firstnameLineEdit">
  53. <property name="maxLength">
  54. <number>40</number>
  55. </property>
  56. <property name="placeholderText">
  57. <string>required</string>
  58. </property>
  59. </widget>
  60. </item>
  61. <item row="2" column="1">
  62. <widget class="QLabel" name="companyLabel">
  63. <property name="text">
  64. <string>Company</string>
  65. </property>
  66. </widget>
  67. </item>
  68. <item row="2" column="2">
  69. <widget class="QLineEdit" name="companyLineEdit">
  70. <property name="focusPolicy">
  71. <enum>Qt::StrongFocus</enum>
  72. </property>
  73. <property name="text">
  74. <string/>
  75. </property>
  76. <property name="maxLength">
  77. <number>40</number>
  78. </property>
  79. <property name="placeholderText">
  80. <string>optional</string>
  81. </property>
  82. </widget>
  83. </item>
  84. <item row="3" column="1">
  85. <widget class="QLabel" name="employeeLabel">
  86. <property name="text">
  87. <string>Employee ID</string>
  88. </property>
  89. </widget>
  90. </item>
  91. <item row="3" column="2">
  92. <widget class="QLineEdit" name="employeeidLineEdit">
  93. <property name="focusPolicy">
  94. <enum>Qt::StrongFocus</enum>
  95. </property>
  96. <property name="text">
  97. <string/>
  98. </property>
  99. <property name="maxLength">
  100. <number>40</number>
  101. </property>
  102. <property name="placeholderText">
  103. <string>optional</string>
  104. </property>
  105. </widget>
  106. </item>
  107. <item row="4" column="1">
  108. <widget class="QLabel" name="emailLabel">
  109. <property name="text">
  110. <string>eMail</string>
  111. </property>
  112. </widget>
  113. </item>
  114. <item row="4" column="2">
  115. <widget class="QLineEdit" name="emailLineEdit">
  116. <property name="maxLength">
  117. <number>40</number>
  118. </property>
  119. <property name="placeholderText">
  120. <string>optional</string>
  121. </property>
  122. </widget>
  123. </item>
  124. <item row="5" column="0">
  125. <spacer name="horizontalSpacer_5">
  126. <property name="orientation">
  127. <enum>Qt::Horizontal</enum>
  128. </property>
  129. <property name="sizeHint" stdset="0">
  130. <size>
  131. <width>191</width>
  132. <height>20</height>
  133. </size>
  134. </property>
  135. </spacer>
  136. </item>
  137. <item row="5" column="1">
  138. <widget class="QLabel" name="phoneLabel">
  139. <property name="text">
  140. <string>Phone</string>
  141. </property>
  142. </widget>
  143. </item>
  144. <item row="5" column="2">
  145. <widget class="QLineEdit" name="phoneLineEdit">
  146. <property name="maxLength">
  147. <number>40</number>
  148. </property>
  149. <property name="placeholderText">
  150. <string>optional</string>
  151. </property>
  152. </widget>
  153. </item>
  154. <item row="5" column="3">
  155. <spacer name="horizontalSpacer_6">
  156. <property name="orientation">
  157. <enum>Qt::Horizontal</enum>
  158. </property>
  159. <property name="sizeHint" stdset="0">
  160. <size>
  161. <width>191</width>
  162. <height>20</height>
  163. </size>
  164. </property>
  165. </spacer>
  166. </item>
  167. </layout>
  168. </widget>
  169. <widget class="QWidget" name="flightLoggingTab">
  170. <attribute name="title">
  171. <string>Flight Logging</string>
  172. </attribute>
  173. <layout class="QGridLayout" name="gridLayout_5">
  174. <item row="0" column="1">
  175. <widget class="QLabel" name="functionLabel">
  176. <property name="toolTip">
  177. <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Default function for auto-logging&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
  178. </property>
  179. <property name="text">
  180. <string>Function</string>
  181. </property>
  182. </widget>
  183. </item>
  184. <item row="0" column="2">
  185. <widget class="QComboBox" name="functionComboBox"/>
  186. </item>
  187. <item row="1" column="1">
  188. <widget class="QLabel" name="rulesLabel">
  189. <property name="toolTip">
  190. <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Default Flight Rules for auto-logging&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
  191. </property>
  192. <property name="text">
  193. <string>Flight Rules</string>
  194. </property>
  195. </widget>
  196. </item>
  197. <item row="1" column="2">
  198. <widget class="QComboBox" name="rulesComboBox">
  199. <item>
  200. <property name="text">
  201. <string>VFR</string>
  202. </property>
  203. </item>
  204. <item>
  205. <property name="text">
  206. <string>IFR</string>
  207. </property>
  208. </item>
  209. </widget>
  210. </item>
  211. <item row="2" column="0">
  212. <spacer name="horizontalSpacer_3">
  213. <property name="orientation">
  214. <enum>Qt::Horizontal</enum>
  215. </property>
  216. <property name="sizeHint" stdset="0">
  217. <size>
  218. <width>176</width>
  219. <height>20</height>
  220. </size>
  221. </property>
  222. </spacer>
  223. </item>
  224. <item row="2" column="1">
  225. <widget class="QLabel" name="approachLabel">
  226. <property name="toolTip">
  227. <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;The default approach for auto-logging&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
  228. </property>
  229. <property name="text">
  230. <string>Approach</string>
  231. </property>
  232. </widget>
  233. </item>
  234. <item row="2" column="2">
  235. <widget class="QComboBox" name="approachComboBox"/>
  236. </item>
  237. <item row="2" column="3">
  238. <spacer name="horizontalSpacer_4">
  239. <property name="orientation">
  240. <enum>Qt::Horizontal</enum>
  241. </property>
  242. <property name="sizeHint" stdset="0">
  243. <size>
  244. <width>175</width>
  245. <height>20</height>
  246. </size>
  247. </property>
  248. </spacer>
  249. </item>
  250. <item row="3" column="1">
  251. <widget class="QLabel" name="nightLabel">
  252. <property name="toolTip">
  253. <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Determines how (if) night time is automatically calculated. &lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
  254. </property>
  255. <property name="whatsThis">
  256. <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>
  257. </property>
  258. <property name="text">
  259. <string>Night Time</string>
  260. </property>
  261. </widget>
  262. </item>
  263. <item row="3" column="2">
  264. <widget class="QComboBox" name="nightComboBox">
  265. <property name="toolTip">
  266. <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;EASA: End of civil evening twilight until beginning of civil morning twilight&lt;/p&gt;&lt;p&gt;SR/SS: From sunrise to sunset.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
  267. </property>
  268. <property name="whatsThis">
  269. <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;EASA: End of civil evening twilight until beginning of civil morning twilight&lt;/p&gt;&lt;p&gt;SR/SS: From sunrise to sunset.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
  270. </property>
  271. <item>
  272. <property name="text">
  273. <string>NO</string>
  274. </property>
  275. </item>
  276. <item>
  277. <property name="text">
  278. <string>YES (EASA)</string>
  279. </property>
  280. </item>
  281. <item>
  282. <property name="text">
  283. <string>YES (SR/SS)</string>
  284. </property>
  285. </item>
  286. </widget>
  287. </item>
  288. <item row="4" column="1">
  289. <widget class="QLabel" name="prefixLabel">
  290. <property name="toolTip">
  291. <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Enter you airline Prefix to speed up logging of flight numbers&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
  292. </property>
  293. <property name="text">
  294. <string>Airline Prefix</string>
  295. </property>
  296. </widget>
  297. </item>
  298. <item row="4" column="2">
  299. <widget class="QLineEdit" name="prefixLineEdit">
  300. <property name="maxLength">
  301. <number>10</number>
  302. </property>
  303. <property name="placeholderText">
  304. <string>optional</string>
  305. </property>
  306. </widget>
  307. </item>
  308. </layout>
  309. </widget>
  310. <widget class="QWidget" name="currenciesTab">
  311. <attribute name="title">
  312. <string>Currencies</string>
  313. </attribute>
  314. <layout class="QGridLayout" name="gridLayout_6">
  315. <item row="3" column="3">
  316. <widget class="QCheckBox" name="currToLdgCheckBox">
  317. <property name="minimumSize">
  318. <size>
  319. <width>140</width>
  320. <height>0</height>
  321. </size>
  322. </property>
  323. <property name="layoutDirection">
  324. <enum>Qt::LeftToRight</enum>
  325. </property>
  326. <property name="text">
  327. <string/>
  328. </property>
  329. </widget>
  330. </item>
  331. <item row="8" column="0">
  332. <widget class="QLineEdit" name="currCustom1LineEdit">
  333. <property name="minimumSize">
  334. <size>
  335. <width>280</width>
  336. <height>0</height>
  337. </size>
  338. </property>
  339. <property name="text">
  340. <string/>
  341. </property>
  342. <property name="placeholderText">
  343. <string>custom currency</string>
  344. </property>
  345. </widget>
  346. </item>
  347. <item row="5" column="3">
  348. <widget class="QCheckBox" name="currTrCheckBox">
  349. <property name="minimumSize">
  350. <size>
  351. <width>140</width>
  352. <height>0</height>
  353. </size>
  354. </property>
  355. <property name="layoutDirection">
  356. <enum>Qt::LeftToRight</enum>
  357. </property>
  358. <property name="text">
  359. <string/>
  360. </property>
  361. </widget>
  362. </item>
  363. <item row="3" column="0">
  364. <widget class="QLabel" name="currToLdgLabel">
  365. <property name="minimumSize">
  366. <size>
  367. <width>280</width>
  368. <height>0</height>
  369. </size>
  370. </property>
  371. <property name="text">
  372. <string>Take-off / Landing (days)</string>
  373. </property>
  374. </widget>
  375. </item>
  376. <item row="1" column="1">
  377. <spacer name="verticalSpacer">
  378. <property name="orientation">
  379. <enum>Qt::Vertical</enum>
  380. </property>
  381. <property name="sizeHint" stdset="0">
  382. <size>
  383. <width>20</width>
  384. <height>168</height>
  385. </size>
  386. </property>
  387. </spacer>
  388. </item>
  389. <item row="4" column="2">
  390. <widget class="QDateEdit" name="currLicDateEdit">
  391. <property name="minimumSize">
  392. <size>
  393. <width>140</width>
  394. <height>0</height>
  395. </size>
  396. </property>
  397. <property name="currentSection">
  398. <enum>QDateTimeEdit::MonthSection</enum>
  399. </property>
  400. <property name="displayFormat">
  401. <string>MM/dd/yyyy</string>
  402. </property>
  403. <property name="calendarPopup">
  404. <bool>true</bool>
  405. </property>
  406. <property name="timeSpec">
  407. <enum>Qt::UTC</enum>
  408. </property>
  409. <property name="date">
  410. <date>
  411. <year>2020</year>
  412. <month>1</month>
  413. <day>1</day>
  414. </date>
  415. </property>
  416. </widget>
  417. </item>
  418. <item row="5" column="2">
  419. <widget class="QDateEdit" name="currTrDateEdit">
  420. <property name="minimumSize">
  421. <size>
  422. <width>140</width>
  423. <height>0</height>
  424. </size>
  425. </property>
  426. <property name="currentSection">
  427. <enum>QDateTimeEdit::MonthSection</enum>
  428. </property>
  429. <property name="displayFormat">
  430. <string>MM/dd/yyyy</string>
  431. </property>
  432. <property name="calendarPopup">
  433. <bool>true</bool>
  434. </property>
  435. <property name="timeSpec">
  436. <enum>Qt::UTC</enum>
  437. </property>
  438. <property name="date">
  439. <date>
  440. <year>2020</year>
  441. <month>1</month>
  442. <day>1</day>
  443. </date>
  444. </property>
  445. </widget>
  446. </item>
  447. <item row="9" column="3">
  448. <widget class="QCheckBox" name="currCustom2CheckBox">
  449. <property name="minimumSize">
  450. <size>
  451. <width>140</width>
  452. <height>0</height>
  453. </size>
  454. </property>
  455. <property name="layoutDirection">
  456. <enum>Qt::LeftToRight</enum>
  457. </property>
  458. <property name="text">
  459. <string/>
  460. </property>
  461. </widget>
  462. </item>
  463. <item row="7" column="2">
  464. <widget class="QDateEdit" name="currMedDateEdit">
  465. <property name="minimumSize">
  466. <size>
  467. <width>140</width>
  468. <height>0</height>
  469. </size>
  470. </property>
  471. <property name="currentSection">
  472. <enum>QDateTimeEdit::MonthSection</enum>
  473. </property>
  474. <property name="displayFormat">
  475. <string>MM/dd/yyyy</string>
  476. </property>
  477. <property name="calendarPopup">
  478. <bool>true</bool>
  479. </property>
  480. <property name="timeSpec">
  481. <enum>Qt::UTC</enum>
  482. </property>
  483. <property name="date">
  484. <date>
  485. <year>2020</year>
  486. <month>1</month>
  487. <day>1</day>
  488. </date>
  489. </property>
  490. </widget>
  491. </item>
  492. <item row="3" column="2">
  493. <widget class="QSpinBox" name="currToLdgSpinBox">
  494. <property name="toolTip">
  495. <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Number of days for TO/LDG currency. Default 90&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
  496. </property>
  497. <property name="value">
  498. <number>90</number>
  499. </property>
  500. </widget>
  501. </item>
  502. <item row="7" column="0">
  503. <widget class="QLabel" name="currMedLabel">
  504. <property name="minimumSize">
  505. <size>
  506. <width>280</width>
  507. <height>0</height>
  508. </size>
  509. </property>
  510. <property name="text">
  511. <string>Medical</string>
  512. </property>
  513. </widget>
  514. </item>
  515. <item row="8" column="3">
  516. <widget class="QCheckBox" name="currCustom1CheckBox">
  517. <property name="minimumSize">
  518. <size>
  519. <width>140</width>
  520. <height>0</height>
  521. </size>
  522. </property>
  523. <property name="layoutDirection">
  524. <enum>Qt::LeftToRight</enum>
  525. </property>
  526. <property name="text">
  527. <string/>
  528. </property>
  529. </widget>
  530. </item>
  531. <item row="9" column="0">
  532. <widget class="QLineEdit" name="currCustom2LineEdit">
  533. <property name="minimumSize">
  534. <size>
  535. <width>280</width>
  536. <height>0</height>
  537. </size>
  538. </property>
  539. <property name="placeholderText">
  540. <string>custom currency</string>
  541. </property>
  542. </widget>
  543. </item>
  544. <item row="6" column="2">
  545. <widget class="QDateEdit" name="currLckDateEdit">
  546. <property name="minimumSize">
  547. <size>
  548. <width>140</width>
  549. <height>0</height>
  550. </size>
  551. </property>
  552. <property name="currentSection">
  553. <enum>QDateTimeEdit::MonthSection</enum>
  554. </property>
  555. <property name="displayFormat">
  556. <string>MM/dd/yyyy</string>
  557. </property>
  558. <property name="calendarPopup">
  559. <bool>true</bool>
  560. </property>
  561. <property name="timeSpec">
  562. <enum>Qt::UTC</enum>
  563. </property>
  564. <property name="date">
  565. <date>
  566. <year>2020</year>
  567. <month>1</month>
  568. <day>1</day>
  569. </date>
  570. </property>
  571. </widget>
  572. </item>
  573. <item row="6" column="0">
  574. <widget class="QLabel" name="currLckLabel">
  575. <property name="minimumSize">
  576. <size>
  577. <width>280</width>
  578. <height>0</height>
  579. </size>
  580. </property>
  581. <property name="text">
  582. <string>Line Check</string>
  583. </property>
  584. </widget>
  585. </item>
  586. <item row="5" column="0">
  587. <widget class="QLabel" name="currTrLabel">
  588. <property name="minimumSize">
  589. <size>
  590. <width>280</width>
  591. <height>0</height>
  592. </size>
  593. </property>
  594. <property name="text">
  595. <string>Type Rating</string>
  596. </property>
  597. </widget>
  598. </item>
  599. <item row="4" column="0">
  600. <widget class="QLabel" name="currLicLabel">
  601. <property name="minimumSize">
  602. <size>
  603. <width>280</width>
  604. <height>0</height>
  605. </size>
  606. </property>
  607. <property name="text">
  608. <string>Licence</string>
  609. </property>
  610. </widget>
  611. </item>
  612. <item row="6" column="3">
  613. <widget class="QCheckBox" name="currLckCheckBox">
  614. <property name="minimumSize">
  615. <size>
  616. <width>140</width>
  617. <height>0</height>
  618. </size>
  619. </property>
  620. <property name="layoutDirection">
  621. <enum>Qt::LeftToRight</enum>
  622. </property>
  623. <property name="text">
  624. <string/>
  625. </property>
  626. </widget>
  627. </item>
  628. <item row="10" column="1">
  629. <spacer name="verticalSpacer_2">
  630. <property name="orientation">
  631. <enum>Qt::Vertical</enum>
  632. </property>
  633. <property name="sizeHint" stdset="0">
  634. <size>
  635. <width>20</width>
  636. <height>167</height>
  637. </size>
  638. </property>
  639. </spacer>
  640. </item>
  641. <item row="9" column="2">
  642. <widget class="QDateEdit" name="currCustom2DateEdit">
  643. <property name="minimumSize">
  644. <size>
  645. <width>140</width>
  646. <height>0</height>
  647. </size>
  648. </property>
  649. <property name="currentSection">
  650. <enum>QDateTimeEdit::MonthSection</enum>
  651. </property>
  652. <property name="displayFormat">
  653. <string>MM/dd/yyyy</string>
  654. </property>
  655. <property name="calendarPopup">
  656. <bool>true</bool>
  657. </property>
  658. <property name="timeSpec">
  659. <enum>Qt::UTC</enum>
  660. </property>
  661. <property name="date">
  662. <date>
  663. <year>2020</year>
  664. <month>1</month>
  665. <day>1</day>
  666. </date>
  667. </property>
  668. </widget>
  669. </item>
  670. <item row="4" column="3">
  671. <widget class="QCheckBox" name="currLicCheckBox">
  672. <property name="minimumSize">
  673. <size>
  674. <width>140</width>
  675. <height>0</height>
  676. </size>
  677. </property>
  678. <property name="layoutDirection">
  679. <enum>Qt::LeftToRight</enum>
  680. </property>
  681. <property name="text">
  682. <string/>
  683. </property>
  684. </widget>
  685. </item>
  686. <item row="8" column="2">
  687. <widget class="QDateEdit" name="currCustom1DateEdit">
  688. <property name="minimumSize">
  689. <size>
  690. <width>140</width>
  691. <height>0</height>
  692. </size>
  693. </property>
  694. <property name="currentSection">
  695. <enum>QDateTimeEdit::MonthSection</enum>
  696. </property>
  697. <property name="displayFormat">
  698. <string>MM/dd/yyyy</string>
  699. </property>
  700. <property name="calendarPopup">
  701. <bool>true</bool>
  702. </property>
  703. <property name="timeSpec">
  704. <enum>Qt::UTC</enum>
  705. </property>
  706. <property name="date">
  707. <date>
  708. <year>2020</year>
  709. <month>1</month>
  710. <day>1</day>
  711. </date>
  712. </property>
  713. </widget>
  714. </item>
  715. <item row="7" column="3">
  716. <widget class="QCheckBox" name="currMedCheckBox">
  717. <property name="minimumSize">
  718. <size>
  719. <width>140</width>
  720. <height>0</height>
  721. </size>
  722. </property>
  723. <property name="layoutDirection">
  724. <enum>Qt::LeftToRight</enum>
  725. </property>
  726. <property name="text">
  727. <string/>
  728. </property>
  729. </widget>
  730. </item>
  731. <item row="2" column="3">
  732. <widget class="QLabel" name="headerShowLabel">
  733. <property name="minimumSize">
  734. <size>
  735. <width>140</width>
  736. <height>0</height>
  737. </size>
  738. </property>
  739. <property name="text">
  740. <string>Show on Home Page</string>
  741. </property>
  742. <property name="alignment">
  743. <set>Qt::AlignBottom|Qt::AlignLeading|Qt::AlignLeft</set>
  744. </property>
  745. </widget>
  746. </item>
  747. </layout>
  748. </widget>
  749. <widget class="QWidget" name="appearanceTab">
  750. <attribute name="title">
  751. <string>Appearance</string>
  752. </attribute>
  753. <layout class="QGridLayout" name="gridLayout_4">
  754. <item row="0" column="0">
  755. <widget class="QLabel" name="styleLabel">
  756. <property name="sizePolicy">
  757. <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
  758. <horstretch>0</horstretch>
  759. <verstretch>0</verstretch>
  760. </sizepolicy>
  761. </property>
  762. <property name="text">
  763. <string>Style</string>
  764. </property>
  765. </widget>
  766. </item>
  767. <item row="0" column="1">
  768. <widget class="QPushButton" name="resetStylePushButton">
  769. <property name="text">
  770. <string>Reset to Default</string>
  771. </property>
  772. </widget>
  773. </item>
  774. <item row="0" column="2">
  775. <widget class="QComboBox" name="styleComboBox"/>
  776. </item>
  777. <item row="1" column="0">
  778. <widget class="QLabel" name="fontLabel">
  779. <property name="text">
  780. <string>Font</string>
  781. </property>
  782. </widget>
  783. </item>
  784. <item row="1" column="1">
  785. <widget class="QCheckBox" name="fontCheckBox">
  786. <property name="text">
  787. <string>Use System Font</string>
  788. </property>
  789. <property name="checked">
  790. <bool>true</bool>
  791. </property>
  792. </widget>
  793. </item>
  794. <item row="1" column="2">
  795. <widget class="QFontComboBox" name="fontComboBox">
  796. <property name="enabled">
  797. <bool>false</bool>
  798. </property>
  799. </widget>
  800. </item>
  801. <item row="1" column="3">
  802. <widget class="QSpinBox" name="fontSpinBox">
  803. <property name="enabled">
  804. <bool>false</bool>
  805. </property>
  806. <property name="maximumSize">
  807. <size>
  808. <width>80</width>
  809. <height>16777215</height>
  810. </size>
  811. </property>
  812. <property name="minimum">
  813. <number>8</number>
  814. </property>
  815. <property name="maximum">
  816. <number>18</number>
  817. </property>
  818. <property name="value">
  819. <number>10</number>
  820. </property>
  821. </widget>
  822. </item>
  823. <item row="2" column="0">
  824. <widget class="QLabel" name="pilotSortLabel">
  825. <property name="sizePolicy">
  826. <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
  827. <horstretch>0</horstretch>
  828. <verstretch>0</verstretch>
  829. </sizepolicy>
  830. </property>
  831. <property name="toolTip">
  832. <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Determines by which column to sort the display of Pilots in the Pilots Tab.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
  833. </property>
  834. <property name="whatsThis">
  835. <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Determines by which column to sort the display of Pilots in the Pilots Tab.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
  836. </property>
  837. <property name="text">
  838. <string>Sort Pilots by</string>
  839. </property>
  840. </widget>
  841. </item>
  842. <item row="2" column="2">
  843. <widget class="QComboBox" name="pilotSortComboBox">
  844. <property name="toolTip">
  845. <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Determines by which column to sort the display of Pilots in the Pilots Tab.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
  846. </property>
  847. <item>
  848. <property name="text">
  849. <string>Last Name</string>
  850. </property>
  851. </item>
  852. <item>
  853. <property name="text">
  854. <string>First Name</string>
  855. </property>
  856. </item>
  857. <item>
  858. <property name="text">
  859. <string>Company</string>
  860. </property>
  861. </item>
  862. </widget>
  863. </item>
  864. <item row="3" column="0">
  865. <widget class="QLabel" name="acftSortLabel">
  866. <property name="sizePolicy">
  867. <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
  868. <horstretch>0</horstretch>
  869. <verstretch>0</verstretch>
  870. </sizepolicy>
  871. </property>
  872. <property name="toolTip">
  873. <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Determines by which column to sort the display of Aircaft in the Aircraft Tab.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
  874. </property>
  875. <property name="whatsThis">
  876. <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Determines by which column to sort the display of Aircaft in the Aircraft Tab.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
  877. </property>
  878. <property name="text">
  879. <string>Sort Aircraft by</string>
  880. </property>
  881. </widget>
  882. </item>
  883. <item row="3" column="2">
  884. <widget class="QComboBox" name="acftSortComboBox">
  885. <property name="toolTip">
  886. <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Determines by which column to sort the display of Aircaft in the Aircraft Tab.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
  887. </property>
  888. <item>
  889. <property name="text">
  890. <string>Registration</string>
  891. </property>
  892. </item>
  893. <item>
  894. <property name="text">
  895. <string>Type</string>
  896. </property>
  897. </item>
  898. <item>
  899. <property name="text">
  900. <string>Company</string>
  901. </property>
  902. </item>
  903. </widget>
  904. </item>
  905. <item row="4" column="0">
  906. <widget class="QLabel" name="logbookViewLabel">
  907. <property name="sizePolicy">
  908. <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
  909. <horstretch>0</horstretch>
  910. <verstretch>0</verstretch>
  911. </sizepolicy>
  912. </property>
  913. <property name="toolTip">
  914. <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Determines how your logbook is displayed in the logbook tab. This has no influence on what details are logged, just on what is displayed by default.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
  915. </property>
  916. <property name="whatsThis">
  917. <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Determines how your logbook is displayed in the logbook tab. This has no influence on what details are logged, just on what is displayed by default.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
  918. </property>
  919. <property name="text">
  920. <string>Logbook Dispay</string>
  921. </property>
  922. </widget>
  923. </item>
  924. <item row="4" column="2">
  925. <widget class="QComboBox" name="logbookViewComboBox">
  926. <property name="toolTip">
  927. <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Determines how your logbook is displayed in the logbook tab. This has no influence on what details are logged, just on what is displayed by default.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
  928. </property>
  929. </widget>
  930. </item>
  931. <item row="5" column="0">
  932. <widget class="QLabel" name="aliasLabel">
  933. <property name="toolTip">
  934. <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;How your own name is displayed in your logbook&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
  935. </property>
  936. <property name="text">
  937. <string>Show own name as</string>
  938. </property>
  939. </widget>
  940. </item>
  941. <item row="5" column="2">
  942. <widget class="QComboBox" name="aliasComboBox">
  943. <item>
  944. <property name="text">
  945. <string>self</string>
  946. </property>
  947. </item>
  948. <item>
  949. <property name="text">
  950. <string>SELF</string>
  951. </property>
  952. </item>
  953. <item>
  954. <property name="text">
  955. <string>Lastname, Firstname</string>
  956. </property>
  957. </item>
  958. </widget>
  959. </item>
  960. <item row="6" column="0">
  961. <widget class="QLabel" name="languageLabel">
  962. <property name="text">
  963. <string>Language</string>
  964. </property>
  965. </widget>
  966. </item>
  967. <item row="6" column="2">
  968. <widget class="QComboBox" name="languageComboBox"/>
  969. </item>
  970. </layout>
  971. </widget>
  972. <widget class="QWidget" name="aboutTab">
  973. <attribute name="title">
  974. <string>About</string>
  975. </attribute>
  976. <layout class="QGridLayout" name="gridLayout_3">
  977. <item row="0" column="0">
  978. <spacer name="horizontalSpacer_7">
  979. <property name="orientation">
  980. <enum>Qt::Horizontal</enum>
  981. </property>
  982. <property name="sizeHint" stdset="0">
  983. <size>
  984. <width>259</width>
  985. <height>20</height>
  986. </size>
  987. </property>
  988. </spacer>
  989. </item>
  990. <item row="0" column="1">
  991. <widget class="QPushButton" name="aboutPushButton">
  992. <property name="text">
  993. <string>About openPilotLog</string>
  994. </property>
  995. </widget>
  996. </item>
  997. <item row="0" column="2">
  998. <spacer name="horizontalSpacer_8">
  999. <property name="orientation">
  1000. <enum>Qt::Horizontal</enum>
  1001. </property>
  1002. <property name="sizeHint" stdset="0">
  1003. <size>
  1004. <width>259</width>
  1005. <height>20</height>
  1006. </size>
  1007. </property>
  1008. </spacer>
  1009. </item>
  1010. </layout>
  1011. </widget>
  1012. </widget>
  1013. </item>
  1014. </layout>
  1015. </widget>
  1016. <resources/>
  1017. <connections/>
  1018. </ui>