homewidget.ui 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>TotalsWidget</class>
  4. <widget class="QWidget" name="TotalsWidget">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>1087</width>
  10. <height>652</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Form</string>
  15. </property>
  16. <layout class="QGridLayout" name="gridLayout_4">
  17. <item row="3" column="0">
  18. <widget class="QLabel" name="totalsLabel">
  19. <property name="font">
  20. <font>
  21. <weight>75</weight>
  22. <bold>true</bold>
  23. </font>
  24. </property>
  25. <property name="text">
  26. <string>Your Totals</string>
  27. </property>
  28. <property name="alignment">
  29. <set>Qt::AlignBottom|Qt::AlignHCenter</set>
  30. </property>
  31. </widget>
  32. </item>
  33. <item row="1" column="0">
  34. <widget class="Line" name="line_2">
  35. <property name="orientation">
  36. <enum>Qt::Horizontal</enum>
  37. </property>
  38. </widget>
  39. </item>
  40. <item row="10" column="0">
  41. <widget class="Line" name="line_6">
  42. <property name="orientation">
  43. <enum>Qt::Horizontal</enum>
  44. </property>
  45. </widget>
  46. </item>
  47. <item row="5" column="0">
  48. <layout class="QGridLayout" name="gridLayout">
  49. <item row="0" column="0">
  50. <widget class="QLabel" name="totalLabel">
  51. <property name="maximumSize">
  52. <size>
  53. <width>120</width>
  54. <height>16777215</height>
  55. </size>
  56. </property>
  57. <property name="text">
  58. <string>Total</string>
  59. </property>
  60. </widget>
  61. </item>
  62. <item row="0" column="1">
  63. <widget class="QLineEdit" name="totalLineEdit">
  64. <property name="minimumSize">
  65. <size>
  66. <width>100</width>
  67. <height>0</height>
  68. </size>
  69. </property>
  70. <property name="maximumSize">
  71. <size>
  72. <width>120</width>
  73. <height>16777215</height>
  74. </size>
  75. </property>
  76. <property name="focusPolicy">
  77. <enum>Qt::NoFocus</enum>
  78. </property>
  79. <property name="text">
  80. <string/>
  81. </property>
  82. </widget>
  83. </item>
  84. <item row="0" column="2">
  85. <widget class="QLabel" name="picusLabel">
  86. <property name="maximumSize">
  87. <size>
  88. <width>120</width>
  89. <height>16777215</height>
  90. </size>
  91. </property>
  92. <property name="text">
  93. <string>PICus</string>
  94. </property>
  95. </widget>
  96. </item>
  97. <item row="0" column="3">
  98. <widget class="QLineEdit" name="picusLineEdit">
  99. <property name="minimumSize">
  100. <size>
  101. <width>100</width>
  102. <height>0</height>
  103. </size>
  104. </property>
  105. <property name="maximumSize">
  106. <size>
  107. <width>120</width>
  108. <height>16777215</height>
  109. </size>
  110. </property>
  111. <property name="focusPolicy">
  112. <enum>Qt::NoFocus</enum>
  113. </property>
  114. </widget>
  115. </item>
  116. <item row="1" column="0">
  117. <widget class="QLabel" name="spseLabel">
  118. <property name="maximumSize">
  119. <size>
  120. <width>120</width>
  121. <height>16777215</height>
  122. </size>
  123. </property>
  124. <property name="text">
  125. <string>SP SE</string>
  126. </property>
  127. </widget>
  128. </item>
  129. <item row="1" column="1">
  130. <widget class="QLineEdit" name="spseLineEdit">
  131. <property name="minimumSize">
  132. <size>
  133. <width>100</width>
  134. <height>0</height>
  135. </size>
  136. </property>
  137. <property name="maximumSize">
  138. <size>
  139. <width>120</width>
  140. <height>16777215</height>
  141. </size>
  142. </property>
  143. <property name="focusPolicy">
  144. <enum>Qt::NoFocus</enum>
  145. </property>
  146. </widget>
  147. </item>
  148. <item row="1" column="2">
  149. <widget class="QLabel" name="ifrLabel">
  150. <property name="maximumSize">
  151. <size>
  152. <width>120</width>
  153. <height>16777215</height>
  154. </size>
  155. </property>
  156. <property name="text">
  157. <string>IFR</string>
  158. </property>
  159. </widget>
  160. </item>
  161. <item row="1" column="3">
  162. <widget class="QLineEdit" name="ifrLineEdit">
  163. <property name="minimumSize">
  164. <size>
  165. <width>100</width>
  166. <height>0</height>
  167. </size>
  168. </property>
  169. <property name="maximumSize">
  170. <size>
  171. <width>120</width>
  172. <height>16777215</height>
  173. </size>
  174. </property>
  175. <property name="focusPolicy">
  176. <enum>Qt::NoFocus</enum>
  177. </property>
  178. </widget>
  179. </item>
  180. <item row="2" column="0">
  181. <widget class="QLabel" name="spmeLabel">
  182. <property name="maximumSize">
  183. <size>
  184. <width>120</width>
  185. <height>16777215</height>
  186. </size>
  187. </property>
  188. <property name="text">
  189. <string>SP ME</string>
  190. </property>
  191. </widget>
  192. </item>
  193. <item row="2" column="1">
  194. <widget class="QLineEdit" name="spmeLineEdit">
  195. <property name="minimumSize">
  196. <size>
  197. <width>100</width>
  198. <height>0</height>
  199. </size>
  200. </property>
  201. <property name="maximumSize">
  202. <size>
  203. <width>120</width>
  204. <height>16777215</height>
  205. </size>
  206. </property>
  207. <property name="focusPolicy">
  208. <enum>Qt::NoFocus</enum>
  209. </property>
  210. </widget>
  211. </item>
  212. <item row="2" column="2">
  213. <widget class="QLabel" name="nightLabel">
  214. <property name="maximumSize">
  215. <size>
  216. <width>120</width>
  217. <height>16777215</height>
  218. </size>
  219. </property>
  220. <property name="text">
  221. <string>Night</string>
  222. </property>
  223. </widget>
  224. </item>
  225. <item row="2" column="3">
  226. <widget class="QLineEdit" name="nightLineEdit">
  227. <property name="minimumSize">
  228. <size>
  229. <width>100</width>
  230. <height>0</height>
  231. </size>
  232. </property>
  233. <property name="maximumSize">
  234. <size>
  235. <width>120</width>
  236. <height>16777215</height>
  237. </size>
  238. </property>
  239. <property name="focusPolicy">
  240. <enum>Qt::NoFocus</enum>
  241. </property>
  242. </widget>
  243. </item>
  244. <item row="3" column="0">
  245. <widget class="QLabel" name="multipilotLabel">
  246. <property name="maximumSize">
  247. <size>
  248. <width>120</width>
  249. <height>16777215</height>
  250. </size>
  251. </property>
  252. <property name="text">
  253. <string>Multi Pilot</string>
  254. </property>
  255. </widget>
  256. </item>
  257. <item row="3" column="1">
  258. <widget class="QLineEdit" name="multipilotLineEdit">
  259. <property name="minimumSize">
  260. <size>
  261. <width>100</width>
  262. <height>0</height>
  263. </size>
  264. </property>
  265. <property name="maximumSize">
  266. <size>
  267. <width>120</width>
  268. <height>16777215</height>
  269. </size>
  270. </property>
  271. <property name="focusPolicy">
  272. <enum>Qt::NoFocus</enum>
  273. </property>
  274. </widget>
  275. </item>
  276. <item row="3" column="2">
  277. <widget class="QLabel" name="simLabel">
  278. <property name="maximumSize">
  279. <size>
  280. <width>120</width>
  281. <height>16777215</height>
  282. </size>
  283. </property>
  284. <property name="text">
  285. <string>Simulator</string>
  286. </property>
  287. </widget>
  288. </item>
  289. <item row="3" column="3">
  290. <widget class="QLineEdit" name="simLineEdit">
  291. <property name="minimumSize">
  292. <size>
  293. <width>100</width>
  294. <height>0</height>
  295. </size>
  296. </property>
  297. <property name="maximumSize">
  298. <size>
  299. <width>120</width>
  300. <height>16777215</height>
  301. </size>
  302. </property>
  303. <property name="focusPolicy">
  304. <enum>Qt::NoFocus</enum>
  305. </property>
  306. </widget>
  307. </item>
  308. <item row="4" column="0">
  309. <widget class="QLabel" name="piclabel">
  310. <property name="maximumSize">
  311. <size>
  312. <width>120</width>
  313. <height>16777215</height>
  314. </size>
  315. </property>
  316. <property name="text">
  317. <string>PIC</string>
  318. </property>
  319. </widget>
  320. </item>
  321. <item row="4" column="1">
  322. <widget class="QLineEdit" name="picLineEdit">
  323. <property name="minimumSize">
  324. <size>
  325. <width>100</width>
  326. <height>0</height>
  327. </size>
  328. </property>
  329. <property name="maximumSize">
  330. <size>
  331. <width>120</width>
  332. <height>16777215</height>
  333. </size>
  334. </property>
  335. <property name="focusPolicy">
  336. <enum>Qt::NoFocus</enum>
  337. </property>
  338. </widget>
  339. </item>
  340. <item row="4" column="2">
  341. <widget class="QLabel" name="todayLabel">
  342. <property name="maximumSize">
  343. <size>
  344. <width>120</width>
  345. <height>16777215</height>
  346. </size>
  347. </property>
  348. <property name="text">
  349. <string>TO Day</string>
  350. </property>
  351. </widget>
  352. </item>
  353. <item row="4" column="3">
  354. <widget class="QLineEdit" name="todayLineEdit">
  355. <property name="minimumSize">
  356. <size>
  357. <width>100</width>
  358. <height>0</height>
  359. </size>
  360. </property>
  361. <property name="maximumSize">
  362. <size>
  363. <width>120</width>
  364. <height>16777215</height>
  365. </size>
  366. </property>
  367. <property name="focusPolicy">
  368. <enum>Qt::NoFocus</enum>
  369. </property>
  370. <property name="text">
  371. <string>0</string>
  372. </property>
  373. </widget>
  374. </item>
  375. <item row="5" column="0">
  376. <widget class="QLabel" name="sicLabel">
  377. <property name="maximumSize">
  378. <size>
  379. <width>120</width>
  380. <height>16777215</height>
  381. </size>
  382. </property>
  383. <property name="text">
  384. <string>SIC</string>
  385. </property>
  386. </widget>
  387. </item>
  388. <item row="5" column="1">
  389. <widget class="QLineEdit" name="sicLineEdit">
  390. <property name="minimumSize">
  391. <size>
  392. <width>100</width>
  393. <height>0</height>
  394. </size>
  395. </property>
  396. <property name="maximumSize">
  397. <size>
  398. <width>120</width>
  399. <height>16777215</height>
  400. </size>
  401. </property>
  402. <property name="focusPolicy">
  403. <enum>Qt::NoFocus</enum>
  404. </property>
  405. </widget>
  406. </item>
  407. <item row="5" column="2">
  408. <widget class="QLabel" name="tonightLabel">
  409. <property name="maximumSize">
  410. <size>
  411. <width>120</width>
  412. <height>16777215</height>
  413. </size>
  414. </property>
  415. <property name="text">
  416. <string>TO Night</string>
  417. </property>
  418. </widget>
  419. </item>
  420. <item row="5" column="3">
  421. <widget class="QLineEdit" name="tonightLineEdit">
  422. <property name="minimumSize">
  423. <size>
  424. <width>100</width>
  425. <height>0</height>
  426. </size>
  427. </property>
  428. <property name="maximumSize">
  429. <size>
  430. <width>120</width>
  431. <height>16777215</height>
  432. </size>
  433. </property>
  434. <property name="focusPolicy">
  435. <enum>Qt::NoFocus</enum>
  436. </property>
  437. <property name="text">
  438. <string>0</string>
  439. </property>
  440. </widget>
  441. </item>
  442. <item row="6" column="0">
  443. <widget class="QLabel" name="dualLabel">
  444. <property name="maximumSize">
  445. <size>
  446. <width>120</width>
  447. <height>16777215</height>
  448. </size>
  449. </property>
  450. <property name="text">
  451. <string>DUAL</string>
  452. </property>
  453. </widget>
  454. </item>
  455. <item row="6" column="1">
  456. <widget class="QLineEdit" name="dualLineEdit">
  457. <property name="minimumSize">
  458. <size>
  459. <width>100</width>
  460. <height>0</height>
  461. </size>
  462. </property>
  463. <property name="maximumSize">
  464. <size>
  465. <width>120</width>
  466. <height>16777215</height>
  467. </size>
  468. </property>
  469. <property name="focusPolicy">
  470. <enum>Qt::NoFocus</enum>
  471. </property>
  472. </widget>
  473. </item>
  474. <item row="6" column="2">
  475. <widget class="QLabel" name="ldgdayLabel">
  476. <property name="maximumSize">
  477. <size>
  478. <width>120</width>
  479. <height>16777215</height>
  480. </size>
  481. </property>
  482. <property name="text">
  483. <string>LDG Day</string>
  484. </property>
  485. </widget>
  486. </item>
  487. <item row="6" column="3">
  488. <widget class="QLineEdit" name="ldgdayLineEdit">
  489. <property name="minimumSize">
  490. <size>
  491. <width>100</width>
  492. <height>0</height>
  493. </size>
  494. </property>
  495. <property name="maximumSize">
  496. <size>
  497. <width>120</width>
  498. <height>16777215</height>
  499. </size>
  500. </property>
  501. <property name="focusPolicy">
  502. <enum>Qt::NoFocus</enum>
  503. </property>
  504. <property name="text">
  505. <string>0</string>
  506. </property>
  507. </widget>
  508. </item>
  509. <item row="7" column="0">
  510. <widget class="QLabel" name="fiLabel">
  511. <property name="maximumSize">
  512. <size>
  513. <width>120</width>
  514. <height>16777215</height>
  515. </size>
  516. </property>
  517. <property name="text">
  518. <string>FI</string>
  519. </property>
  520. </widget>
  521. </item>
  522. <item row="7" column="2">
  523. <widget class="QLabel" name="ldgnightLabel">
  524. <property name="maximumSize">
  525. <size>
  526. <width>120</width>
  527. <height>16777215</height>
  528. </size>
  529. </property>
  530. <property name="text">
  531. <string>LDG Night</string>
  532. </property>
  533. </widget>
  534. </item>
  535. <item row="7" column="3">
  536. <widget class="QLineEdit" name="ldgnightLineEdit">
  537. <property name="minimumSize">
  538. <size>
  539. <width>100</width>
  540. <height>0</height>
  541. </size>
  542. </property>
  543. <property name="maximumSize">
  544. <size>
  545. <width>120</width>
  546. <height>16777215</height>
  547. </size>
  548. </property>
  549. <property name="focusPolicy">
  550. <enum>Qt::NoFocus</enum>
  551. </property>
  552. <property name="text">
  553. <string>0</string>
  554. </property>
  555. </widget>
  556. </item>
  557. <item row="7" column="1">
  558. <widget class="QLineEdit" name="fiLineEdit">
  559. <property name="minimumSize">
  560. <size>
  561. <width>100</width>
  562. <height>0</height>
  563. </size>
  564. </property>
  565. <property name="maximumSize">
  566. <size>
  567. <width>120</width>
  568. <height>16777215</height>
  569. </size>
  570. </property>
  571. <property name="focusPolicy">
  572. <enum>Qt::NoFocus</enum>
  573. </property>
  574. </widget>
  575. </item>
  576. </layout>
  577. </item>
  578. <item row="12" column="0">
  579. <widget class="Line" name="line_3">
  580. <property name="orientation">
  581. <enum>Qt::Horizontal</enum>
  582. </property>
  583. </widget>
  584. </item>
  585. <item row="0" column="0">
  586. <widget class="QLabel" name="welcomeLabel">
  587. <property name="text">
  588. <string>Welcome to openPilotLog!</string>
  589. </property>
  590. <property name="alignment">
  591. <set>Qt::AlignCenter</set>
  592. </property>
  593. </widget>
  594. </item>
  595. <item row="4" column="0">
  596. <widget class="Line" name="line">
  597. <property name="orientation">
  598. <enum>Qt::Horizontal</enum>
  599. </property>
  600. </widget>
  601. </item>
  602. <item row="13" column="0">
  603. <layout class="QGridLayout" name="gridLayout_2">
  604. <item row="0" column="0">
  605. <widget class="QLabel" name="FlightTime28dLabel">
  606. <property name="text">
  607. <string>Flight Time (last 28 days)</string>
  608. </property>
  609. </widget>
  610. </item>
  611. <item row="0" column="1">
  612. <widget class="QLabel" name="FlightTime28dDisplayLabel">
  613. <property name="layoutDirection">
  614. <enum>Qt::LeftToRight</enum>
  615. </property>
  616. <property name="text">
  617. <string>0</string>
  618. </property>
  619. <property name="alignment">
  620. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  621. </property>
  622. </widget>
  623. </item>
  624. <item row="1" column="0">
  625. <widget class="QLabel" name="FlightTimeCalYearLabel">
  626. <property name="text">
  627. <string>Flight Time (this calendar year)</string>
  628. </property>
  629. </widget>
  630. </item>
  631. <item row="1" column="1">
  632. <widget class="QLabel" name="FlightTimeCalYearDisplayLabel">
  633. <property name="layoutDirection">
  634. <enum>Qt::LeftToRight</enum>
  635. </property>
  636. <property name="text">
  637. <string>0</string>
  638. </property>
  639. <property name="alignment">
  640. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  641. </property>
  642. </widget>
  643. </item>
  644. <item row="2" column="0">
  645. <widget class="QLabel" name="FlightTime12mLabel">
  646. <property name="text">
  647. <string>Flight Time (last 12 calendar months)</string>
  648. </property>
  649. </widget>
  650. </item>
  651. <item row="2" column="1">
  652. <widget class="QLabel" name="FlightTime12mDisplayLabel">
  653. <property name="layoutDirection">
  654. <enum>Qt::LeftToRight</enum>
  655. </property>
  656. <property name="text">
  657. <string>0</string>
  658. </property>
  659. <property name="alignment">
  660. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  661. </property>
  662. </widget>
  663. </item>
  664. </layout>
  665. </item>
  666. <item row="6" column="0">
  667. <widget class="Line" name="line_5">
  668. <property name="orientation">
  669. <enum>Qt::Horizontal</enum>
  670. </property>
  671. </widget>
  672. </item>
  673. <item row="11" column="0">
  674. <widget class="QLabel" name="limitationsLabel">
  675. <property name="font">
  676. <font>
  677. <weight>75</weight>
  678. <bold>true</bold>
  679. </font>
  680. </property>
  681. <property name="text">
  682. <string>Limitations</string>
  683. </property>
  684. <property name="alignment">
  685. <set>Qt::AlignBottom|Qt::AlignHCenter</set>
  686. </property>
  687. </widget>
  688. </item>
  689. <item row="7" column="0">
  690. <widget class="QLabel" name="currencyLabel">
  691. <property name="font">
  692. <font>
  693. <weight>75</weight>
  694. <bold>true</bold>
  695. </font>
  696. </property>
  697. <property name="text">
  698. <string>Currency</string>
  699. </property>
  700. <property name="alignment">
  701. <set>Qt::AlignBottom|Qt::AlignHCenter</set>
  702. </property>
  703. </widget>
  704. </item>
  705. <item row="8" column="0">
  706. <widget class="Line" name="line_4">
  707. <property name="orientation">
  708. <enum>Qt::Horizontal</enum>
  709. </property>
  710. </widget>
  711. </item>
  712. <item row="9" column="0">
  713. <layout class="QGridLayout" name="gridLayout_3">
  714. <item row="0" column="0">
  715. <widget class="QLabel" name="TakeOffLabel">
  716. <property name="text">
  717. <string>Take offs (last 90 days)</string>
  718. </property>
  719. </widget>
  720. </item>
  721. <item row="0" column="1">
  722. <widget class="QLabel" name="TakeOffDisplayLabel">
  723. <property name="layoutDirection">
  724. <enum>Qt::LeftToRight</enum>
  725. </property>
  726. <property name="text">
  727. <string>0</string>
  728. </property>
  729. <property name="alignment">
  730. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  731. </property>
  732. </widget>
  733. </item>
  734. <item row="1" column="0">
  735. <widget class="QLabel" name="LandingsLabel">
  736. <property name="text">
  737. <string>Landings (last 90 days)</string>
  738. </property>
  739. </widget>
  740. </item>
  741. <item row="1" column="1">
  742. <widget class="QLabel" name="LandingsDisplayLabel">
  743. <property name="layoutDirection">
  744. <enum>Qt::LeftToRight</enum>
  745. </property>
  746. <property name="text">
  747. <string>0</string>
  748. </property>
  749. <property name="alignment">
  750. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  751. </property>
  752. </widget>
  753. </item>
  754. </layout>
  755. </item>
  756. <item row="2" column="0">
  757. <widget class="Line" name="line_7">
  758. <property name="orientation">
  759. <enum>Qt::Horizontal</enum>
  760. </property>
  761. </widget>
  762. </item>
  763. </layout>
  764. </widget>
  765. <resources/>
  766. <connections/>
  767. </ui>