|
@@ -14,27 +14,24 @@
|
|
|
<string>Form</string>
|
|
|
</property>
|
|
|
<layout class="QGridLayout" name="gridLayout_2">
|
|
|
- <item row="0" column="0">
|
|
|
+ <item row="0" column="1">
|
|
|
<widget class="QTabWidget" name="tabWidget">
|
|
|
<property name="currentIndex">
|
|
|
- <number>2</number>
|
|
|
+ <number>0</number>
|
|
|
</property>
|
|
|
<widget class="QWidget" name="personalTab">
|
|
|
<attribute name="title">
|
|
|
<string>Personal</string>
|
|
|
</attribute>
|
|
|
<layout class="QGridLayout" name="gridLayout">
|
|
|
- <item row="4" column="1">
|
|
|
- <widget class="QLineEdit" name="phoneLineEdit">
|
|
|
- <property name="maxLength">
|
|
|
- <number>40</number>
|
|
|
- </property>
|
|
|
- <property name="placeholderText">
|
|
|
- <string>optional</string>
|
|
|
+ <item row="0" column="1">
|
|
|
+ <widget class="QLabel" name="lastNameLabel">
|
|
|
+ <property name="text">
|
|
|
+ <string>Last Name</string>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
- <item row="0" column="1">
|
|
|
+ <item row="0" column="2">
|
|
|
<widget class="QLineEdit" name="piclastnameLineEdit">
|
|
|
<property name="maxLength">
|
|
|
<number>40</number>
|
|
@@ -44,45 +41,54 @@
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
- <item row="3" column="0">
|
|
|
- <widget class="QLabel" name="emailLabel">
|
|
|
+ <item row="1" column="1">
|
|
|
+ <widget class="QLabel" name="firstNameLabel">
|
|
|
<property name="text">
|
|
|
- <string>eMail</string>
|
|
|
+ <string>First Name</string>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
- <item row="4" column="0">
|
|
|
- <widget class="QLabel" name="phoneLabel">
|
|
|
- <property name="text">
|
|
|
- <string>Phone</string>
|
|
|
+ <item row="1" column="2">
|
|
|
+ <widget class="QLineEdit" name="picfirstnameLineEdit">
|
|
|
+ <property name="maxLength">
|
|
|
+ <number>40</number>
|
|
|
+ </property>
|
|
|
+ <property name="placeholderText">
|
|
|
+ <string>required</string>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
- <item row="0" column="0">
|
|
|
- <widget class="QLabel" name="lastNameLabel">
|
|
|
+ <item row="2" column="1">
|
|
|
+ <widget class="QLabel" name="companyLabel">
|
|
|
<property name="text">
|
|
|
- <string>Last Name</string>
|
|
|
+ <string>Company</string>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
- <item row="2" column="0">
|
|
|
- <widget class="QLabel" name="employeeLabel">
|
|
|
+ <item row="2" column="2">
|
|
|
+ <widget class="QLineEdit" name="companyLineEdit">
|
|
|
+ <property name="focusPolicy">
|
|
|
+ <enum>Qt::StrongFocus</enum>
|
|
|
+ </property>
|
|
|
<property name="text">
|
|
|
- <string>Employee ID</string>
|
|
|
+ <string/>
|
|
|
</property>
|
|
|
- </widget>
|
|
|
- </item>
|
|
|
- <item row="1" column="1">
|
|
|
- <widget class="QLineEdit" name="picfirstnameLineEdit">
|
|
|
<property name="maxLength">
|
|
|
<number>40</number>
|
|
|
</property>
|
|
|
<property name="placeholderText">
|
|
|
- <string>required</string>
|
|
|
+ <string>optional</string>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
- <item row="2" column="1">
|
|
|
+ <item row="3" column="1">
|
|
|
+ <widget class="QLabel" name="employeeLabel">
|
|
|
+ <property name="text">
|
|
|
+ <string>Employee ID</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ <item row="3" column="2">
|
|
|
<widget class="QLineEdit" name="employeeidLineEdit">
|
|
|
<property name="focusPolicy">
|
|
|
<enum>Qt::StrongFocus</enum>
|
|
@@ -98,14 +104,14 @@
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
- <item row="1" column="0">
|
|
|
- <widget class="QLabel" name="firstNameLabel">
|
|
|
+ <item row="4" column="1">
|
|
|
+ <widget class="QLabel" name="emailLabel">
|
|
|
<property name="text">
|
|
|
- <string>First Name</string>
|
|
|
+ <string>eMail</string>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
- <item row="3" column="1">
|
|
|
+ <item row="4" column="2">
|
|
|
<widget class="QLineEdit" name="emailLineEdit">
|
|
|
<property name="maxLength">
|
|
|
<number>40</number>
|
|
@@ -115,6 +121,49 @@
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
+ <item row="5" column="0">
|
|
|
+ <spacer name="horizontalSpacer_5">
|
|
|
+ <property name="orientation">
|
|
|
+ <enum>Qt::Horizontal</enum>
|
|
|
+ </property>
|
|
|
+ <property name="sizeHint" stdset="0">
|
|
|
+ <size>
|
|
|
+ <width>191</width>
|
|
|
+ <height>20</height>
|
|
|
+ </size>
|
|
|
+ </property>
|
|
|
+ </spacer>
|
|
|
+ </item>
|
|
|
+ <item row="5" column="1">
|
|
|
+ <widget class="QLabel" name="phoneLabel">
|
|
|
+ <property name="text">
|
|
|
+ <string>Phone</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ <item row="5" column="2">
|
|
|
+ <widget class="QLineEdit" name="phoneLineEdit">
|
|
|
+ <property name="maxLength">
|
|
|
+ <number>40</number>
|
|
|
+ </property>
|
|
|
+ <property name="placeholderText">
|
|
|
+ <string>optional</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ <item row="5" column="3">
|
|
|
+ <spacer name="horizontalSpacer_6">
|
|
|
+ <property name="orientation">
|
|
|
+ <enum>Qt::Horizontal</enum>
|
|
|
+ </property>
|
|
|
+ <property name="sizeHint" stdset="0">
|
|
|
+ <size>
|
|
|
+ <width>191</width>
|
|
|
+ <height>20</height>
|
|
|
+ </size>
|
|
|
+ </property>
|
|
|
+ </spacer>
|
|
|
+ </item>
|
|
|
</layout>
|
|
|
</widget>
|
|
|
<widget class="QWidget" name="flightLoggingTab">
|
|
@@ -122,14 +171,14 @@
|
|
|
<string>Flight Logging</string>
|
|
|
</attribute>
|
|
|
<layout class="QGridLayout" name="gridLayout_4">
|
|
|
- <item row="0" column="0">
|
|
|
+ <item row="0" column="1">
|
|
|
<widget class="QLabel" name="aliasLabel">
|
|
|
<property name="text">
|
|
|
<string>Show own name as</string>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
- <item row="0" column="1">
|
|
|
+ <item row="0" column="2">
|
|
|
<widget class="QComboBox" name="aliasComboBox">
|
|
|
<item>
|
|
|
<property name="text">
|
|
@@ -148,14 +197,14 @@
|
|
|
</item>
|
|
|
</widget>
|
|
|
</item>
|
|
|
- <item row="1" column="0">
|
|
|
+ <item row="1" column="1">
|
|
|
<widget class="QLabel" name="functionLabel">
|
|
|
<property name="text">
|
|
|
<string>Function</string>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
- <item row="1" column="1">
|
|
|
+ <item row="1" column="2">
|
|
|
<widget class="QComboBox" name="functionComboBox">
|
|
|
<item>
|
|
|
<property name="text">
|
|
@@ -179,14 +228,14 @@
|
|
|
</item>
|
|
|
</widget>
|
|
|
</item>
|
|
|
- <item row="2" column="0">
|
|
|
+ <item row="2" column="1">
|
|
|
<widget class="QLabel" name="rulesLabel">
|
|
|
<property name="text">
|
|
|
<string>Flight Rules</string>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
- <item row="2" column="1">
|
|
|
+ <item row="2" column="2">
|
|
|
<widget class="QComboBox" name="rulesComboBox">
|
|
|
<item>
|
|
|
<property name="text">
|
|
@@ -201,13 +250,26 @@
|
|
|
</widget>
|
|
|
</item>
|
|
|
<item row="3" column="0">
|
|
|
+ <spacer name="horizontalSpacer_3">
|
|
|
+ <property name="orientation">
|
|
|
+ <enum>Qt::Horizontal</enum>
|
|
|
+ </property>
|
|
|
+ <property name="sizeHint" stdset="0">
|
|
|
+ <size>
|
|
|
+ <width>176</width>
|
|
|
+ <height>20</height>
|
|
|
+ </size>
|
|
|
+ </property>
|
|
|
+ </spacer>
|
|
|
+ </item>
|
|
|
+ <item row="3" column="1">
|
|
|
<widget class="QLabel" name="approachLabel">
|
|
|
<property name="text">
|
|
|
<string>Approach</string>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
- <item row="3" column="1">
|
|
|
+ <item row="3" column="2">
|
|
|
<widget class="QComboBox" name="approachComboBox">
|
|
|
<item>
|
|
|
<property name="text">
|
|
@@ -316,14 +378,27 @@
|
|
|
</item>
|
|
|
</widget>
|
|
|
</item>
|
|
|
- <item row="4" column="0">
|
|
|
+ <item row="3" column="3">
|
|
|
+ <spacer name="horizontalSpacer_4">
|
|
|
+ <property name="orientation">
|
|
|
+ <enum>Qt::Horizontal</enum>
|
|
|
+ </property>
|
|
|
+ <property name="sizeHint" stdset="0">
|
|
|
+ <size>
|
|
|
+ <width>175</width>
|
|
|
+ <height>20</height>
|
|
|
+ </size>
|
|
|
+ </property>
|
|
|
+ </spacer>
|
|
|
+ </item>
|
|
|
+ <item row="4" column="1">
|
|
|
<widget class="QLabel" name="nightLabel">
|
|
|
<property name="text">
|
|
|
<string>Night Time</string>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
- <item row="4" column="1">
|
|
|
+ <item row="4" column="2">
|
|
|
<widget class="QComboBox" name="nightComboBox">
|
|
|
<item>
|
|
|
<property name="text">
|
|
@@ -342,14 +417,14 @@
|
|
|
</item>
|
|
|
</widget>
|
|
|
</item>
|
|
|
- <item row="5" column="0">
|
|
|
+ <item row="5" column="1">
|
|
|
<widget class="QLabel" name="prefixLabel">
|
|
|
<property name="text">
|
|
|
<string>Airline Prefix</string>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
- <item row="5" column="1">
|
|
|
+ <item row="5" column="2">
|
|
|
<widget class="QLineEdit" name="prefixLineEdit">
|
|
|
<property name="maxLength">
|
|
|
<number>10</number>
|
|
@@ -366,43 +441,77 @@
|
|
|
<string>Misc</string>
|
|
|
</attribute>
|
|
|
<layout class="QGridLayout" name="gridLayout_5">
|
|
|
- <item row="0" column="0">
|
|
|
+ <item row="0" column="1">
|
|
|
<widget class="QLabel" name="themeLabel">
|
|
|
+ <property name="toolTip">
|
|
|
+ <string><html><head/><body><p>Changes the theme of the application.</p></body></html></string>
|
|
|
+ </property>
|
|
|
<property name="text">
|
|
|
<string>Theme</string>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
- <item row="0" column="1">
|
|
|
+ <item row="0" column="2">
|
|
|
<widget class="QCheckBox" name="systemThemeCheckBox">
|
|
|
+ <property name="toolTip">
|
|
|
+ <string><html><head/><body><p>Uses your default system theme.</p></body></html></string>
|
|
|
+ </property>
|
|
|
<property name="text">
|
|
|
<string>System</string>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
- <item row="1" column="1">
|
|
|
+ <item row="1" column="2">
|
|
|
<widget class="QCheckBox" name="lightThemeCheckBox">
|
|
|
+ <property name="toolTip">
|
|
|
+ <string><html><head/><body><p>Uses the Breeze light theme.</p></body></html></string>
|
|
|
+ </property>
|
|
|
<property name="text">
|
|
|
<string>Light</string>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
- <item row="2" column="1">
|
|
|
+ <item row="2" column="2">
|
|
|
<widget class="QCheckBox" name="darkThemeCheckBox">
|
|
|
+ <property name="toolTip">
|
|
|
+ <string><html><head/><body><p>Uses the breeze dark theme (night mode)</p></body></html></string>
|
|
|
+ </property>
|
|
|
<property name="text">
|
|
|
<string>Dark</string>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
<item row="3" column="0">
|
|
|
+ <spacer name="horizontalSpacer">
|
|
|
+ <property name="orientation">
|
|
|
+ <enum>Qt::Horizontal</enum>
|
|
|
+ </property>
|
|
|
+ <property name="sizeHint" stdset="0">
|
|
|
+ <size>
|
|
|
+ <width>173</width>
|
|
|
+ <height>20</height>
|
|
|
+ </size>
|
|
|
+ </property>
|
|
|
+ </spacer>
|
|
|
+ </item>
|
|
|
+ <item row="3" column="1">
|
|
|
<widget class="QLabel" name="logbookViewLabel">
|
|
|
+ <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 Dispay</string>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
- <item row="3" column="1">
|
|
|
+ <item row="3" 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>
|
|
|
<item>
|
|
|
<property name="text">
|
|
|
<string>Default</string>
|
|
@@ -415,15 +524,37 @@
|
|
|
</item>
|
|
|
</widget>
|
|
|
</item>
|
|
|
- <item row="4" column="0">
|
|
|
+ <item row="3" column="3">
|
|
|
+ <spacer name="horizontalSpacer_2">
|
|
|
+ <property name="orientation">
|
|
|
+ <enum>Qt::Horizontal</enum>
|
|
|
+ </property>
|
|
|
+ <property name="sizeHint" stdset="0">
|
|
|
+ <size>
|
|
|
+ <width>173</width>
|
|
|
+ <height>20</height>
|
|
|
+ </size>
|
|
|
+ </property>
|
|
|
+ </spacer>
|
|
|
+ </item>
|
|
|
+ <item row="4" column="1">
|
|
|
<widget class="QLabel" name="pilotSortLabel">
|
|
|
+ <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="4" column="1">
|
|
|
+ <item row="4" 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>ID</string>
|
|
@@ -446,15 +577,24 @@
|
|
|
</item>
|
|
|
</widget>
|
|
|
</item>
|
|
|
- <item row="5" column="0">
|
|
|
+ <item row="5" column="1">
|
|
|
<widget class="QLabel" name="acSortLabel">
|
|
|
+ <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="5" column="1">
|
|
|
+ <item row="5" column="2">
|
|
|
<widget class="QComboBox" name="acSortComboBox">
|
|
|
+ <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>ID</string>
|
|
@@ -477,15 +617,21 @@
|
|
|
</item>
|
|
|
</widget>
|
|
|
</item>
|
|
|
- <item row="6" column="0">
|
|
|
+ <item row="6" column="1">
|
|
|
<widget class="QLabel" name="acAllowIncompleteLabel">
|
|
|
+ <property name="toolTip">
|
|
|
+ <string><html><head/><body><p>Determines whether incomplete database entries are permitted. It is highly recommended to keep this option off.</p></body></html></string>
|
|
|
+ </property>
|
|
|
<property name="text">
|
|
|
- <string>Allow incomplete Entries</string>
|
|
|
+ <string>Allow incomplete Entries </string>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
- <item row="6" column="1">
|
|
|
+ <item row="6" column="2">
|
|
|
<widget class="QComboBox" name="acAllowIncompleteComboBox">
|
|
|
+ <property name="toolTip">
|
|
|
+ <string><html><head/><body><p>Determines whether incomplete database entries are permitted. It is highly recommended to keep this option off.</p></body></html></string>
|
|
|
+ </property>
|
|
|
<item>
|
|
|
<property name="text">
|
|
|
<string>No</string>
|
|
@@ -506,12 +652,38 @@
|
|
|
</attribute>
|
|
|
<layout class="QGridLayout" name="gridLayout_3">
|
|
|
<item row="0" column="0">
|
|
|
+ <spacer name="horizontalSpacer_7">
|
|
|
+ <property name="orientation">
|
|
|
+ <enum>Qt::Horizontal</enum>
|
|
|
+ </property>
|
|
|
+ <property name="sizeHint" stdset="0">
|
|
|
+ <size>
|
|
|
+ <width>259</width>
|
|
|
+ <height>20</height>
|
|
|
+ </size>
|
|
|
+ </property>
|
|
|
+ </spacer>
|
|
|
+ </item>
|
|
|
+ <item row="0" column="1">
|
|
|
<widget class="QPushButton" name="aboutPushButton">
|
|
|
<property name="text">
|
|
|
<string>About openPilotLog</string>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
+ <item row="0" column="2">
|
|
|
+ <spacer name="horizontalSpacer_8">
|
|
|
+ <property name="orientation">
|
|
|
+ <enum>Qt::Horizontal</enum>
|
|
|
+ </property>
|
|
|
+ <property name="sizeHint" stdset="0">
|
|
|
+ <size>
|
|
|
+ <width>259</width>
|
|
|
+ <height>20</height>
|
|
|
+ </size>
|
|
|
+ </property>
|
|
|
+ </spacer>
|
|
|
+ </item>
|
|
|
</layout>
|
|
|
</widget>
|
|
|
</widget>
|