|
@@ -14,6 +14,30 @@
|
|
|
<string>Form</string>
|
|
|
</property>
|
|
|
<layout class="QGridLayout" name="gridLayout_4">
|
|
|
+ <item row="0" column="0">
|
|
|
+ <widget class="QLabel" name="welcomeLabel">
|
|
|
+ <property name="text">
|
|
|
+ <string>Welcome to openPilotLog!</string>
|
|
|
+ </property>
|
|
|
+ <property name="alignment">
|
|
|
+ <set>Qt::AlignCenter</set>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ <item row="1" column="0">
|
|
|
+ <widget class="Line" name="line_2">
|
|
|
+ <property name="orientation">
|
|
|
+ <enum>Qt::Horizontal</enum>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ <item row="2" column="0">
|
|
|
+ <widget class="Line" name="line_7">
|
|
|
+ <property name="orientation">
|
|
|
+ <enum>Qt::Horizontal</enum>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
<item row="3" column="0">
|
|
|
<widget class="QLabel" name="totalsLabel">
|
|
|
<property name="font">
|
|
@@ -30,15 +54,8 @@
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
- <item row="1" column="0">
|
|
|
- <widget class="Line" name="line_2">
|
|
|
- <property name="orientation">
|
|
|
- <enum>Qt::Horizontal</enum>
|
|
|
- </property>
|
|
|
- </widget>
|
|
|
- </item>
|
|
|
- <item row="10" column="0">
|
|
|
- <widget class="Line" name="line_6">
|
|
|
+ <item row="4" column="0">
|
|
|
+ <widget class="Line" name="line">
|
|
|
<property name="orientation">
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
</property>
|
|
@@ -575,41 +592,53 @@
|
|
|
</item>
|
|
|
</layout>
|
|
|
</item>
|
|
|
- <item row="12" column="0">
|
|
|
- <widget class="Line" name="line_3">
|
|
|
+ <item row="6" column="0">
|
|
|
+ <widget class="Line" name="line_5">
|
|
|
<property name="orientation">
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
- <item row="0" column="0">
|
|
|
- <widget class="QLabel" name="welcomeLabel">
|
|
|
+ <item row="7" column="0">
|
|
|
+ <widget class="QLabel" name="currencyLabel">
|
|
|
+ <property name="font">
|
|
|
+ <font>
|
|
|
+ <weight>75</weight>
|
|
|
+ <bold>true</bold>
|
|
|
+ </font>
|
|
|
+ </property>
|
|
|
<property name="text">
|
|
|
- <string>Welcome to openPilotLog!</string>
|
|
|
+ <string>Currency</string>
|
|
|
</property>
|
|
|
<property name="alignment">
|
|
|
- <set>Qt::AlignCenter</set>
|
|
|
+ <set>Qt::AlignBottom|Qt::AlignHCenter</set>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
- <item row="4" column="0">
|
|
|
- <widget class="Line" name="line">
|
|
|
+ <item row="8" column="0">
|
|
|
+ <widget class="Line" name="line_4">
|
|
|
<property name="orientation">
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
- <item row="13" column="0">
|
|
|
- <layout class="QGridLayout" name="gridLayout_2">
|
|
|
+ <item row="9" column="0">
|
|
|
+ <layout class="QGridLayout" name="gridLayout_3">
|
|
|
<item row="0" column="0">
|
|
|
- <widget class="QLabel" name="FlightTime28dLabel">
|
|
|
+ <widget class="QLabel" name="TakeOffLabel">
|
|
|
<property name="text">
|
|
|
- <string>Flight Time (last 28 days)</string>
|
|
|
+ <string>Take offs (last 90 days)</string>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
<item row="0" column="1">
|
|
|
- <widget class="QLabel" name="FlightTime28dDisplayLabel">
|
|
|
+ <widget class="QLabel" name="TakeOffDisplayLabel">
|
|
|
+ <property name="font">
|
|
|
+ <font>
|
|
|
+ <weight>75</weight>
|
|
|
+ <bold>true</bold>
|
|
|
+ </font>
|
|
|
+ </property>
|
|
|
<property name="layoutDirection">
|
|
|
<enum>Qt::LeftToRight</enum>
|
|
|
</property>
|
|
@@ -622,14 +651,20 @@
|
|
|
</widget>
|
|
|
</item>
|
|
|
<item row="1" column="0">
|
|
|
- <widget class="QLabel" name="FlightTimeCalYearLabel">
|
|
|
+ <widget class="QLabel" name="LandingsLabel">
|
|
|
<property name="text">
|
|
|
- <string>Flight Time (this calendar year)</string>
|
|
|
+ <string>Landings (last 90 days)</string>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
<item row="1" column="1">
|
|
|
- <widget class="QLabel" name="FlightTimeCalYearDisplayLabel">
|
|
|
+ <widget class="QLabel" name="LandingsDisplayLabel">
|
|
|
+ <property name="font">
|
|
|
+ <font>
|
|
|
+ <weight>75</weight>
|
|
|
+ <bold>true</bold>
|
|
|
+ </font>
|
|
|
+ </property>
|
|
|
<property name="layoutDirection">
|
|
|
<enum>Qt::LeftToRight</enum>
|
|
|
</property>
|
|
@@ -642,19 +677,27 @@
|
|
|
</widget>
|
|
|
</item>
|
|
|
<item row="2" column="0">
|
|
|
- <widget class="QLabel" name="FlightTime12mLabel">
|
|
|
+ <widget class="QLabel" name="currencyExpirationLabel">
|
|
|
+ <property name="font">
|
|
|
+ <font>
|
|
|
+ <italic>false</italic>
|
|
|
+ </font>
|
|
|
+ </property>
|
|
|
<property name="text">
|
|
|
- <string>Flight Time (last 12 calendar months)</string>
|
|
|
+ <string>Expires</string>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
<item row="2" column="1">
|
|
|
- <widget class="QLabel" name="FlightTime12mDisplayLabel">
|
|
|
- <property name="layoutDirection">
|
|
|
- <enum>Qt::LeftToRight</enum>
|
|
|
+ <widget class="QLabel" name="currencyExpirationDisplayLabel">
|
|
|
+ <property name="font">
|
|
|
+ <font>
|
|
|
+ <weight>75</weight>
|
|
|
+ <bold>true</bold>
|
|
|
+ </font>
|
|
|
</property>
|
|
|
<property name="text">
|
|
|
- <string>0</string>
|
|
|
+ <string/>
|
|
|
</property>
|
|
|
<property name="alignment">
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
@@ -663,8 +706,8 @@
|
|
|
</item>
|
|
|
</layout>
|
|
|
</item>
|
|
|
- <item row="6" column="0">
|
|
|
- <widget class="Line" name="line_5">
|
|
|
+ <item row="10" column="0">
|
|
|
+ <widget class="Line" name="line_6">
|
|
|
<property name="orientation">
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
</property>
|
|
@@ -686,46 +729,24 @@
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
- <item row="7" column="0">
|
|
|
- <widget class="QLabel" name="currencyLabel">
|
|
|
- <property name="font">
|
|
|
- <font>
|
|
|
- <weight>75</weight>
|
|
|
- <bold>true</bold>
|
|
|
- </font>
|
|
|
- </property>
|
|
|
- <property name="text">
|
|
|
- <string>Currency</string>
|
|
|
- </property>
|
|
|
- <property name="alignment">
|
|
|
- <set>Qt::AlignBottom|Qt::AlignHCenter</set>
|
|
|
- </property>
|
|
|
- </widget>
|
|
|
- </item>
|
|
|
- <item row="8" column="0">
|
|
|
- <widget class="Line" name="line_4">
|
|
|
+ <item row="12" column="0">
|
|
|
+ <widget class="Line" name="line_3">
|
|
|
<property name="orientation">
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
- <item row="9" column="0">
|
|
|
- <layout class="QGridLayout" name="gridLayout_3">
|
|
|
+ <item row="13" column="0">
|
|
|
+ <layout class="QGridLayout" name="gridLayout_2">
|
|
|
<item row="0" column="0">
|
|
|
- <widget class="QLabel" name="TakeOffLabel">
|
|
|
+ <widget class="QLabel" name="FlightTime28dLabel">
|
|
|
<property name="text">
|
|
|
- <string>Take offs (last 90 days)</string>
|
|
|
+ <string>Flight Time (last 28 days)</string>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
<item row="0" column="1">
|
|
|
- <widget class="QLabel" name="TakeOffDisplayLabel">
|
|
|
- <property name="font">
|
|
|
- <font>
|
|
|
- <weight>75</weight>
|
|
|
- <bold>true</bold>
|
|
|
- </font>
|
|
|
- </property>
|
|
|
+ <widget class="QLabel" name="FlightTime28dDisplayLabel">
|
|
|
<property name="layoutDirection">
|
|
|
<enum>Qt::LeftToRight</enum>
|
|
|
</property>
|
|
@@ -738,20 +759,34 @@
|
|
|
</widget>
|
|
|
</item>
|
|
|
<item row="1" column="0">
|
|
|
- <widget class="QLabel" name="LandingsLabel">
|
|
|
+ <widget class="QLabel" name="FlightTimeCalYearLabel">
|
|
|
<property name="text">
|
|
|
- <string>Landings (last 90 days)</string>
|
|
|
+ <string>Flight Time (this calendar year)</string>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
<item row="1" column="1">
|
|
|
- <widget class="QLabel" name="LandingsDisplayLabel">
|
|
|
- <property name="font">
|
|
|
- <font>
|
|
|
- <weight>75</weight>
|
|
|
- <bold>true</bold>
|
|
|
- </font>
|
|
|
+ <widget class="QLabel" name="FlightTimeCalYearDisplayLabel">
|
|
|
+ <property name="layoutDirection">
|
|
|
+ <enum>Qt::LeftToRight</enum>
|
|
|
+ </property>
|
|
|
+ <property name="text">
|
|
|
+ <string>0</string>
|
|
|
+ </property>
|
|
|
+ <property name="alignment">
|
|
|
+ <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ <item row="2" column="0">
|
|
|
+ <widget class="QLabel" name="FlightTime12mLabel">
|
|
|
+ <property name="text">
|
|
|
+ <string>Flight Time (last 12 calendar months)</string>
|
|
|
</property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ <item row="2" column="1">
|
|
|
+ <widget class="QLabel" name="FlightTime12mDisplayLabel">
|
|
|
<property name="layoutDirection">
|
|
|
<enum>Qt::LeftToRight</enum>
|
|
|
</property>
|
|
@@ -765,13 +800,6 @@
|
|
|
</item>
|
|
|
</layout>
|
|
|
</item>
|
|
|
- <item row="2" column="0">
|
|
|
- <widget class="Line" name="line_7">
|
|
|
- <property name="orientation">
|
|
|
- <enum>Qt::Horizontal</enum>
|
|
|
- </property>
|
|
|
- </widget>
|
|
|
- </item>
|
|
|
</layout>
|
|
|
</widget>
|
|
|
<resources/>
|