|
@@ -17,7 +17,7 @@
|
|
|
<item row="0" column="0">
|
|
|
<widget class="QTabWidget" name="tabWidget">
|
|
|
<property name="currentIndex">
|
|
|
- <number>3</number>
|
|
|
+ <number>2</number>
|
|
|
</property>
|
|
|
<widget class="QWidget" name="personalTab">
|
|
|
<attribute name="title">
|
|
@@ -371,76 +371,56 @@
|
|
|
<attribute name="title">
|
|
|
<string>Currencies</string>
|
|
|
</attribute>
|
|
|
- <layout class="QGridLayout" name="gridLayout_7">
|
|
|
- <item row="0" column="2">
|
|
|
- <spacer name="verticalSpacer_2">
|
|
|
- <property name="orientation">
|
|
|
- <enum>Qt::Vertical</enum>
|
|
|
- </property>
|
|
|
- <property name="sizeHint" stdset="0">
|
|
|
- <size>
|
|
|
- <width>20</width>
|
|
|
- <height>35</height>
|
|
|
- </size>
|
|
|
- </property>
|
|
|
- </spacer>
|
|
|
- </item>
|
|
|
- <item row="1" column="0">
|
|
|
- <widget class="QLabel" name="headerCurrencyLabel">
|
|
|
+ <layout class="QGridLayout" name="gridLayout_6">
|
|
|
+ <item row="3" column="3">
|
|
|
+ <widget class="QCheckBox" name="currToLdgCheckBox">
|
|
|
<property name="minimumSize">
|
|
|
<size>
|
|
|
- <width>280</width>
|
|
|
+ <width>140</width>
|
|
|
<height>0</height>
|
|
|
</size>
|
|
|
</property>
|
|
|
- <property name="text">
|
|
|
- <string>Currency</string>
|
|
|
+ <property name="layoutDirection">
|
|
|
+ <enum>Qt::LeftToRight</enum>
|
|
|
</property>
|
|
|
- <property name="alignment">
|
|
|
- <set>Qt::AlignBottom|Qt::AlignLeading|Qt::AlignLeft</set>
|
|
|
+ <property name="text">
|
|
|
+ <string/>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
- <item row="1" column="3">
|
|
|
- <widget class="QLabel" name="headerExpirationLabel">
|
|
|
+ <item row="8" column="0">
|
|
|
+ <widget class="QLineEdit" name="currCustom1LineEdit">
|
|
|
<property name="minimumSize">
|
|
|
<size>
|
|
|
- <width>140</width>
|
|
|
+ <width>280</width>
|
|
|
<height>0</height>
|
|
|
</size>
|
|
|
</property>
|
|
|
<property name="text">
|
|
|
- <string>Expiration Date</string>
|
|
|
+ <string/>
|
|
|
</property>
|
|
|
- <property name="alignment">
|
|
|
- <set>Qt::AlignBottom|Qt::AlignLeading|Qt::AlignLeft</set>
|
|
|
+ <property name="placeholderText">
|
|
|
+ <string>custom currency</string>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
- <item row="1" column="4">
|
|
|
- <widget class="QLabel" name="headerShowLabel">
|
|
|
+ <item row="5" column="3">
|
|
|
+ <widget class="QCheckBox" name="currTrCheckBox">
|
|
|
<property name="minimumSize">
|
|
|
<size>
|
|
|
<width>140</width>
|
|
|
<height>0</height>
|
|
|
</size>
|
|
|
</property>
|
|
|
- <property name="text">
|
|
|
- <string>Show on Home Page</string>
|
|
|
- </property>
|
|
|
- <property name="alignment">
|
|
|
- <set>Qt::AlignBottom|Qt::AlignLeading|Qt::AlignLeft</set>
|
|
|
+ <property name="layoutDirection">
|
|
|
+ <enum>Qt::LeftToRight</enum>
|
|
|
</property>
|
|
|
- </widget>
|
|
|
- </item>
|
|
|
- <item row="2" column="0" colspan="5">
|
|
|
- <widget class="Line" name="line">
|
|
|
- <property name="orientation">
|
|
|
- <enum>Qt::Horizontal</enum>
|
|
|
+ <property name="text">
|
|
|
+ <string/>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
- <item row="3" column="0" rowspan="2">
|
|
|
+ <item row="3" column="0">
|
|
|
<widget class="QLabel" name="currToLdgLabel">
|
|
|
<property name="minimumSize">
|
|
|
<size>
|
|
@@ -449,15 +429,25 @@
|
|
|
</size>
|
|
|
</property>
|
|
|
<property name="text">
|
|
|
- <string>Take-off / Landing (automatic)</string>
|
|
|
+ <string>Take-off / Landing (days)</string>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
- <item row="4" column="3" rowspan="2">
|
|
|
- <widget class="QDateEdit" name="currToLdgDateEdit">
|
|
|
- <property name="enabled">
|
|
|
- <bool>false</bool>
|
|
|
+ <item row="1" column="1">
|
|
|
+ <spacer name="verticalSpacer">
|
|
|
+ <property name="orientation">
|
|
|
+ <enum>Qt::Vertical</enum>
|
|
|
+ </property>
|
|
|
+ <property name="sizeHint" stdset="0">
|
|
|
+ <size>
|
|
|
+ <width>20</width>
|
|
|
+ <height>168</height>
|
|
|
+ </size>
|
|
|
</property>
|
|
|
+ </spacer>
|
|
|
+ </item>
|
|
|
+ <item row="4" column="2">
|
|
|
+ <widget class="QDateEdit" name="currLicDateEdit">
|
|
|
<property name="minimumSize">
|
|
|
<size>
|
|
|
<width>140</width>
|
|
@@ -473,6 +463,9 @@
|
|
|
<property name="calendarPopup">
|
|
|
<bool>true</bool>
|
|
|
</property>
|
|
|
+ <property name="timeSpec">
|
|
|
+ <enum>Qt::UTC</enum>
|
|
|
+ </property>
|
|
|
<property name="date">
|
|
|
<date>
|
|
|
<year>2020</year>
|
|
@@ -482,37 +475,8 @@
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
- <item row="5" column="4">
|
|
|
- <widget class="QCheckBox" name="currToLdgCheckBox">
|
|
|
- <property name="minimumSize">
|
|
|
- <size>
|
|
|
- <width>140</width>
|
|
|
- <height>0</height>
|
|
|
- </size>
|
|
|
- </property>
|
|
|
- <property name="layoutDirection">
|
|
|
- <enum>Qt::LeftToRight</enum>
|
|
|
- </property>
|
|
|
- <property name="text">
|
|
|
- <string/>
|
|
|
- </property>
|
|
|
- </widget>
|
|
|
- </item>
|
|
|
- <item row="6" column="0">
|
|
|
- <widget class="QLabel" name="currLicLabel">
|
|
|
- <property name="minimumSize">
|
|
|
- <size>
|
|
|
- <width>280</width>
|
|
|
- <height>0</height>
|
|
|
- </size>
|
|
|
- </property>
|
|
|
- <property name="text">
|
|
|
- <string>Licence</string>
|
|
|
- </property>
|
|
|
- </widget>
|
|
|
- </item>
|
|
|
- <item row="6" column="3">
|
|
|
- <widget class="QDateEdit" name="currLicDateEdit">
|
|
|
+ <item row="5" column="2">
|
|
|
+ <widget class="QDateEdit" name="currTrDateEdit">
|
|
|
<property name="minimumSize">
|
|
|
<size>
|
|
|
<width>140</width>
|
|
@@ -540,8 +504,8 @@
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
- <item row="6" column="4">
|
|
|
- <widget class="QCheckBox" name="currLicCheckBox">
|
|
|
+ <item row="9" column="3">
|
|
|
+ <widget class="QCheckBox" name="currCustom2CheckBox">
|
|
|
<property name="minimumSize">
|
|
|
<size>
|
|
|
<width>140</width>
|
|
@@ -556,21 +520,8 @@
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
- <item row="7" column="0">
|
|
|
- <widget class="QLabel" name="currTrLabel">
|
|
|
- <property name="minimumSize">
|
|
|
- <size>
|
|
|
- <width>280</width>
|
|
|
- <height>0</height>
|
|
|
- </size>
|
|
|
- </property>
|
|
|
- <property name="text">
|
|
|
- <string>Type Rating</string>
|
|
|
- </property>
|
|
|
- </widget>
|
|
|
- </item>
|
|
|
- <item row="7" column="3">
|
|
|
- <widget class="QDateEdit" name="currTrDateEdit">
|
|
|
+ <item row="7" column="2">
|
|
|
+ <widget class="QDateEdit" name="currMedDateEdit">
|
|
|
<property name="minimumSize">
|
|
|
<size>
|
|
|
<width>140</width>
|
|
@@ -598,8 +549,31 @@
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
- <item row="7" column="4">
|
|
|
- <widget class="QCheckBox" name="currTrCheckBox">
|
|
|
+ <item row="3" column="2">
|
|
|
+ <widget class="QSpinBox" name="currToLdgSpinBox">
|
|
|
+ <property name="toolTip">
|
|
|
+ <string><html><head/><body><p>Number of days for TO/LDG currency. Default 90</p></body></html></string>
|
|
|
+ </property>
|
|
|
+ <property name="value">
|
|
|
+ <number>90</number>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ <item row="7" column="0">
|
|
|
+ <widget class="QLabel" name="currMedLabel">
|
|
|
+ <property name="minimumSize">
|
|
|
+ <size>
|
|
|
+ <width>280</width>
|
|
|
+ <height>0</height>
|
|
|
+ </size>
|
|
|
+ </property>
|
|
|
+ <property name="text">
|
|
|
+ <string>Medical</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ <item row="8" column="3">
|
|
|
+ <widget class="QCheckBox" name="currCustom1CheckBox">
|
|
|
<property name="minimumSize">
|
|
|
<size>
|
|
|
<width>140</width>
|
|
@@ -614,20 +588,20 @@
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
- <item row="8" column="0">
|
|
|
- <widget class="QLabel" name="currLckLabel">
|
|
|
+ <item row="9" column="0">
|
|
|
+ <widget class="QLineEdit" name="currCustom2LineEdit">
|
|
|
<property name="minimumSize">
|
|
|
<size>
|
|
|
<width>280</width>
|
|
|
<height>0</height>
|
|
|
</size>
|
|
|
</property>
|
|
|
- <property name="text">
|
|
|
- <string>Line Check</string>
|
|
|
+ <property name="placeholderText">
|
|
|
+ <string>custom currency</string>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
- <item row="8" column="3">
|
|
|
+ <item row="6" column="2">
|
|
|
<widget class="QDateEdit" name="currLckDateEdit">
|
|
|
<property name="minimumSize">
|
|
|
<size>
|
|
@@ -656,24 +630,21 @@
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
- <item row="8" column="4">
|
|
|
- <widget class="QCheckBox" name="currLckCheckBox">
|
|
|
+ <item row="6" column="0">
|
|
|
+ <widget class="QLabel" name="currLckLabel">
|
|
|
<property name="minimumSize">
|
|
|
<size>
|
|
|
- <width>140</width>
|
|
|
+ <width>280</width>
|
|
|
<height>0</height>
|
|
|
</size>
|
|
|
</property>
|
|
|
- <property name="layoutDirection">
|
|
|
- <enum>Qt::LeftToRight</enum>
|
|
|
- </property>
|
|
|
<property name="text">
|
|
|
- <string/>
|
|
|
+ <string>Line Check</string>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
- <item row="9" column="0">
|
|
|
- <widget class="QLabel" name="currMedLabel">
|
|
|
+ <item row="5" column="0">
|
|
|
+ <widget class="QLabel" name="currTrLabel">
|
|
|
<property name="minimumSize">
|
|
|
<size>
|
|
|
<width>280</width>
|
|
@@ -681,41 +652,25 @@
|
|
|
</size>
|
|
|
</property>
|
|
|
<property name="text">
|
|
|
- <string>Medical</string>
|
|
|
+ <string>Type Rating</string>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
- <item row="9" column="3">
|
|
|
- <widget class="QDateEdit" name="currMedDateEdit">
|
|
|
+ <item row="4" column="0">
|
|
|
+ <widget class="QLabel" name="currLicLabel">
|
|
|
<property name="minimumSize">
|
|
|
<size>
|
|
|
- <width>140</width>
|
|
|
+ <width>280</width>
|
|
|
<height>0</height>
|
|
|
</size>
|
|
|
</property>
|
|
|
- <property name="currentSection">
|
|
|
- <enum>QDateTimeEdit::MonthSection</enum>
|
|
|
- </property>
|
|
|
- <property name="displayFormat">
|
|
|
- <string>MM/dd/yyyy</string>
|
|
|
- </property>
|
|
|
- <property name="calendarPopup">
|
|
|
- <bool>true</bool>
|
|
|
- </property>
|
|
|
- <property name="timeSpec">
|
|
|
- <enum>Qt::UTC</enum>
|
|
|
- </property>
|
|
|
- <property name="date">
|
|
|
- <date>
|
|
|
- <year>2020</year>
|
|
|
- <month>1</month>
|
|
|
- <day>1</day>
|
|
|
- </date>
|
|
|
+ <property name="text">
|
|
|
+ <string>Licence</string>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
- <item row="9" column="4">
|
|
|
- <widget class="QCheckBox" name="currMedCheckBox">
|
|
|
+ <item row="6" column="3">
|
|
|
+ <widget class="QCheckBox" name="currLckCheckBox">
|
|
|
<property name="minimumSize">
|
|
|
<size>
|
|
|
<width>140</width>
|
|
@@ -730,24 +685,21 @@
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
- <item row="10" column="0">
|
|
|
- <widget class="QLineEdit" name="currCustom1LineEdit">
|
|
|
- <property name="minimumSize">
|
|
|
+ <item row="10" column="1">
|
|
|
+ <spacer name="verticalSpacer_2">
|
|
|
+ <property name="orientation">
|
|
|
+ <enum>Qt::Vertical</enum>
|
|
|
+ </property>
|
|
|
+ <property name="sizeHint" stdset="0">
|
|
|
<size>
|
|
|
- <width>280</width>
|
|
|
- <height>0</height>
|
|
|
+ <width>20</width>
|
|
|
+ <height>167</height>
|
|
|
</size>
|
|
|
</property>
|
|
|
- <property name="text">
|
|
|
- <string/>
|
|
|
- </property>
|
|
|
- <property name="placeholderText">
|
|
|
- <string>custom currency</string>
|
|
|
- </property>
|
|
|
- </widget>
|
|
|
+ </spacer>
|
|
|
</item>
|
|
|
- <item row="10" column="3">
|
|
|
- <widget class="QDateEdit" name="currCustom1DateEdit">
|
|
|
+ <item row="9" column="2">
|
|
|
+ <widget class="QDateEdit" name="currCustom2DateEdit">
|
|
|
<property name="minimumSize">
|
|
|
<size>
|
|
|
<width>140</width>
|
|
@@ -775,8 +727,8 @@
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
- <item row="10" column="4">
|
|
|
- <widget class="QCheckBox" name="currCustom1CheckBox">
|
|
|
+ <item row="4" column="3">
|
|
|
+ <widget class="QCheckBox" name="currLicCheckBox">
|
|
|
<property name="minimumSize">
|
|
|
<size>
|
|
|
<width>140</width>
|
|
@@ -791,21 +743,8 @@
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
- <item row="11" column="0">
|
|
|
- <widget class="QLineEdit" name="currCustom2LineEdit">
|
|
|
- <property name="minimumSize">
|
|
|
- <size>
|
|
|
- <width>280</width>
|
|
|
- <height>0</height>
|
|
|
- </size>
|
|
|
- </property>
|
|
|
- <property name="placeholderText">
|
|
|
- <string>custom currency</string>
|
|
|
- </property>
|
|
|
- </widget>
|
|
|
- </item>
|
|
|
- <item row="11" column="3">
|
|
|
- <widget class="QDateEdit" name="currCustom2DateEdit">
|
|
|
+ <item row="8" column="2">
|
|
|
+ <widget class="QDateEdit" name="currCustom1DateEdit">
|
|
|
<property name="minimumSize">
|
|
|
<size>
|
|
|
<width>140</width>
|
|
@@ -833,8 +772,8 @@
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
- <item row="11" column="4">
|
|
|
- <widget class="QCheckBox" name="currCustom2CheckBox">
|
|
|
+ <item row="7" column="3">
|
|
|
+ <widget class="QCheckBox" name="currMedCheckBox">
|
|
|
<property name="minimumSize">
|
|
|
<size>
|
|
|
<width>140</width>
|
|
@@ -849,46 +788,21 @@
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
- <item row="12" column="0" colspan="5">
|
|
|
- <widget class="Line" name="line_2">
|
|
|
- <property name="orientation">
|
|
|
- <enum>Qt::Horizontal</enum>
|
|
|
- </property>
|
|
|
- </widget>
|
|
|
- </item>
|
|
|
- <item row="13" column="1">
|
|
|
- <layout class="QGridLayout" name="gridLayout_6">
|
|
|
- <item row="0" column="0">
|
|
|
- <widget class="QCheckBox" name="currWarningCheckBox">
|
|
|
- <property name="text">
|
|
|
- <string>Warn me about expiring currencies</string>
|
|
|
- </property>
|
|
|
- </widget>
|
|
|
- </item>
|
|
|
- <item row="0" column="1">
|
|
|
- <widget class="QSpinBox" name="currWarningThresholdSpinBox"/>
|
|
|
- </item>
|
|
|
- <item row="0" column="2">
|
|
|
- <widget class="QLabel" name="label">
|
|
|
- <property name="text">
|
|
|
- <string>days before expiry</string>
|
|
|
- </property>
|
|
|
- </widget>
|
|
|
- </item>
|
|
|
- </layout>
|
|
|
- </item>
|
|
|
- <item row="14" column="1">
|
|
|
- <spacer name="verticalSpacer">
|
|
|
- <property name="orientation">
|
|
|
- <enum>Qt::Vertical</enum>
|
|
|
- </property>
|
|
|
- <property name="sizeHint" stdset="0">
|
|
|
+ <item row="2" column="3">
|
|
|
+ <widget class="QLabel" name="headerShowLabel">
|
|
|
+ <property name="minimumSize">
|
|
|
<size>
|
|
|
- <width>20</width>
|
|
|
- <height>35</height>
|
|
|
+ <width>140</width>
|
|
|
+ <height>0</height>
|
|
|
</size>
|
|
|
</property>
|
|
|
- </spacer>
|
|
|
+ <property name="text">
|
|
|
+ <string>Show on Home Page</string>
|
|
|
+ </property>
|
|
|
+ <property name="alignment">
|
|
|
+ <set>Qt::AlignBottom|Qt::AlignLeading|Qt::AlignLeft</set>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
</item>
|
|
|
</layout>
|
|
|
</widget>
|