|
@@ -1,79 +1,764 @@
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
<ui version="4.0">
|
|
|
- <class>HomeWidget</class>
|
|
|
- <widget class="QWidget" name="HomeWidget">
|
|
|
+ <class>TotalsWidget</class>
|
|
|
+ <widget class="QWidget" name="TotalsWidget">
|
|
|
<property name="geometry">
|
|
|
<rect>
|
|
|
<x>0</x>
|
|
|
<y>0</y>
|
|
|
- <width>1280</width>
|
|
|
- <height>720</height>
|
|
|
+ <width>1087</width>
|
|
|
+ <height>652</height>
|
|
|
</rect>
|
|
|
</property>
|
|
|
<property name="windowTitle">
|
|
|
<string>Form</string>
|
|
|
</property>
|
|
|
- <layout class="QGridLayout" name="gridLayout">
|
|
|
- <item row="0" column="2">
|
|
|
- <spacer name="verticalSpacer">
|
|
|
- <property name="orientation">
|
|
|
- <enum>Qt::Vertical</enum>
|
|
|
+ <layout class="QGridLayout" name="gridLayout_4">
|
|
|
+ <item row="3" column="0">
|
|
|
+ <widget class="QLabel" name="totalsLabel">
|
|
|
+ <property name="font">
|
|
|
+ <font>
|
|
|
+ <weight>75</weight>
|
|
|
+ <bold>true</bold>
|
|
|
+ </font>
|
|
|
+ </property>
|
|
|
+ <property name="text">
|
|
|
+ <string>Your Totals</string>
|
|
|
+ </property>
|
|
|
+ <property name="alignment">
|
|
|
+ <set>Qt::AlignBottom|Qt::AlignHCenter</set>
|
|
|
</property>
|
|
|
- <property name="sizeHint" stdset="0">
|
|
|
- <size>
|
|
|
- <width>20</width>
|
|
|
- <height>205</height>
|
|
|
- </size>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ <item row="1" column="0">
|
|
|
+ <widget class="Line" name="line_2">
|
|
|
+ <property name="orientation">
|
|
|
+ <enum>Qt::Horizontal</enum>
|
|
|
</property>
|
|
|
- </spacer>
|
|
|
+ </widget>
|
|
|
</item>
|
|
|
- <item row="1" column="1" colspan="2">
|
|
|
- <widget class="QStackedWidget" name="stackedWidget">
|
|
|
- <property name="currentIndex">
|
|
|
- <number>1</number>
|
|
|
+ <item row="10" column="0">
|
|
|
+ <widget class="Line" name="line_6">
|
|
|
+ <property name="orientation">
|
|
|
+ <enum>Qt::Horizontal</enum>
|
|
|
</property>
|
|
|
- <widget class="QWidget" name="page"/>
|
|
|
- <widget class="QWidget" name="page_2"/>
|
|
|
</widget>
|
|
|
</item>
|
|
|
- <item row="1" column="3">
|
|
|
- <spacer name="horizontalSpacer_2">
|
|
|
+ <item row="5" column="0">
|
|
|
+ <layout class="QGridLayout" name="gridLayout">
|
|
|
+ <item row="0" column="0">
|
|
|
+ <widget class="QLabel" name="totalLabel">
|
|
|
+ <property name="maximumSize">
|
|
|
+ <size>
|
|
|
+ <width>120</width>
|
|
|
+ <height>16777215</height>
|
|
|
+ </size>
|
|
|
+ </property>
|
|
|
+ <property name="text">
|
|
|
+ <string>Total</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ <item row="0" column="1">
|
|
|
+ <widget class="QLineEdit" name="totalLineEdit">
|
|
|
+ <property name="minimumSize">
|
|
|
+ <size>
|
|
|
+ <width>100</width>
|
|
|
+ <height>0</height>
|
|
|
+ </size>
|
|
|
+ </property>
|
|
|
+ <property name="maximumSize">
|
|
|
+ <size>
|
|
|
+ <width>120</width>
|
|
|
+ <height>16777215</height>
|
|
|
+ </size>
|
|
|
+ </property>
|
|
|
+ <property name="focusPolicy">
|
|
|
+ <enum>Qt::NoFocus</enum>
|
|
|
+ </property>
|
|
|
+ <property name="text">
|
|
|
+ <string/>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ <item row="0" column="2">
|
|
|
+ <widget class="QLabel" name="picusLabel">
|
|
|
+ <property name="maximumSize">
|
|
|
+ <size>
|
|
|
+ <width>120</width>
|
|
|
+ <height>16777215</height>
|
|
|
+ </size>
|
|
|
+ </property>
|
|
|
+ <property name="text">
|
|
|
+ <string>PICus</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ <item row="0" column="3">
|
|
|
+ <widget class="QLineEdit" name="picusLineEdit">
|
|
|
+ <property name="minimumSize">
|
|
|
+ <size>
|
|
|
+ <width>100</width>
|
|
|
+ <height>0</height>
|
|
|
+ </size>
|
|
|
+ </property>
|
|
|
+ <property name="maximumSize">
|
|
|
+ <size>
|
|
|
+ <width>120</width>
|
|
|
+ <height>16777215</height>
|
|
|
+ </size>
|
|
|
+ </property>
|
|
|
+ <property name="focusPolicy">
|
|
|
+ <enum>Qt::NoFocus</enum>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ <item row="1" column="0">
|
|
|
+ <widget class="QLabel" name="spseLabel">
|
|
|
+ <property name="maximumSize">
|
|
|
+ <size>
|
|
|
+ <width>120</width>
|
|
|
+ <height>16777215</height>
|
|
|
+ </size>
|
|
|
+ </property>
|
|
|
+ <property name="text">
|
|
|
+ <string>SP SE</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ <item row="1" column="1">
|
|
|
+ <widget class="QLineEdit" name="spseLineEdit">
|
|
|
+ <property name="minimumSize">
|
|
|
+ <size>
|
|
|
+ <width>100</width>
|
|
|
+ <height>0</height>
|
|
|
+ </size>
|
|
|
+ </property>
|
|
|
+ <property name="maximumSize">
|
|
|
+ <size>
|
|
|
+ <width>120</width>
|
|
|
+ <height>16777215</height>
|
|
|
+ </size>
|
|
|
+ </property>
|
|
|
+ <property name="focusPolicy">
|
|
|
+ <enum>Qt::NoFocus</enum>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ <item row="1" column="2">
|
|
|
+ <widget class="QLabel" name="ifrLabel">
|
|
|
+ <property name="maximumSize">
|
|
|
+ <size>
|
|
|
+ <width>120</width>
|
|
|
+ <height>16777215</height>
|
|
|
+ </size>
|
|
|
+ </property>
|
|
|
+ <property name="text">
|
|
|
+ <string>IFR</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ <item row="1" column="3">
|
|
|
+ <widget class="QLineEdit" name="ifrLineEdit">
|
|
|
+ <property name="minimumSize">
|
|
|
+ <size>
|
|
|
+ <width>100</width>
|
|
|
+ <height>0</height>
|
|
|
+ </size>
|
|
|
+ </property>
|
|
|
+ <property name="maximumSize">
|
|
|
+ <size>
|
|
|
+ <width>120</width>
|
|
|
+ <height>16777215</height>
|
|
|
+ </size>
|
|
|
+ </property>
|
|
|
+ <property name="focusPolicy">
|
|
|
+ <enum>Qt::NoFocus</enum>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ <item row="2" column="0">
|
|
|
+ <widget class="QLabel" name="spmeLabel">
|
|
|
+ <property name="maximumSize">
|
|
|
+ <size>
|
|
|
+ <width>120</width>
|
|
|
+ <height>16777215</height>
|
|
|
+ </size>
|
|
|
+ </property>
|
|
|
+ <property name="text">
|
|
|
+ <string>SP ME</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ <item row="2" column="1">
|
|
|
+ <widget class="QLineEdit" name="spmeLineEdit">
|
|
|
+ <property name="minimumSize">
|
|
|
+ <size>
|
|
|
+ <width>100</width>
|
|
|
+ <height>0</height>
|
|
|
+ </size>
|
|
|
+ </property>
|
|
|
+ <property name="maximumSize">
|
|
|
+ <size>
|
|
|
+ <width>120</width>
|
|
|
+ <height>16777215</height>
|
|
|
+ </size>
|
|
|
+ </property>
|
|
|
+ <property name="focusPolicy">
|
|
|
+ <enum>Qt::NoFocus</enum>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ <item row="2" column="2">
|
|
|
+ <widget class="QLabel" name="nightLabel">
|
|
|
+ <property name="maximumSize">
|
|
|
+ <size>
|
|
|
+ <width>120</width>
|
|
|
+ <height>16777215</height>
|
|
|
+ </size>
|
|
|
+ </property>
|
|
|
+ <property name="text">
|
|
|
+ <string>Night</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ <item row="2" column="3">
|
|
|
+ <widget class="QLineEdit" name="nightLineEdit">
|
|
|
+ <property name="minimumSize">
|
|
|
+ <size>
|
|
|
+ <width>100</width>
|
|
|
+ <height>0</height>
|
|
|
+ </size>
|
|
|
+ </property>
|
|
|
+ <property name="maximumSize">
|
|
|
+ <size>
|
|
|
+ <width>120</width>
|
|
|
+ <height>16777215</height>
|
|
|
+ </size>
|
|
|
+ </property>
|
|
|
+ <property name="focusPolicy">
|
|
|
+ <enum>Qt::NoFocus</enum>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ <item row="3" column="0">
|
|
|
+ <widget class="QLabel" name="multipilotLabel">
|
|
|
+ <property name="maximumSize">
|
|
|
+ <size>
|
|
|
+ <width>120</width>
|
|
|
+ <height>16777215</height>
|
|
|
+ </size>
|
|
|
+ </property>
|
|
|
+ <property name="text">
|
|
|
+ <string>Multi Pilot</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ <item row="3" column="1">
|
|
|
+ <widget class="QLineEdit" name="multipilotLineEdit">
|
|
|
+ <property name="minimumSize">
|
|
|
+ <size>
|
|
|
+ <width>100</width>
|
|
|
+ <height>0</height>
|
|
|
+ </size>
|
|
|
+ </property>
|
|
|
+ <property name="maximumSize">
|
|
|
+ <size>
|
|
|
+ <width>120</width>
|
|
|
+ <height>16777215</height>
|
|
|
+ </size>
|
|
|
+ </property>
|
|
|
+ <property name="focusPolicy">
|
|
|
+ <enum>Qt::NoFocus</enum>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ <item row="3" column="2">
|
|
|
+ <widget class="QLabel" name="simLabel">
|
|
|
+ <property name="maximumSize">
|
|
|
+ <size>
|
|
|
+ <width>120</width>
|
|
|
+ <height>16777215</height>
|
|
|
+ </size>
|
|
|
+ </property>
|
|
|
+ <property name="text">
|
|
|
+ <string>Simulator</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ <item row="3" column="3">
|
|
|
+ <widget class="QLineEdit" name="simLineEdit">
|
|
|
+ <property name="minimumSize">
|
|
|
+ <size>
|
|
|
+ <width>100</width>
|
|
|
+ <height>0</height>
|
|
|
+ </size>
|
|
|
+ </property>
|
|
|
+ <property name="maximumSize">
|
|
|
+ <size>
|
|
|
+ <width>120</width>
|
|
|
+ <height>16777215</height>
|
|
|
+ </size>
|
|
|
+ </property>
|
|
|
+ <property name="focusPolicy">
|
|
|
+ <enum>Qt::NoFocus</enum>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ <item row="4" column="0">
|
|
|
+ <widget class="QLabel" name="piclabel">
|
|
|
+ <property name="maximumSize">
|
|
|
+ <size>
|
|
|
+ <width>120</width>
|
|
|
+ <height>16777215</height>
|
|
|
+ </size>
|
|
|
+ </property>
|
|
|
+ <property name="text">
|
|
|
+ <string>PIC</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ <item row="4" column="1">
|
|
|
+ <widget class="QLineEdit" name="picLineEdit">
|
|
|
+ <property name="minimumSize">
|
|
|
+ <size>
|
|
|
+ <width>100</width>
|
|
|
+ <height>0</height>
|
|
|
+ </size>
|
|
|
+ </property>
|
|
|
+ <property name="maximumSize">
|
|
|
+ <size>
|
|
|
+ <width>120</width>
|
|
|
+ <height>16777215</height>
|
|
|
+ </size>
|
|
|
+ </property>
|
|
|
+ <property name="focusPolicy">
|
|
|
+ <enum>Qt::NoFocus</enum>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ <item row="4" column="2">
|
|
|
+ <widget class="QLabel" name="todayLabel">
|
|
|
+ <property name="maximumSize">
|
|
|
+ <size>
|
|
|
+ <width>120</width>
|
|
|
+ <height>16777215</height>
|
|
|
+ </size>
|
|
|
+ </property>
|
|
|
+ <property name="text">
|
|
|
+ <string>TO Day</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ <item row="4" column="3">
|
|
|
+ <widget class="QLineEdit" name="todayLineEdit">
|
|
|
+ <property name="minimumSize">
|
|
|
+ <size>
|
|
|
+ <width>100</width>
|
|
|
+ <height>0</height>
|
|
|
+ </size>
|
|
|
+ </property>
|
|
|
+ <property name="maximumSize">
|
|
|
+ <size>
|
|
|
+ <width>120</width>
|
|
|
+ <height>16777215</height>
|
|
|
+ </size>
|
|
|
+ </property>
|
|
|
+ <property name="focusPolicy">
|
|
|
+ <enum>Qt::NoFocus</enum>
|
|
|
+ </property>
|
|
|
+ <property name="text">
|
|
|
+ <string>0</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ <item row="5" column="0">
|
|
|
+ <widget class="QLabel" name="sicLabel">
|
|
|
+ <property name="maximumSize">
|
|
|
+ <size>
|
|
|
+ <width>120</width>
|
|
|
+ <height>16777215</height>
|
|
|
+ </size>
|
|
|
+ </property>
|
|
|
+ <property name="text">
|
|
|
+ <string>SIC</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ <item row="5" column="1">
|
|
|
+ <widget class="QLineEdit" name="sicLineEdit">
|
|
|
+ <property name="minimumSize">
|
|
|
+ <size>
|
|
|
+ <width>100</width>
|
|
|
+ <height>0</height>
|
|
|
+ </size>
|
|
|
+ </property>
|
|
|
+ <property name="maximumSize">
|
|
|
+ <size>
|
|
|
+ <width>120</width>
|
|
|
+ <height>16777215</height>
|
|
|
+ </size>
|
|
|
+ </property>
|
|
|
+ <property name="focusPolicy">
|
|
|
+ <enum>Qt::NoFocus</enum>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ <item row="5" column="2">
|
|
|
+ <widget class="QLabel" name="tonightLabel">
|
|
|
+ <property name="maximumSize">
|
|
|
+ <size>
|
|
|
+ <width>120</width>
|
|
|
+ <height>16777215</height>
|
|
|
+ </size>
|
|
|
+ </property>
|
|
|
+ <property name="text">
|
|
|
+ <string>TO Night</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ <item row="5" column="3">
|
|
|
+ <widget class="QLineEdit" name="tonightLineEdit">
|
|
|
+ <property name="minimumSize">
|
|
|
+ <size>
|
|
|
+ <width>100</width>
|
|
|
+ <height>0</height>
|
|
|
+ </size>
|
|
|
+ </property>
|
|
|
+ <property name="maximumSize">
|
|
|
+ <size>
|
|
|
+ <width>120</width>
|
|
|
+ <height>16777215</height>
|
|
|
+ </size>
|
|
|
+ </property>
|
|
|
+ <property name="focusPolicy">
|
|
|
+ <enum>Qt::NoFocus</enum>
|
|
|
+ </property>
|
|
|
+ <property name="text">
|
|
|
+ <string>0</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ <item row="6" column="0">
|
|
|
+ <widget class="QLabel" name="dualLabel">
|
|
|
+ <property name="maximumSize">
|
|
|
+ <size>
|
|
|
+ <width>120</width>
|
|
|
+ <height>16777215</height>
|
|
|
+ </size>
|
|
|
+ </property>
|
|
|
+ <property name="text">
|
|
|
+ <string>DUAL</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ <item row="6" column="1">
|
|
|
+ <widget class="QLineEdit" name="dualLineEdit">
|
|
|
+ <property name="minimumSize">
|
|
|
+ <size>
|
|
|
+ <width>100</width>
|
|
|
+ <height>0</height>
|
|
|
+ </size>
|
|
|
+ </property>
|
|
|
+ <property name="maximumSize">
|
|
|
+ <size>
|
|
|
+ <width>120</width>
|
|
|
+ <height>16777215</height>
|
|
|
+ </size>
|
|
|
+ </property>
|
|
|
+ <property name="focusPolicy">
|
|
|
+ <enum>Qt::NoFocus</enum>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ <item row="6" column="2">
|
|
|
+ <widget class="QLabel" name="ldgdayLabel">
|
|
|
+ <property name="maximumSize">
|
|
|
+ <size>
|
|
|
+ <width>120</width>
|
|
|
+ <height>16777215</height>
|
|
|
+ </size>
|
|
|
+ </property>
|
|
|
+ <property name="text">
|
|
|
+ <string>LDG Day</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ <item row="6" column="3">
|
|
|
+ <widget class="QLineEdit" name="ldgdayLineEdit">
|
|
|
+ <property name="minimumSize">
|
|
|
+ <size>
|
|
|
+ <width>100</width>
|
|
|
+ <height>0</height>
|
|
|
+ </size>
|
|
|
+ </property>
|
|
|
+ <property name="maximumSize">
|
|
|
+ <size>
|
|
|
+ <width>120</width>
|
|
|
+ <height>16777215</height>
|
|
|
+ </size>
|
|
|
+ </property>
|
|
|
+ <property name="focusPolicy">
|
|
|
+ <enum>Qt::NoFocus</enum>
|
|
|
+ </property>
|
|
|
+ <property name="text">
|
|
|
+ <string>0</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ <item row="7" column="0">
|
|
|
+ <widget class="QLabel" name="fiLabel">
|
|
|
+ <property name="maximumSize">
|
|
|
+ <size>
|
|
|
+ <width>120</width>
|
|
|
+ <height>16777215</height>
|
|
|
+ </size>
|
|
|
+ </property>
|
|
|
+ <property name="text">
|
|
|
+ <string>FI</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ <item row="7" column="2">
|
|
|
+ <widget class="QLabel" name="ldgnightLabel">
|
|
|
+ <property name="maximumSize">
|
|
|
+ <size>
|
|
|
+ <width>120</width>
|
|
|
+ <height>16777215</height>
|
|
|
+ </size>
|
|
|
+ </property>
|
|
|
+ <property name="text">
|
|
|
+ <string>LDG Night</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ <item row="7" column="3">
|
|
|
+ <widget class="QLineEdit" name="ldgnightLineEdit">
|
|
|
+ <property name="minimumSize">
|
|
|
+ <size>
|
|
|
+ <width>100</width>
|
|
|
+ <height>0</height>
|
|
|
+ </size>
|
|
|
+ </property>
|
|
|
+ <property name="maximumSize">
|
|
|
+ <size>
|
|
|
+ <width>120</width>
|
|
|
+ <height>16777215</height>
|
|
|
+ </size>
|
|
|
+ </property>
|
|
|
+ <property name="focusPolicy">
|
|
|
+ <enum>Qt::NoFocus</enum>
|
|
|
+ </property>
|
|
|
+ <property name="text">
|
|
|
+ <string>0</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ <item row="7" column="1">
|
|
|
+ <widget class="QLineEdit" name="fiLineEdit">
|
|
|
+ <property name="minimumSize">
|
|
|
+ <size>
|
|
|
+ <width>100</width>
|
|
|
+ <height>0</height>
|
|
|
+ </size>
|
|
|
+ </property>
|
|
|
+ <property name="maximumSize">
|
|
|
+ <size>
|
|
|
+ <width>120</width>
|
|
|
+ <height>16777215</height>
|
|
|
+ </size>
|
|
|
+ </property>
|
|
|
+ <property name="focusPolicy">
|
|
|
+ <enum>Qt::NoFocus</enum>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ </layout>
|
|
|
+ </item>
|
|
|
+ <item row="12" column="0">
|
|
|
+ <widget class="Line" name="line_3">
|
|
|
<property name="orientation">
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
</property>
|
|
|
- <property name="sizeHint" stdset="0">
|
|
|
- <size>
|
|
|
- <width>414</width>
|
|
|
- <height>20</height>
|
|
|
- </size>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ <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="4" column="0">
|
|
|
+ <widget class="Line" name="line">
|
|
|
+ <property name="orientation">
|
|
|
+ <enum>Qt::Horizontal</enum>
|
|
|
</property>
|
|
|
- </spacer>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ <item row="13" 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="2" column="2">
|
|
|
- <spacer name="verticalSpacer_2">
|
|
|
+ <item row="6" column="0">
|
|
|
+ <widget class="Line" name="line_5">
|
|
|
<property name="orientation">
|
|
|
- <enum>Qt::Vertical</enum>
|
|
|
+ <enum>Qt::Horizontal</enum>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ <item row="11" 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="sizeHint" stdset="0">
|
|
|
- <size>
|
|
|
- <width>20</width>
|
|
|
- <height>205</height>
|
|
|
- </size>
|
|
|
+ <property name="alignment">
|
|
|
+ <set>Qt::AlignBottom|Qt::AlignHCenter</set>
|
|
|
</property>
|
|
|
- </spacer>
|
|
|
+ </widget>
|
|
|
</item>
|
|
|
- <item row="1" column="0">
|
|
|
- <spacer name="horizontalSpacer">
|
|
|
+ <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">
|
|
|
<property name="orientation">
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
</property>
|
|
|
- <property name="sizeHint" stdset="0">
|
|
|
- <size>
|
|
|
- <width>414</width>
|
|
|
- <height>20</height>
|
|
|
- </size>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ <item row="9" column="0">
|
|
|
+ <layout class="QGridLayout" name="gridLayout_3">
|
|
|
+ <item row="0" column="0">
|
|
|
+ <widget class="QLabel" name="TakeOffLabel">
|
|
|
+ <property name="text">
|
|
|
+ <string>Take offs (last 90 days)</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ <item row="0" column="1">
|
|
|
+ <widget class="QLabel" name="TakeOffDisplayLabel">
|
|
|
+ <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="LandingsLabel">
|
|
|
+ <property name="text">
|
|
|
+ <string>Landings (last 90 days)</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ <item row="1" column="1">
|
|
|
+ <widget class="QLabel" name="LandingsDisplayLabel">
|
|
|
+ <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="2" column="0">
|
|
|
+ <widget class="Line" name="line_7">
|
|
|
+ <property name="orientation">
|
|
|
+ <enum>Qt::Horizontal</enum>
|
|
|
</property>
|
|
|
- </spacer>
|
|
|
+ </widget>
|
|
|
</item>
|
|
|
</layout>
|
|
|
</widget>
|