|
@@ -14,8 +14,29 @@
|
|
|
<string>Form</string>
|
|
|
</property>
|
|
|
<layout class="QGridLayout" name="gridLayout_4">
|
|
|
- <item row="9" column="0">
|
|
|
- <widget class="QLabel" name="limitationsLabel">
|
|
|
+ <item row="3" column="0">
|
|
|
+ <widget class="Line" name="line_7">
|
|
|
+ <property name="orientation">
|
|
|
+ <enum>Qt::Horizontal</enum>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ <item row="2" column="0">
|
|
|
+ <widget class="Line" name="line_2">
|
|
|
+ <property name="orientation">
|
|
|
+ <enum>Qt::Horizontal</enum>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ <item row="8" column="0">
|
|
|
+ <widget class="Line" name="line_4">
|
|
|
+ <property name="orientation">
|
|
|
+ <enum>Qt::Horizontal</enum>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ <item row="4" column="0">
|
|
|
+ <widget class="QLabel" name="totalsLabel">
|
|
|
<property name="font">
|
|
|
<font>
|
|
|
<weight>75</weight>
|
|
@@ -23,7 +44,7 @@
|
|
|
</font>
|
|
|
</property>
|
|
|
<property name="text">
|
|
|
- <string>Limitations</string>
|
|
|
+ <string>Your Totals</string>
|
|
|
</property>
|
|
|
<property name="alignment">
|
|
|
<set>Qt::AlignBottom|Qt::AlignHCenter</set>
|
|
@@ -31,14 +52,17 @@
|
|
|
</widget>
|
|
|
</item>
|
|
|
<item row="1" column="0">
|
|
|
- <widget class="Line" name="line_2">
|
|
|
- <property name="orientation">
|
|
|
- <enum>Qt::Horizontal</enum>
|
|
|
+ <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="3" column="0">
|
|
|
- <widget class="QLabel" name="totalsLabel">
|
|
|
+ <item row="7" column="0">
|
|
|
+ <widget class="QLabel" name="currencyLabel">
|
|
|
<property name="font">
|
|
|
<font>
|
|
|
<weight>75</weight>
|
|
@@ -46,21 +70,108 @@
|
|
|
</font>
|
|
|
</property>
|
|
|
<property name="text">
|
|
|
- <string>Your Totals</string>
|
|
|
+ <string>Currency</string>
|
|
|
</property>
|
|
|
<property name="alignment">
|
|
|
<set>Qt::AlignBottom|Qt::AlignHCenter</set>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
- <item row="2" column="0">
|
|
|
- <widget class="Line" name="line_7">
|
|
|
+ <item row="5" column="0">
|
|
|
+ <widget class="Line" name="line">
|
|
|
<property name="orientation">
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
- <item row="8" column="0">
|
|
|
+ <item row="11" column="0">
|
|
|
+ <widget class="Line" name="line_3">
|
|
|
+ <property name="orientation">
|
|
|
+ <enum>Qt::Horizontal</enum>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ <item row="12" column="0">
|
|
|
+ <layout class="QGridLayout" name="gridLayout_2">
|
|
|
+ <item row="0" column="0">
|
|
|
+ <widget class="QLabel" name="FlightTime28dLabel">
|
|
|
+ <property name="text">
|
|
|
+ <string>Flight Time (last 28 days)</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ <item row="0" column="1">
|
|
|
+ <widget class="QLabel" name="FlightTime28dDisplayLabel">
|
|
|
+ <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="1" column="0">
|
|
|
+ <widget class="QLabel" name="FlightTimeCalYearLabel">
|
|
|
+ <property name="text">
|
|
|
+ <string>Flight Time (this calendar year)</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ <item row="1" column="1">
|
|
|
+ <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>
|
|
|
+ <property name="text">
|
|
|
+ <string>0</string>
|
|
|
+ </property>
|
|
|
+ <property name="alignment">
|
|
|
+ <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ </layout>
|
|
|
+ </item>
|
|
|
+ <item row="10" column="0">
|
|
|
+ <widget class="QLabel" name="limitationsLabel">
|
|
|
+ <property name="font">
|
|
|
+ <font>
|
|
|
+ <weight>75</weight>
|
|
|
+ <bold>true</bold>
|
|
|
+ </font>
|
|
|
+ </property>
|
|
|
+ <property name="text">
|
|
|
+ <string>Limitations</string>
|
|
|
+ </property>
|
|
|
+ <property name="alignment">
|
|
|
+ <set>Qt::AlignBottom|Qt::AlignHCenter</set>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ <item row="9" column="0">
|
|
|
<layout class="QGridLayout" name="gridLayout_3">
|
|
|
<item row="0" column="0">
|
|
|
<widget class="QLabel" name="TakeOffLabel">
|
|
@@ -312,101 +423,7 @@
|
|
|
</item>
|
|
|
</layout>
|
|
|
</item>
|
|
|
- <item row="11" column="0">
|
|
|
- <layout class="QGridLayout" name="gridLayout_2">
|
|
|
- <item row="0" column="0">
|
|
|
- <widget class="QLabel" name="FlightTime28dLabel">
|
|
|
- <property name="text">
|
|
|
- <string>Flight Time (last 28 days)</string>
|
|
|
- </property>
|
|
|
- </widget>
|
|
|
- </item>
|
|
|
- <item row="0" column="1">
|
|
|
- <widget class="QLabel" name="FlightTime28dDisplayLabel">
|
|
|
- <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="1" column="0">
|
|
|
- <widget class="QLabel" name="FlightTimeCalYearLabel">
|
|
|
- <property name="text">
|
|
|
- <string>Flight Time (this calendar year)</string>
|
|
|
- </property>
|
|
|
- </widget>
|
|
|
- </item>
|
|
|
- <item row="1" column="1">
|
|
|
- <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>
|
|
|
- <property name="text">
|
|
|
- <string>0</string>
|
|
|
- </property>
|
|
|
- <property name="alignment">
|
|
|
- <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
- </property>
|
|
|
- </widget>
|
|
|
- </item>
|
|
|
- </layout>
|
|
|
- </item>
|
|
|
<item row="6" 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="10" column="0">
|
|
|
- <widget class="Line" name="line_3">
|
|
|
- <property name="orientation">
|
|
|
- <enum>Qt::Horizontal</enum>
|
|
|
- </property>
|
|
|
- </widget>
|
|
|
- </item>
|
|
|
- <item row="7" column="0">
|
|
|
- <widget class="Line" name="line_4">
|
|
|
- <property name="orientation">
|
|
|
- <enum>Qt::Horizontal</enum>
|
|
|
- </property>
|
|
|
- </widget>
|
|
|
- </item>
|
|
|
- <item row="5" column="0">
|
|
|
<layout class="QGridLayout" name="gridLayout">
|
|
|
<item row="0" column="0">
|
|
|
<widget class="QLabel" name="totalLabel">
|
|
@@ -938,22 +955,15 @@
|
|
|
</layout>
|
|
|
</item>
|
|
|
<item row="0" column="0">
|
|
|
- <widget class="QLabel" name="welcomeLabel">
|
|
|
+ <widget class="QLabel" name="logoLabel">
|
|
|
<property name="text">
|
|
|
- <string>Welcome to openPilotLog!</string>
|
|
|
+ <string/>
|
|
|
</property>
|
|
|
<property name="alignment">
|
|
|
<set>Qt::AlignCenter</set>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
- <item row="4" column="0">
|
|
|
- <widget class="Line" name="line">
|
|
|
- <property name="orientation">
|
|
|
- <enum>Qt::Horizontal</enum>
|
|
|
- </property>
|
|
|
- </widget>
|
|
|
- </item>
|
|
|
</layout>
|
|
|
</widget>
|
|
|
<resources/>
|