|
@@ -17,8 +17,261 @@
|
|
|
<item row="0" column="0">
|
|
|
<widget class="QTabWidget" name="tabWidget">
|
|
|
<property name="currentIndex">
|
|
|
- <number>4</number>
|
|
|
+ <number>0</number>
|
|
|
</property>
|
|
|
+ <widget class="QWidget" name="generalTab">
|
|
|
+ <attribute name="title">
|
|
|
+ <string>General</string>
|
|
|
+ </attribute>
|
|
|
+ <layout class="QGridLayout" name="gridLayout_3">
|
|
|
+ <item row="0" column="0">
|
|
|
+ <widget class="QLabel" name="currencyLeftLabel">
|
|
|
+ <property name="toolTip">
|
|
|
+ <string>Setting this value to 0 disables warnings.</string>
|
|
|
+ </property>
|
|
|
+ <property name="text">
|
|
|
+ <string>Warn about expiring currencies</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ <item row="1" column="0">
|
|
|
+ <widget class="QLabel" name="styleLabel">
|
|
|
+ <property name="sizePolicy">
|
|
|
+ <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
|
|
|
+ <horstretch>0</horstretch>
|
|
|
+ <verstretch>0</verstretch>
|
|
|
+ </sizepolicy>
|
|
|
+ </property>
|
|
|
+ <property name="text">
|
|
|
+ <string>Style</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ <item row="1" column="1">
|
|
|
+ <widget class="QPushButton" name="resetStylePushButton">
|
|
|
+ <property name="text">
|
|
|
+ <string>Reset to Default</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ <item row="1" column="2">
|
|
|
+ <widget class="QComboBox" name="styleComboBox"/>
|
|
|
+ </item>
|
|
|
+ <item row="2" column="0">
|
|
|
+ <widget class="QLabel" name="fontLabel">
|
|
|
+ <property name="text">
|
|
|
+ <string>Font</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ <item row="2" column="1">
|
|
|
+ <widget class="QCheckBox" name="fontCheckBox">
|
|
|
+ <property name="text">
|
|
|
+ <string>Use System Font</string>
|
|
|
+ </property>
|
|
|
+ <property name="checked">
|
|
|
+ <bool>true</bool>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ <item row="2" column="2">
|
|
|
+ <widget class="QFontComboBox" name="fontComboBox">
|
|
|
+ <property name="enabled">
|
|
|
+ <bool>false</bool>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ <item row="2" column="3">
|
|
|
+ <widget class="QSpinBox" name="fontSpinBox">
|
|
|
+ <property name="enabled">
|
|
|
+ <bool>false</bool>
|
|
|
+ </property>
|
|
|
+ <property name="maximumSize">
|
|
|
+ <size>
|
|
|
+ <width>80</width>
|
|
|
+ <height>16777215</height>
|
|
|
+ </size>
|
|
|
+ </property>
|
|
|
+ <property name="minimum">
|
|
|
+ <number>8</number>
|
|
|
+ </property>
|
|
|
+ <property name="maximum">
|
|
|
+ <number>18</number>
|
|
|
+ </property>
|
|
|
+ <property name="value">
|
|
|
+ <number>10</number>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ <item row="3" column="0">
|
|
|
+ <widget class="QLabel" name="pilotSortLabel">
|
|
|
+ <property name="sizePolicy">
|
|
|
+ <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
|
|
|
+ <horstretch>0</horstretch>
|
|
|
+ <verstretch>0</verstretch>
|
|
|
+ </sizepolicy>
|
|
|
+ </property>
|
|
|
+ <property name="toolTip">
|
|
|
+ <string><html><head/><body><p>Determines by which column to sort the display of Pilots in the Pilots Tab.</p></body></html></string>
|
|
|
+ </property>
|
|
|
+ <property name="whatsThis">
|
|
|
+ <string><html><head/><body><p>Determines by which column to sort the display of Pilots in the Pilots Tab.</p></body></html></string>
|
|
|
+ </property>
|
|
|
+ <property name="text">
|
|
|
+ <string>Sort Pilots by</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ <item row="3" column="2">
|
|
|
+ <widget class="QComboBox" name="pilotSortComboBox">
|
|
|
+ <property name="toolTip">
|
|
|
+ <string><html><head/><body><p>Determines by which column to sort the display of Pilots in the Pilots Tab.</p></body></html></string>
|
|
|
+ </property>
|
|
|
+ <item>
|
|
|
+ <property name="text">
|
|
|
+ <string>Last Name</string>
|
|
|
+ </property>
|
|
|
+ </item>
|
|
|
+ <item>
|
|
|
+ <property name="text">
|
|
|
+ <string>First Name</string>
|
|
|
+ </property>
|
|
|
+ </item>
|
|
|
+ <item>
|
|
|
+ <property name="text">
|
|
|
+ <string>Company</string>
|
|
|
+ </property>
|
|
|
+ </item>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ <item row="4" column="0">
|
|
|
+ <widget class="QLabel" name="acftSortLabel">
|
|
|
+ <property name="sizePolicy">
|
|
|
+ <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
|
|
|
+ <horstretch>0</horstretch>
|
|
|
+ <verstretch>0</verstretch>
|
|
|
+ </sizepolicy>
|
|
|
+ </property>
|
|
|
+ <property name="toolTip">
|
|
|
+ <string><html><head/><body><p>Determines by which column to sort the display of Aircaft in the Aircraft Tab.</p></body></html></string>
|
|
|
+ </property>
|
|
|
+ <property name="whatsThis">
|
|
|
+ <string><html><head/><body><p>Determines by which column to sort the display of Aircaft in the Aircraft Tab.</p></body></html></string>
|
|
|
+ </property>
|
|
|
+ <property name="text">
|
|
|
+ <string>Sort Aircraft by</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ <item row="4" column="2">
|
|
|
+ <widget class="QComboBox" name="acftSortComboBox">
|
|
|
+ <property name="toolTip">
|
|
|
+ <string><html><head/><body><p>Determines by which column to sort the display of Aircaft in the Aircraft Tab.</p></body></html></string>
|
|
|
+ </property>
|
|
|
+ <item>
|
|
|
+ <property name="text">
|
|
|
+ <string>Registration</string>
|
|
|
+ </property>
|
|
|
+ </item>
|
|
|
+ <item>
|
|
|
+ <property name="text">
|
|
|
+ <string>Type</string>
|
|
|
+ </property>
|
|
|
+ </item>
|
|
|
+ <item>
|
|
|
+ <property name="text">
|
|
|
+ <string>Company</string>
|
|
|
+ </property>
|
|
|
+ </item>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ <item row="5" column="0">
|
|
|
+ <widget class="QLabel" name="logbookViewLabel">
|
|
|
+ <property name="sizePolicy">
|
|
|
+ <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
|
|
|
+ <horstretch>0</horstretch>
|
|
|
+ <verstretch>0</verstretch>
|
|
|
+ </sizepolicy>
|
|
|
+ </property>
|
|
|
+ <property name="toolTip">
|
|
|
+ <string><html><head/><body><p>Determines how your logbook is displayed in the logbook tab. This has no influence on what details are logged, just on what is displayed by default.</p></body></html></string>
|
|
|
+ </property>
|
|
|
+ <property name="whatsThis">
|
|
|
+ <string><html><head/><body><p>Determines how your logbook is displayed in the logbook tab. This has no influence on what details are logged, just on what is displayed by default.</p></body></html></string>
|
|
|
+ </property>
|
|
|
+ <property name="text">
|
|
|
+ <string>Logbook Display</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ <item row="5" column="2">
|
|
|
+ <widget class="QComboBox" name="logbookViewComboBox">
|
|
|
+ <property name="toolTip">
|
|
|
+ <string><html><head/><body><p>Determines how your logbook is displayed in the logbook tab. This has no influence on what details are logged, just on what is displayed by default.</p></body></html></string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ <item row="6" column="0">
|
|
|
+ <widget class="QLabel" name="aliasLabel">
|
|
|
+ <property name="toolTip">
|
|
|
+ <string><html><head/><body><p>How your own name is displayed in your logbook</p></body></html></string>
|
|
|
+ </property>
|
|
|
+ <property name="text">
|
|
|
+ <string>Show own name as</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ <item row="6" column="2">
|
|
|
+ <widget class="QComboBox" name="aliasComboBox">
|
|
|
+ <item>
|
|
|
+ <property name="text">
|
|
|
+ <string>self</string>
|
|
|
+ </property>
|
|
|
+ </item>
|
|
|
+ <item>
|
|
|
+ <property name="text">
|
|
|
+ <string>SELF</string>
|
|
|
+ </property>
|
|
|
+ </item>
|
|
|
+ <item>
|
|
|
+ <property name="text">
|
|
|
+ <string>Lastname, Firstname</string>
|
|
|
+ </property>
|
|
|
+ </item>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ <item row="7" column="0">
|
|
|
+ <widget class="QLabel" name="languageLabel">
|
|
|
+ <property name="text">
|
|
|
+ <string>Language</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ <item row="7" column="2">
|
|
|
+ <widget class="QComboBox" name="languageComboBox"/>
|
|
|
+ </item>
|
|
|
+ <item row="0" column="1">
|
|
|
+ <widget class="QSpinBox" name="currencyWarningDaysSpinBox">
|
|
|
+ <property name="toolTip">
|
|
|
+ <string>Setting this value to 0 disables warnings.</string>
|
|
|
+ </property>
|
|
|
+ <property name="value">
|
|
|
+ <number>30</number>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ <item row="0" column="2">
|
|
|
+ <widget class="QLabel" name="currencyRightLabel">
|
|
|
+ <property name="toolTip">
|
|
|
+ <string>Setting this value to 0 disables warnings.</string>
|
|
|
+ </property>
|
|
|
+ <property name="text">
|
|
|
+ <string>days before expiry</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ </layout>
|
|
|
+ </widget>
|
|
|
<widget class="QWidget" name="personalTab">
|
|
|
<attribute name="title">
|
|
|
<string>Personal</string>
|
|
@@ -320,668 +573,6 @@
|
|
|
</item>
|
|
|
</layout>
|
|
|
</widget>
|
|
|
- <widget class="QWidget" name="currenciesTab">
|
|
|
- <attribute name="title">
|
|
|
- <string>Currencies</string>
|
|
|
- </attribute>
|
|
|
- <layout class="QGridLayout" name="gridLayout_6">
|
|
|
- <item row="3" column="3">
|
|
|
- <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="8" column="0">
|
|
|
- <widget class="QLineEdit" name="currCustom1LineEdit">
|
|
|
- <property name="minimumSize">
|
|
|
- <size>
|
|
|
- <width>280</width>
|
|
|
- <height>0</height>
|
|
|
- </size>
|
|
|
- </property>
|
|
|
- <property name="text">
|
|
|
- <string/>
|
|
|
- </property>
|
|
|
- <property name="placeholderText">
|
|
|
- <string>custom currency</string>
|
|
|
- </property>
|
|
|
- </widget>
|
|
|
- </item>
|
|
|
- <item row="5" column="3">
|
|
|
- <widget class="QCheckBox" name="currTrCheckBox">
|
|
|
- <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="3" column="0">
|
|
|
- <widget class="QLabel" name="currToLdgLabel">
|
|
|
- <property name="minimumSize">
|
|
|
- <size>
|
|
|
- <width>280</width>
|
|
|
- <height>0</height>
|
|
|
- </size>
|
|
|
- </property>
|
|
|
- <property name="text">
|
|
|
- <string>Take-off / Landing (days)</string>
|
|
|
- </property>
|
|
|
- </widget>
|
|
|
- </item>
|
|
|
- <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>
|
|
|
- <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>
|
|
|
- </widget>
|
|
|
- </item>
|
|
|
- <item row="5" column="2">
|
|
|
- <widget class="QDateEdit" name="currTrDateEdit">
|
|
|
- <property name="minimumSize">
|
|
|
- <size>
|
|
|
- <width>140</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>
|
|
|
- </widget>
|
|
|
- </item>
|
|
|
- <item row="9" column="3">
|
|
|
- <widget class="QCheckBox" name="currCustom2CheckBox">
|
|
|
- <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="7" column="2">
|
|
|
- <widget class="QDateEdit" name="currMedDateEdit">
|
|
|
- <property name="minimumSize">
|
|
|
- <size>
|
|
|
- <width>140</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>
|
|
|
- </widget>
|
|
|
- </item>
|
|
|
- <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>
|
|
|
- <height>0</height>
|
|
|
- </size>
|
|
|
- </property>
|
|
|
- <property name="layoutDirection">
|
|
|
- <enum>Qt::LeftToRight</enum>
|
|
|
- </property>
|
|
|
- <property name="text">
|
|
|
- <string/>
|
|
|
- </property>
|
|
|
- </widget>
|
|
|
- </item>
|
|
|
- <item row="9" 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="6" column="2">
|
|
|
- <widget class="QDateEdit" name="currLckDateEdit">
|
|
|
- <property name="minimumSize">
|
|
|
- <size>
|
|
|
- <width>140</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>
|
|
|
- </widget>
|
|
|
- </item>
|
|
|
- <item row="6" column="0">
|
|
|
- <widget class="QLabel" name="currLckLabel">
|
|
|
- <property name="minimumSize">
|
|
|
- <size>
|
|
|
- <width>280</width>
|
|
|
- <height>0</height>
|
|
|
- </size>
|
|
|
- </property>
|
|
|
- <property name="text">
|
|
|
- <string>Line Check</string>
|
|
|
- </property>
|
|
|
- </widget>
|
|
|
- </item>
|
|
|
- <item row="5" 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="4" 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="QCheckBox" name="currLckCheckBox">
|
|
|
- <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="10" column="1">
|
|
|
- <spacer name="verticalSpacer_2">
|
|
|
- <property name="orientation">
|
|
|
- <enum>Qt::Vertical</enum>
|
|
|
- </property>
|
|
|
- <property name="sizeHint" stdset="0">
|
|
|
- <size>
|
|
|
- <width>20</width>
|
|
|
- <height>167</height>
|
|
|
- </size>
|
|
|
- </property>
|
|
|
- </spacer>
|
|
|
- </item>
|
|
|
- <item row="9" column="2">
|
|
|
- <widget class="QDateEdit" name="currCustom2DateEdit">
|
|
|
- <property name="minimumSize">
|
|
|
- <size>
|
|
|
- <width>140</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>
|
|
|
- </widget>
|
|
|
- </item>
|
|
|
- <item row="4" column="3">
|
|
|
- <widget class="QCheckBox" name="currLicCheckBox">
|
|
|
- <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="8" column="2">
|
|
|
- <widget class="QDateEdit" name="currCustom1DateEdit">
|
|
|
- <property name="minimumSize">
|
|
|
- <size>
|
|
|
- <width>140</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>
|
|
|
- </widget>
|
|
|
- </item>
|
|
|
- <item row="7" column="3">
|
|
|
- <widget class="QCheckBox" name="currMedCheckBox">
|
|
|
- <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="2" column="3">
|
|
|
- <widget class="QLabel" name="headerShowLabel">
|
|
|
- <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>
|
|
|
- </widget>
|
|
|
- </item>
|
|
|
- </layout>
|
|
|
- </widget>
|
|
|
- <widget class="QWidget" name="appearanceTab">
|
|
|
- <attribute name="title">
|
|
|
- <string>Appearance</string>
|
|
|
- </attribute>
|
|
|
- <layout class="QGridLayout" name="gridLayout_4">
|
|
|
- <item row="0" column="0">
|
|
|
- <widget class="QLabel" name="styleLabel">
|
|
|
- <property name="sizePolicy">
|
|
|
- <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
|
|
|
- <horstretch>0</horstretch>
|
|
|
- <verstretch>0</verstretch>
|
|
|
- </sizepolicy>
|
|
|
- </property>
|
|
|
- <property name="text">
|
|
|
- <string>Style</string>
|
|
|
- </property>
|
|
|
- </widget>
|
|
|
- </item>
|
|
|
- <item row="0" column="1">
|
|
|
- <widget class="QPushButton" name="resetStylePushButton">
|
|
|
- <property name="text">
|
|
|
- <string>Reset to Default</string>
|
|
|
- </property>
|
|
|
- </widget>
|
|
|
- </item>
|
|
|
- <item row="0" column="2">
|
|
|
- <widget class="QComboBox" name="styleComboBox"/>
|
|
|
- </item>
|
|
|
- <item row="1" column="0">
|
|
|
- <widget class="QLabel" name="fontLabel">
|
|
|
- <property name="text">
|
|
|
- <string>Font</string>
|
|
|
- </property>
|
|
|
- </widget>
|
|
|
- </item>
|
|
|
- <item row="1" column="1">
|
|
|
- <widget class="QCheckBox" name="fontCheckBox">
|
|
|
- <property name="text">
|
|
|
- <string>Use System Font</string>
|
|
|
- </property>
|
|
|
- <property name="checked">
|
|
|
- <bool>true</bool>
|
|
|
- </property>
|
|
|
- </widget>
|
|
|
- </item>
|
|
|
- <item row="1" column="2">
|
|
|
- <widget class="QFontComboBox" name="fontComboBox">
|
|
|
- <property name="enabled">
|
|
|
- <bool>false</bool>
|
|
|
- </property>
|
|
|
- </widget>
|
|
|
- </item>
|
|
|
- <item row="1" column="3">
|
|
|
- <widget class="QSpinBox" name="fontSpinBox">
|
|
|
- <property name="enabled">
|
|
|
- <bool>false</bool>
|
|
|
- </property>
|
|
|
- <property name="maximumSize">
|
|
|
- <size>
|
|
|
- <width>80</width>
|
|
|
- <height>16777215</height>
|
|
|
- </size>
|
|
|
- </property>
|
|
|
- <property name="minimum">
|
|
|
- <number>8</number>
|
|
|
- </property>
|
|
|
- <property name="maximum">
|
|
|
- <number>18</number>
|
|
|
- </property>
|
|
|
- <property name="value">
|
|
|
- <number>10</number>
|
|
|
- </property>
|
|
|
- </widget>
|
|
|
- </item>
|
|
|
- <item row="2" column="0">
|
|
|
- <widget class="QLabel" name="pilotSortLabel">
|
|
|
- <property name="sizePolicy">
|
|
|
- <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
|
|
|
- <horstretch>0</horstretch>
|
|
|
- <verstretch>0</verstretch>
|
|
|
- </sizepolicy>
|
|
|
- </property>
|
|
|
- <property name="toolTip">
|
|
|
- <string><html><head/><body><p>Determines by which column to sort the display of Pilots in the Pilots Tab.</p></body></html></string>
|
|
|
- </property>
|
|
|
- <property name="whatsThis">
|
|
|
- <string><html><head/><body><p>Determines by which column to sort the display of Pilots in the Pilots Tab.</p></body></html></string>
|
|
|
- </property>
|
|
|
- <property name="text">
|
|
|
- <string>Sort Pilots by</string>
|
|
|
- </property>
|
|
|
- </widget>
|
|
|
- </item>
|
|
|
- <item row="2" column="2">
|
|
|
- <widget class="QComboBox" name="pilotSortComboBox">
|
|
|
- <property name="toolTip">
|
|
|
- <string><html><head/><body><p>Determines by which column to sort the display of Pilots in the Pilots Tab.</p></body></html></string>
|
|
|
- </property>
|
|
|
- <item>
|
|
|
- <property name="text">
|
|
|
- <string>Last Name</string>
|
|
|
- </property>
|
|
|
- </item>
|
|
|
- <item>
|
|
|
- <property name="text">
|
|
|
- <string>First Name</string>
|
|
|
- </property>
|
|
|
- </item>
|
|
|
- <item>
|
|
|
- <property name="text">
|
|
|
- <string>Company</string>
|
|
|
- </property>
|
|
|
- </item>
|
|
|
- </widget>
|
|
|
- </item>
|
|
|
- <item row="3" column="0">
|
|
|
- <widget class="QLabel" name="acftSortLabel">
|
|
|
- <property name="sizePolicy">
|
|
|
- <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
|
|
|
- <horstretch>0</horstretch>
|
|
|
- <verstretch>0</verstretch>
|
|
|
- </sizepolicy>
|
|
|
- </property>
|
|
|
- <property name="toolTip">
|
|
|
- <string><html><head/><body><p>Determines by which column to sort the display of Aircaft in the Aircraft Tab.</p></body></html></string>
|
|
|
- </property>
|
|
|
- <property name="whatsThis">
|
|
|
- <string><html><head/><body><p>Determines by which column to sort the display of Aircaft in the Aircraft Tab.</p></body></html></string>
|
|
|
- </property>
|
|
|
- <property name="text">
|
|
|
- <string>Sort Aircraft by</string>
|
|
|
- </property>
|
|
|
- </widget>
|
|
|
- </item>
|
|
|
- <item row="3" column="2">
|
|
|
- <widget class="QComboBox" name="acftSortComboBox">
|
|
|
- <property name="toolTip">
|
|
|
- <string><html><head/><body><p>Determines by which column to sort the display of Aircaft in the Aircraft Tab.</p></body></html></string>
|
|
|
- </property>
|
|
|
- <item>
|
|
|
- <property name="text">
|
|
|
- <string>Registration</string>
|
|
|
- </property>
|
|
|
- </item>
|
|
|
- <item>
|
|
|
- <property name="text">
|
|
|
- <string>Type</string>
|
|
|
- </property>
|
|
|
- </item>
|
|
|
- <item>
|
|
|
- <property name="text">
|
|
|
- <string>Company</string>
|
|
|
- </property>
|
|
|
- </item>
|
|
|
- </widget>
|
|
|
- </item>
|
|
|
- <item row="4" column="0">
|
|
|
- <widget class="QLabel" name="logbookViewLabel">
|
|
|
- <property name="sizePolicy">
|
|
|
- <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
|
|
|
- <horstretch>0</horstretch>
|
|
|
- <verstretch>0</verstretch>
|
|
|
- </sizepolicy>
|
|
|
- </property>
|
|
|
- <property name="toolTip">
|
|
|
- <string><html><head/><body><p>Determines how your logbook is displayed in the logbook tab. This has no influence on what details are logged, just on what is displayed by default.</p></body></html></string>
|
|
|
- </property>
|
|
|
- <property name="whatsThis">
|
|
|
- <string><html><head/><body><p>Determines how your logbook is displayed in the logbook tab. This has no influence on what details are logged, just on what is displayed by default.</p></body></html></string>
|
|
|
- </property>
|
|
|
- <property name="text">
|
|
|
- <string>Logbook Display</string>
|
|
|
- </property>
|
|
|
- </widget>
|
|
|
- </item>
|
|
|
- <item row="4" column="2">
|
|
|
- <widget class="QComboBox" name="logbookViewComboBox">
|
|
|
- <property name="toolTip">
|
|
|
- <string><html><head/><body><p>Determines how your logbook is displayed in the logbook tab. This has no influence on what details are logged, just on what is displayed by default.</p></body></html></string>
|
|
|
- </property>
|
|
|
- </widget>
|
|
|
- </item>
|
|
|
- <item row="5" column="0">
|
|
|
- <widget class="QLabel" name="aliasLabel">
|
|
|
- <property name="toolTip">
|
|
|
- <string><html><head/><body><p>How your own name is displayed in your logbook</p></body></html></string>
|
|
|
- </property>
|
|
|
- <property name="text">
|
|
|
- <string>Show own name as</string>
|
|
|
- </property>
|
|
|
- </widget>
|
|
|
- </item>
|
|
|
- <item row="5" column="2">
|
|
|
- <widget class="QComboBox" name="aliasComboBox">
|
|
|
- <item>
|
|
|
- <property name="text">
|
|
|
- <string>self</string>
|
|
|
- </property>
|
|
|
- </item>
|
|
|
- <item>
|
|
|
- <property name="text">
|
|
|
- <string>SELF</string>
|
|
|
- </property>
|
|
|
- </item>
|
|
|
- <item>
|
|
|
- <property name="text">
|
|
|
- <string>Lastname, Firstname</string>
|
|
|
- </property>
|
|
|
- </item>
|
|
|
- </widget>
|
|
|
- </item>
|
|
|
- <item row="6" column="0">
|
|
|
- <widget class="QLabel" name="languageLabel">
|
|
|
- <property name="text">
|
|
|
- <string>Language</string>
|
|
|
- </property>
|
|
|
- </widget>
|
|
|
- </item>
|
|
|
- <item row="6" column="2">
|
|
|
- <widget class="QComboBox" name="languageComboBox"/>
|
|
|
- </item>
|
|
|
- </layout>
|
|
|
- </widget>
|
|
|
<widget class="QWidget" name="backupTab">
|
|
|
<attribute name="title">
|
|
|
<string>Backups</string>
|