settingswidget.ui 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587
  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>731</width>
  10. <height>411</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="1">
  18. <widget class="QTabWidget" name="tabWidget">
  19. <property name="currentIndex">
  20. <number>1</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_4">
  174. <item row="0" column="1">
  175. <widget class="QLabel" name="aliasLabel">
  176. <property name="toolTip">
  177. <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>
  178. </property>
  179. <property name="text">
  180. <string>Show own name as</string>
  181. </property>
  182. </widget>
  183. </item>
  184. <item row="0" column="2">
  185. <widget class="QComboBox" name="aliasComboBox">
  186. <item>
  187. <property name="text">
  188. <string>self</string>
  189. </property>
  190. </item>
  191. <item>
  192. <property name="text">
  193. <string>SELF</string>
  194. </property>
  195. </item>
  196. <item>
  197. <property name="text">
  198. <string>Lastname, Firstname</string>
  199. </property>
  200. </item>
  201. </widget>
  202. </item>
  203. <item row="1" column="1">
  204. <widget class="QLabel" name="functionLabel">
  205. <property name="toolTip">
  206. <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>
  207. </property>
  208. <property name="text">
  209. <string>Function</string>
  210. </property>
  211. </widget>
  212. </item>
  213. <item row="1" column="2">
  214. <widget class="QComboBox" name="functionComboBox">
  215. <item>
  216. <property name="text">
  217. <string>PIC</string>
  218. </property>
  219. </item>
  220. <item>
  221. <property name="text">
  222. <string>SIC</string>
  223. </property>
  224. </item>
  225. <item>
  226. <property name="text">
  227. <string>DUAL</string>
  228. </property>
  229. </item>
  230. <item>
  231. <property name="text">
  232. <string>INSTRUCTOR</string>
  233. </property>
  234. </item>
  235. </widget>
  236. </item>
  237. <item row="2" column="1">
  238. <widget class="QLabel" name="rulesLabel">
  239. <property name="toolTip">
  240. <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>
  241. </property>
  242. <property name="text">
  243. <string>Flight Rules</string>
  244. </property>
  245. </widget>
  246. </item>
  247. <item row="2" column="2">
  248. <widget class="QComboBox" name="rulesComboBox">
  249. <item>
  250. <property name="text">
  251. <string>VFR</string>
  252. </property>
  253. </item>
  254. <item>
  255. <property name="text">
  256. <string>IFR</string>
  257. </property>
  258. </item>
  259. </widget>
  260. </item>
  261. <item row="3" column="0">
  262. <spacer name="horizontalSpacer_3">
  263. <property name="orientation">
  264. <enum>Qt::Horizontal</enum>
  265. </property>
  266. <property name="sizeHint" stdset="0">
  267. <size>
  268. <width>176</width>
  269. <height>20</height>
  270. </size>
  271. </property>
  272. </spacer>
  273. </item>
  274. <item row="3" column="1">
  275. <widget class="QLabel" name="approachLabel">
  276. <property name="toolTip">
  277. <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>
  278. </property>
  279. <property name="text">
  280. <string>Approach</string>
  281. </property>
  282. </widget>
  283. </item>
  284. <item row="3" column="2">
  285. <widget class="QComboBox" name="approachComboBox"/>
  286. </item>
  287. <item row="3" column="3">
  288. <spacer name="horizontalSpacer_4">
  289. <property name="orientation">
  290. <enum>Qt::Horizontal</enum>
  291. </property>
  292. <property name="sizeHint" stdset="0">
  293. <size>
  294. <width>175</width>
  295. <height>20</height>
  296. </size>
  297. </property>
  298. </spacer>
  299. </item>
  300. <item row="4" column="1">
  301. <widget class="QLabel" name="nightLabel">
  302. <property name="toolTip">
  303. <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>
  304. </property>
  305. <property name="whatsThis">
  306. <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>
  307. </property>
  308. <property name="text">
  309. <string>Night Time</string>
  310. </property>
  311. </widget>
  312. </item>
  313. <item row="4" column="2">
  314. <widget class="QComboBox" name="nightComboBox">
  315. <property name="toolTip">
  316. <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>
  317. </property>
  318. <property name="whatsThis">
  319. <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>
  320. </property>
  321. <item>
  322. <property name="text">
  323. <string>NO</string>
  324. </property>
  325. </item>
  326. <item>
  327. <property name="text">
  328. <string>YES (EASA)</string>
  329. </property>
  330. </item>
  331. <item>
  332. <property name="text">
  333. <string>YES (SR/SS)</string>
  334. </property>
  335. </item>
  336. </widget>
  337. </item>
  338. <item row="5" column="1">
  339. <widget class="QLabel" name="prefixLabel">
  340. <property name="toolTip">
  341. <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>
  342. </property>
  343. <property name="text">
  344. <string>Airline Prefix</string>
  345. </property>
  346. </widget>
  347. </item>
  348. <item row="5" column="2">
  349. <widget class="QLineEdit" name="prefixLineEdit">
  350. <property name="maxLength">
  351. <number>10</number>
  352. </property>
  353. <property name="placeholderText">
  354. <string>optional</string>
  355. </property>
  356. </widget>
  357. </item>
  358. </layout>
  359. </widget>
  360. <widget class="QWidget" name="miscTab">
  361. <attribute name="title">
  362. <string>Misc</string>
  363. </attribute>
  364. <layout class="QGridLayout" name="gridLayout_5">
  365. <item row="5" column="1">
  366. <widget class="QLabel" name="logbookViewLabel">
  367. <property name="sizePolicy">
  368. <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
  369. <horstretch>0</horstretch>
  370. <verstretch>0</verstretch>
  371. </sizepolicy>
  372. </property>
  373. <property name="toolTip">
  374. <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>
  375. </property>
  376. <property name="whatsThis">
  377. <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>
  378. </property>
  379. <property name="text">
  380. <string>Logbook Dispay</string>
  381. </property>
  382. </widget>
  383. </item>
  384. <item row="3" column="2">
  385. <widget class="QComboBox" name="acSortComboBox">
  386. <property name="toolTip">
  387. <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>
  388. </property>
  389. <item>
  390. <property name="text">
  391. <string>Registration</string>
  392. </property>
  393. </item>
  394. <item>
  395. <property name="text">
  396. <string>Type</string>
  397. </property>
  398. </item>
  399. <item>
  400. <property name="text">
  401. <string>Company</string>
  402. </property>
  403. </item>
  404. </widget>
  405. </item>
  406. <item row="4" column="1">
  407. <widget class="QLabel" name="acAllowIncompleteLabel">
  408. <property name="sizePolicy">
  409. <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
  410. <horstretch>0</horstretch>
  411. <verstretch>0</verstretch>
  412. </sizepolicy>
  413. </property>
  414. <property name="toolTip">
  415. <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Determines whether incomplete database entries are permitted. It is highly recommended to keep this option off.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
  416. </property>
  417. <property name="text">
  418. <string>Allow incomplete Entries </string>
  419. </property>
  420. </widget>
  421. </item>
  422. <item row="4" column="2">
  423. <widget class="QComboBox" name="acAllowIncompleteComboBox">
  424. <property name="toolTip">
  425. <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Determines whether incomplete database entries are permitted. It is highly recommended to keep this option off.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
  426. </property>
  427. <item>
  428. <property name="text">
  429. <string>No</string>
  430. </property>
  431. </item>
  432. <item>
  433. <property name="text">
  434. <string>Yes</string>
  435. </property>
  436. </item>
  437. </widget>
  438. </item>
  439. <item row="0" column="3">
  440. <widget class="QCheckBox" name="darkStyleCheckBox">
  441. <property name="text">
  442. <string>Dark</string>
  443. </property>
  444. </widget>
  445. </item>
  446. <item row="3" column="1">
  447. <widget class="QLabel" name="acSortLabel">
  448. <property name="sizePolicy">
  449. <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
  450. <horstretch>0</horstretch>
  451. <verstretch>0</verstretch>
  452. </sizepolicy>
  453. </property>
  454. <property name="toolTip">
  455. <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>
  456. </property>
  457. <property name="whatsThis">
  458. <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>
  459. </property>
  460. <property name="text">
  461. <string>Sort Aircraft by</string>
  462. </property>
  463. </widget>
  464. </item>
  465. <item row="2" column="2">
  466. <widget class="QComboBox" name="pilotSortComboBox">
  467. <property name="toolTip">
  468. <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>
  469. </property>
  470. <item>
  471. <property name="text">
  472. <string>Last Name</string>
  473. </property>
  474. </item>
  475. <item>
  476. <property name="text">
  477. <string>First Name</string>
  478. </property>
  479. </item>
  480. <item>
  481. <property name="text">
  482. <string>Company</string>
  483. </property>
  484. </item>
  485. </widget>
  486. </item>
  487. <item row="0" column="2">
  488. <widget class="QComboBox" name="styleComboBox"/>
  489. </item>
  490. <item row="0" column="1">
  491. <widget class="QLabel" name="styleLabel">
  492. <property name="sizePolicy">
  493. <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
  494. <horstretch>0</horstretch>
  495. <verstretch>0</verstretch>
  496. </sizepolicy>
  497. </property>
  498. <property name="text">
  499. <string>Style</string>
  500. </property>
  501. </widget>
  502. </item>
  503. <item row="5" column="2">
  504. <widget class="QComboBox" name="logbookViewComboBox">
  505. <property name="toolTip">
  506. <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>
  507. </property>
  508. <item>
  509. <property name="text">
  510. <string>Default</string>
  511. </property>
  512. </item>
  513. <item>
  514. <property name="text">
  515. <string>EASA Part-FCL</string>
  516. </property>
  517. </item>
  518. </widget>
  519. </item>
  520. <item row="2" column="1">
  521. <widget class="QLabel" name="pilotSortLabel">
  522. <property name="sizePolicy">
  523. <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
  524. <horstretch>0</horstretch>
  525. <verstretch>0</verstretch>
  526. </sizepolicy>
  527. </property>
  528. <property name="toolTip">
  529. <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>
  530. </property>
  531. <property name="whatsThis">
  532. <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>
  533. </property>
  534. <property name="text">
  535. <string>Sort Pilots by</string>
  536. </property>
  537. </widget>
  538. </item>
  539. </layout>
  540. </widget>
  541. <widget class="QWidget" name="aboutTab">
  542. <attribute name="title">
  543. <string>About</string>
  544. </attribute>
  545. <layout class="QGridLayout" name="gridLayout_3">
  546. <item row="0" column="0">
  547. <spacer name="horizontalSpacer_7">
  548. <property name="orientation">
  549. <enum>Qt::Horizontal</enum>
  550. </property>
  551. <property name="sizeHint" stdset="0">
  552. <size>
  553. <width>259</width>
  554. <height>20</height>
  555. </size>
  556. </property>
  557. </spacer>
  558. </item>
  559. <item row="0" column="1">
  560. <widget class="QPushButton" name="aboutPushButton">
  561. <property name="text">
  562. <string>About openPilotLog</string>
  563. </property>
  564. </widget>
  565. </item>
  566. <item row="0" column="2">
  567. <spacer name="horizontalSpacer_8">
  568. <property name="orientation">
  569. <enum>Qt::Horizontal</enum>
  570. </property>
  571. <property name="sizeHint" stdset="0">
  572. <size>
  573. <width>259</width>
  574. <height>20</height>
  575. </size>
  576. </property>
  577. </spacer>
  578. </item>
  579. </layout>
  580. </widget>
  581. </widget>
  582. </item>
  583. </layout>
  584. </widget>
  585. <resources/>
  586. <connections/>
  587. </ui>