|
@@ -6,8 +6,8 @@
|
|
|
<rect>
|
|
|
<x>0</x>
|
|
|
<y>0</y>
|
|
|
- <width>1280</width>
|
|
|
- <height>720</height>
|
|
|
+ <width>628</width>
|
|
|
+ <height>786</height>
|
|
|
</rect>
|
|
|
</property>
|
|
|
<property name="windowTitle">
|
|
@@ -31,14 +31,14 @@
|
|
|
<item row="0" column="0" colspan="2">
|
|
|
<widget class="QStackedWidget" name="stackedWidget">
|
|
|
<property name="currentIndex">
|
|
|
- <number>1</number>
|
|
|
+ <number>2</number>
|
|
|
</property>
|
|
|
- <widget class="QWidget" name="stackedWidgetPage1">
|
|
|
- <layout class="QGridLayout" name="gridLayout_2">
|
|
|
- <item row="0" column="1">
|
|
|
+ <widget class="QWidget" name="personalDataPage">
|
|
|
+ <layout class="QGridLayout" name="gridLayout_9">
|
|
|
+ <item row="0" column="0">
|
|
|
<widget class="QLabel" name="label">
|
|
|
<property name="text">
|
|
|
- <string><html><head/><body><p align="center"><span style=" font-size:16pt;">Welcome to openPilotLog!</span></p><p><br/></p><p>Before getting started, we need to quickly run through this initial set-up process. Please note that none of the data you put in will be stored in any place other than your own personal computer and will only be used to fill out information in your logbook. OpenPilotLog will never collect, sell use your private data for any commercial purpose.</p></body></html></string>
|
|
|
+ <string><html><head/><body><p align="center"><span style=" font-size:20pt;">Welcome to openPilotLog!</span></p><p align="center"><span style=" font-size:14pt;">The Free and Open Source Logbook application</span></p><p><br/></p><p>Before getting started, we need to quickly run through this initial set-up process. Please note that none of the data you put in will be stored in any place other than your own personal computer and will only be used to fill out information in your logbook.</p><p>OpenPilotLog does not collect, sell or use your private data for any commercial purpose.</p></body></html></string>
|
|
|
</property>
|
|
|
<property name="textFormat">
|
|
|
<enum>Qt::RichText</enum>
|
|
@@ -48,105 +48,109 @@
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
- <item row="1" column="0">
|
|
|
- <widget class="QLabel" name="lastNameLabel">
|
|
|
- <property name="text">
|
|
|
- <string>Last Name</string>
|
|
|
- </property>
|
|
|
- </widget>
|
|
|
- </item>
|
|
|
- <item row="1" column="1">
|
|
|
- <widget class="QLineEdit" name="lastnameLineEdit">
|
|
|
- <property name="maxLength">
|
|
|
- <number>40</number>
|
|
|
- </property>
|
|
|
- <property name="placeholderText">
|
|
|
- <string>required</string>
|
|
|
- </property>
|
|
|
- </widget>
|
|
|
- </item>
|
|
|
- <item row="2" column="0">
|
|
|
- <widget class="QLabel" name="firstNameLabel">
|
|
|
- <property name="text">
|
|
|
- <string>First Name</string>
|
|
|
- </property>
|
|
|
- </widget>
|
|
|
- </item>
|
|
|
- <item row="2" column="1">
|
|
|
- <widget class="QLineEdit" name="firstnameLineEdit">
|
|
|
- <property name="maxLength">
|
|
|
- <number>40</number>
|
|
|
- </property>
|
|
|
- <property name="placeholderText">
|
|
|
- <string>required</string>
|
|
|
- </property>
|
|
|
- </widget>
|
|
|
- </item>
|
|
|
- <item row="3" column="0">
|
|
|
- <widget class="QLabel" name="employeeLabel">
|
|
|
- <property name="text">
|
|
|
- <string>Employee ID</string>
|
|
|
- </property>
|
|
|
- </widget>
|
|
|
- </item>
|
|
|
- <item row="3" column="1">
|
|
|
- <widget class="QLineEdit" name="employeeidLineEdit">
|
|
|
- <property name="focusPolicy">
|
|
|
- <enum>Qt::StrongFocus</enum>
|
|
|
- </property>
|
|
|
- <property name="text">
|
|
|
- <string/>
|
|
|
- </property>
|
|
|
- <property name="maxLength">
|
|
|
- <number>40</number>
|
|
|
- </property>
|
|
|
- <property name="placeholderText">
|
|
|
- <string>optional</string>
|
|
|
- </property>
|
|
|
- </widget>
|
|
|
- </item>
|
|
|
- <item row="4" column="0">
|
|
|
- <widget class="QLabel" name="emailLabel">
|
|
|
- <property name="text">
|
|
|
- <string>eMail</string>
|
|
|
- </property>
|
|
|
- </widget>
|
|
|
- </item>
|
|
|
- <item row="4" column="1">
|
|
|
- <widget class="QLineEdit" name="emailLineEdit">
|
|
|
- <property name="maxLength">
|
|
|
- <number>40</number>
|
|
|
- </property>
|
|
|
- <property name="placeholderText">
|
|
|
- <string>optional</string>
|
|
|
- </property>
|
|
|
- </widget>
|
|
|
- </item>
|
|
|
- <item row="5" column="0">
|
|
|
- <widget class="QLabel" name="phoneLabel">
|
|
|
- <property name="text">
|
|
|
- <string>Phone</string>
|
|
|
- </property>
|
|
|
- </widget>
|
|
|
- </item>
|
|
|
- <item row="5" column="1">
|
|
|
- <widget class="QLineEdit" name="phoneLineEdit">
|
|
|
- <property name="maxLength">
|
|
|
- <number>40</number>
|
|
|
- </property>
|
|
|
- <property name="placeholderText">
|
|
|
- <string>optional</string>
|
|
|
- </property>
|
|
|
- </widget>
|
|
|
+ <item row="1" column="0" rowspan="2">
|
|
|
+ <layout class="QGridLayout" name="gridLayout_2">
|
|
|
+ <item row="0" column="0">
|
|
|
+ <widget class="QLabel" name="lastNameLabel">
|
|
|
+ <property name="text">
|
|
|
+ <string>Last Name</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ <item row="0" column="1">
|
|
|
+ <widget class="QLineEdit" name="lastnameLineEdit">
|
|
|
+ <property name="maxLength">
|
|
|
+ <number>40</number>
|
|
|
+ </property>
|
|
|
+ <property name="placeholderText">
|
|
|
+ <string>required</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ <item row="1" column="0">
|
|
|
+ <widget class="QLabel" name="firstNameLabel">
|
|
|
+ <property name="text">
|
|
|
+ <string>First Name</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ <item row="1" column="1">
|
|
|
+ <widget class="QLineEdit" name="firstnameLineEdit">
|
|
|
+ <property name="maxLength">
|
|
|
+ <number>40</number>
|
|
|
+ </property>
|
|
|
+ <property name="placeholderText">
|
|
|
+ <string>required</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ <item row="2" column="0">
|
|
|
+ <widget class="QLabel" name="employeeLabel">
|
|
|
+ <property name="text">
|
|
|
+ <string>Employee ID</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ <item row="2" column="1">
|
|
|
+ <widget class="QLineEdit" name="employeeidLineEdit">
|
|
|
+ <property name="focusPolicy">
|
|
|
+ <enum>Qt::StrongFocus</enum>
|
|
|
+ </property>
|
|
|
+ <property name="text">
|
|
|
+ <string/>
|
|
|
+ </property>
|
|
|
+ <property name="maxLength">
|
|
|
+ <number>40</number>
|
|
|
+ </property>
|
|
|
+ <property name="placeholderText">
|
|
|
+ <string>optional</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ <item row="3" column="0">
|
|
|
+ <widget class="QLabel" name="emailLabel">
|
|
|
+ <property name="text">
|
|
|
+ <string>eMail</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ <item row="3" column="1">
|
|
|
+ <widget class="QLineEdit" name="emailLineEdit">
|
|
|
+ <property name="maxLength">
|
|
|
+ <number>40</number>
|
|
|
+ </property>
|
|
|
+ <property name="placeholderText">
|
|
|
+ <string>optional</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ <item row="4" column="0">
|
|
|
+ <widget class="QLabel" name="phoneLabel">
|
|
|
+ <property name="text">
|
|
|
+ <string>Phone</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ <item row="4" column="1">
|
|
|
+ <widget class="QLineEdit" name="phoneLineEdit">
|
|
|
+ <property name="maxLength">
|
|
|
+ <number>40</number>
|
|
|
+ </property>
|
|
|
+ <property name="placeholderText">
|
|
|
+ <string>optional</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ </layout>
|
|
|
</item>
|
|
|
</layout>
|
|
|
</widget>
|
|
|
- <widget class="QWidget" name="stackedWidgetPage2">
|
|
|
- <layout class="QGridLayout" name="gridLayout_3">
|
|
|
- <item row="0" column="1">
|
|
|
- <widget class="QLabel" name="label_2">
|
|
|
+ <widget class="QWidget" name="currencyPage">
|
|
|
+ <layout class="QGridLayout" name="gridLayout_6">
|
|
|
+ <item row="0" column="0">
|
|
|
+ <widget class="QLabel" name="label_6">
|
|
|
<property name="text">
|
|
|
- <string><html><head/><body><p align="center"><span style=" font-size:16pt;">Flight Logging</span></p><p><br/>Here you can make selections about which parts of a new flight will be automatically completed by default. You can always change these settings for an individual flight or adjust them globally in the settings menu.</p></body></html></string>
|
|
|
+ <string><html><head/><body><p align="center"><span style=" font-size:20pt;">Welcome to openPilotLog!</span></p><p align="center"><span style=" font-size:14pt;">The Free and Open Source Logbook application</span></p><p><br/></p><p>If you would like to keep track of your license and/or medical expiration dates, you can enter them here. By default, only Take-Off and Landing currency is shown on the home page, but any other currency can also be shown as well. This can be enabled in the settings.</p></body></html></string>
|
|
|
</property>
|
|
|
<property name="textFormat">
|
|
|
<enum>Qt::RichText</enum>
|
|
@@ -156,142 +160,627 @@
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
- <item row="1" column="0">
|
|
|
- <widget class="QLabel" name="aliasLabel">
|
|
|
- <property name="text">
|
|
|
- <string>Show own name as</string>
|
|
|
- </property>
|
|
|
- </widget>
|
|
|
- </item>
|
|
|
- <item row="1" column="1">
|
|
|
- <widget class="QComboBox" name="aliasComboBox">
|
|
|
+ <item row="2" column="0">
|
|
|
+ <layout class="QHBoxLayout" name="horizontalLayout">
|
|
|
<item>
|
|
|
- <property name="text">
|
|
|
- <string>self</string>
|
|
|
- </property>
|
|
|
+ <widget class="QCheckBox" name="currWarningCheckBox">
|
|
|
+ <property name="text">
|
|
|
+ <string>Warn me about expiring currencies</string>
|
|
|
+ </property>
|
|
|
+ <property name="checked">
|
|
|
+ <bool>true</bool>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
</item>
|
|
|
<item>
|
|
|
- <property name="text">
|
|
|
- <string>SELF</string>
|
|
|
- </property>
|
|
|
+ <widget class="QSpinBox" name="currWarningThresholdSpinBox">
|
|
|
+ <property name="maximum">
|
|
|
+ <number>365</number>
|
|
|
+ </property>
|
|
|
+ <property name="value">
|
|
|
+ <number>30</number>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
</item>
|
|
|
<item>
|
|
|
- <property name="text">
|
|
|
- <string>Lastname, Firstname</string>
|
|
|
- </property>
|
|
|
+ <widget class="QLabel" name="label_3">
|
|
|
+ <property name="text">
|
|
|
+ <string>days before expiry</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
</item>
|
|
|
- </widget>
|
|
|
+ </layout>
|
|
|
</item>
|
|
|
- <item row="2" column="0">
|
|
|
- <widget class="QLabel" name="functionLabel">
|
|
|
- <property name="text">
|
|
|
- <string>Function</string>
|
|
|
- </property>
|
|
|
- </widget>
|
|
|
- </item>
|
|
|
- <item row="2" column="1">
|
|
|
- <widget class="QComboBox" name="functionComboBox">
|
|
|
- <item>
|
|
|
- <property name="text">
|
|
|
- <string>PIC</string>
|
|
|
- </property>
|
|
|
+ <item row="1" column="0">
|
|
|
+ <layout class="QGridLayout" name="gridLayout_5">
|
|
|
+ <item row="1" column="1">
|
|
|
+ <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>
|
|
|
- <property name="text">
|
|
|
- <string>SIC</string>
|
|
|
- </property>
|
|
|
+ <item row="3" 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>
|
|
|
- <property name="text">
|
|
|
- <string>DUAL</string>
|
|
|
- </property>
|
|
|
+ <item row="5" 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>
|
|
|
- <property name="text">
|
|
|
- <string>INSTRUCTOR</string>
|
|
|
- </property>
|
|
|
+ <item row="4" 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>
|
|
|
- </widget>
|
|
|
- </item>
|
|
|
- <item row="3" column="0">
|
|
|
- <widget class="QLabel" name="rulesLabel">
|
|
|
- <property name="text">
|
|
|
- <string>Flight Rules</string>
|
|
|
- </property>
|
|
|
- </widget>
|
|
|
- </item>
|
|
|
- <item row="3" column="1">
|
|
|
- <widget class="QComboBox" name="rulesComboBox">
|
|
|
- <item>
|
|
|
- <property name="text">
|
|
|
- <string>VFR</string>
|
|
|
- </property>
|
|
|
+ <item row="1" 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>
|
|
|
- <property name="text">
|
|
|
- <string>IFR</string>
|
|
|
- </property>
|
|
|
+ <item row="4" column="1">
|
|
|
+ <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>
|
|
|
- </widget>
|
|
|
+ <item row="3" column="1">
|
|
|
+ <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="5" column="1">
|
|
|
+ <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="0" column="1">
|
|
|
+ <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="2" column="1">
|
|
|
+ <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="2" 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="0" 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>
|
|
|
+ </layout>
|
|
|
</item>
|
|
|
- <item row="4" column="0">
|
|
|
- <widget class="QLabel" name="approachLabel">
|
|
|
+ </layout>
|
|
|
+ </widget>
|
|
|
+ <widget class="QWidget" name="flightLoggingPage">
|
|
|
+ <layout class="QGridLayout" name="gridLayout_10">
|
|
|
+ <item row="0" column="0">
|
|
|
+ <widget class="QLabel" name="label_7">
|
|
|
<property name="text">
|
|
|
- <string>Approach</string>
|
|
|
+ <string><html><head/><body><p align="center"><span style=" font-size:20pt;">Welcome to openPilotLog!</span></p><p align="center"><span style=" font-size:14pt;">The Free and Open Source Logbook application</span></p><p><br/></p><p>Here you can make selections about which parts of a new flight will be automatically preselected or completed by default. You can always change these settings for an individual flight or adjust them globally in the settings menu.</p></body></html></string>
|
|
|
</property>
|
|
|
- </widget>
|
|
|
- </item>
|
|
|
- <item row="4" column="1">
|
|
|
- <widget class="QComboBox" name="approachComboBox"/>
|
|
|
- </item>
|
|
|
- <item row="5" column="0">
|
|
|
- <widget class="QLabel" name="nightLabel">
|
|
|
- <property name="text">
|
|
|
- <string>Night Time</string>
|
|
|
+ <property name="textFormat">
|
|
|
+ <enum>Qt::RichText</enum>
|
|
|
+ </property>
|
|
|
+ <property name="wordWrap">
|
|
|
+ <bool>true</bool>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
- <item row="5" column="1">
|
|
|
- <widget class="QComboBox" name="nightComboBox">
|
|
|
- <item>
|
|
|
- <property name="text">
|
|
|
- <string>NO</string>
|
|
|
- </property>
|
|
|
+ <item row="1" column="0">
|
|
|
+ <layout class="QGridLayout" name="gridLayout_3">
|
|
|
+ <item row="0" column="0">
|
|
|
+ <widget class="QLabel" name="functionLabel">
|
|
|
+ <property name="minimumSize">
|
|
|
+ <size>
|
|
|
+ <width>160</width>
|
|
|
+ <height>0</height>
|
|
|
+ </size>
|
|
|
+ </property>
|
|
|
+ <property name="text">
|
|
|
+ <string>Default Function</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
</item>
|
|
|
- <item>
|
|
|
- <property name="text">
|
|
|
- <string>YES (EASA)</string>
|
|
|
- </property>
|
|
|
+ <item row="0" column="1">
|
|
|
+ <widget class="QComboBox" name="functionComboBox">
|
|
|
+ <property name="minimumSize">
|
|
|
+ <size>
|
|
|
+ <width>160</width>
|
|
|
+ <height>0</height>
|
|
|
+ </size>
|
|
|
+ </property>
|
|
|
+ <item>
|
|
|
+ <property name="text">
|
|
|
+ <string>PIC</string>
|
|
|
+ </property>
|
|
|
+ </item>
|
|
|
+ <item>
|
|
|
+ <property name="text">
|
|
|
+ <string>SIC</string>
|
|
|
+ </property>
|
|
|
+ </item>
|
|
|
+ <item>
|
|
|
+ <property name="text">
|
|
|
+ <string>DUAL</string>
|
|
|
+ </property>
|
|
|
+ </item>
|
|
|
+ <item>
|
|
|
+ <property name="text">
|
|
|
+ <string>INSTRUCTOR</string>
|
|
|
+ </property>
|
|
|
+ </item>
|
|
|
+ </widget>
|
|
|
</item>
|
|
|
- <item>
|
|
|
- <property name="text">
|
|
|
- <string>YES (SR/SS)</string>
|
|
|
- </property>
|
|
|
+ <item row="1" column="0">
|
|
|
+ <widget class="QLabel" name="rulesLabel">
|
|
|
+ <property name="minimumSize">
|
|
|
+ <size>
|
|
|
+ <width>160</width>
|
|
|
+ <height>0</height>
|
|
|
+ </size>
|
|
|
+ </property>
|
|
|
+ <property name="text">
|
|
|
+ <string>Default Flight Rules</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
</item>
|
|
|
- </widget>
|
|
|
+ <item row="1" column="1">
|
|
|
+ <widget class="QComboBox" name="rulesComboBox">
|
|
|
+ <property name="minimumSize">
|
|
|
+ <size>
|
|
|
+ <width>160</width>
|
|
|
+ <height>0</height>
|
|
|
+ </size>
|
|
|
+ </property>
|
|
|
+ <item>
|
|
|
+ <property name="text">
|
|
|
+ <string>VFR</string>
|
|
|
+ </property>
|
|
|
+ </item>
|
|
|
+ <item>
|
|
|
+ <property name="text">
|
|
|
+ <string>IFR</string>
|
|
|
+ </property>
|
|
|
+ </item>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ <item row="2" column="0">
|
|
|
+ <widget class="QLabel" name="approachLabel">
|
|
|
+ <property name="minimumSize">
|
|
|
+ <size>
|
|
|
+ <width>160</width>
|
|
|
+ <height>0</height>
|
|
|
+ </size>
|
|
|
+ </property>
|
|
|
+ <property name="text">
|
|
|
+ <string>Default Approach</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ <item row="2" column="1">
|
|
|
+ <widget class="QComboBox" name="approachComboBox">
|
|
|
+ <property name="minimumSize">
|
|
|
+ <size>
|
|
|
+ <width>160</width>
|
|
|
+ <height>0</height>
|
|
|
+ </size>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ <item row="3" column="0">
|
|
|
+ <widget class="QLabel" name="nightLabel">
|
|
|
+ <property name="minimumSize">
|
|
|
+ <size>
|
|
|
+ <width>160</width>
|
|
|
+ <height>0</height>
|
|
|
+ </size>
|
|
|
+ </property>
|
|
|
+ <property name="text">
|
|
|
+ <string>Calculate Night Time</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ <item row="3" column="1">
|
|
|
+ <widget class="QComboBox" name="nightComboBox">
|
|
|
+ <property name="minimumSize">
|
|
|
+ <size>
|
|
|
+ <width>160</width>
|
|
|
+ <height>0</height>
|
|
|
+ </size>
|
|
|
+ </property>
|
|
|
+ <item>
|
|
|
+ <property name="text">
|
|
|
+ <string>Yes</string>
|
|
|
+ </property>
|
|
|
+ </item>
|
|
|
+ <item>
|
|
|
+ <property name="text">
|
|
|
+ <string>No</string>
|
|
|
+ </property>
|
|
|
+ </item>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ <item row="4" column="0">
|
|
|
+ <widget class="QLabel" name="nightRulesLabel">
|
|
|
+ <property name="minimumSize">
|
|
|
+ <size>
|
|
|
+ <width>160</width>
|
|
|
+ <height>0</height>
|
|
|
+ </size>
|
|
|
+ </property>
|
|
|
+ <property name="text">
|
|
|
+ <string>Night Time Rules</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ <item row="4" column="1">
|
|
|
+ <widget class="QComboBox" name="nightRulesComboBox">
|
|
|
+ <property name="minimumSize">
|
|
|
+ <size>
|
|
|
+ <width>160</width>
|
|
|
+ <height>0</height>
|
|
|
+ </size>
|
|
|
+ </property>
|
|
|
+ <item>
|
|
|
+ <property name="text">
|
|
|
+ <string>EASA / ICAO / FAA</string>
|
|
|
+ </property>
|
|
|
+ </item>
|
|
|
+ <item>
|
|
|
+ <property name="text">
|
|
|
+ <string>Sunrise to Sunset</string>
|
|
|
+ </property>
|
|
|
+ </item>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ <item row="5" column="0">
|
|
|
+ <widget class="QLabel" name="prefixLabel">
|
|
|
+ <property name="minimumSize">
|
|
|
+ <size>
|
|
|
+ <width>160</width>
|
|
|
+ <height>0</height>
|
|
|
+ </size>
|
|
|
+ </property>
|
|
|
+ <property name="text">
|
|
|
+ <string>Flight Number Prefix</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ <item row="5" column="1">
|
|
|
+ <widget class="QLineEdit" name="prefixLineEdit">
|
|
|
+ <property name="minimumSize">
|
|
|
+ <size>
|
|
|
+ <width>160</width>
|
|
|
+ <height>0</height>
|
|
|
+ </size>
|
|
|
+ </property>
|
|
|
+ <property name="maxLength">
|
|
|
+ <number>10</number>
|
|
|
+ </property>
|
|
|
+ <property name="placeholderText">
|
|
|
+ <string>optional</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ </layout>
|
|
|
</item>
|
|
|
- <item row="6" column="0">
|
|
|
- <widget class="QLabel" name="prefixLabel">
|
|
|
+ </layout>
|
|
|
+ </widget>
|
|
|
+ <widget class="QWidget" name="appearancePage">
|
|
|
+ <layout class="QGridLayout" name="gridLayout_8">
|
|
|
+ <item row="0" column="0">
|
|
|
+ <widget class="QLabel" name="label_8">
|
|
|
<property name="text">
|
|
|
- <string>Airline Prefix</string>
|
|
|
+ <string><html><head/><body><p align="center"><span style=" font-size:20pt;">Welcome to openPilotLog!</span></p><p align="center"><span style=" font-size:14pt;">The Free and Open Source Logbook application</span></p><p><br/></p><p>Here you can customize the appearance of your logbook, like how your name should be displayed in the logbook or the theme of the app.</p><p>The logbook views determine how your logbook is displayed. The default view is a compact overview with all the essential information displayed, whereas the EASA view is modelled after the EASA guidelines for logbooks and contains more fields. Please note that these only affects how your logbook is displayed. In both views, you have the possibility to log all the details of a specific flight. You can change the view at any time from the settings page.</p></body></html></string>
|
|
|
</property>
|
|
|
- </widget>
|
|
|
- </item>
|
|
|
- <item row="6" column="1">
|
|
|
- <widget class="QLineEdit" name="prefixLineEdit">
|
|
|
- <property name="maxLength">
|
|
|
- <number>10</number>
|
|
|
+ <property name="textFormat">
|
|
|
+ <enum>Qt::RichText</enum>
|
|
|
</property>
|
|
|
- <property name="placeholderText">
|
|
|
- <string>optional</string>
|
|
|
+ <property name="wordWrap">
|
|
|
+ <bool>true</bool>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
+ <item row="1" column="0">
|
|
|
+ <layout class="QGridLayout" name="gridLayout_7">
|
|
|
+ <item row="0" column="0">
|
|
|
+ <widget class="QLabel" name="aliasLabel">
|
|
|
+ <property name="minimumSize">
|
|
|
+ <size>
|
|
|
+ <width>160</width>
|
|
|
+ <height>0</height>
|
|
|
+ </size>
|
|
|
+ </property>
|
|
|
+ <property name="text">
|
|
|
+ <string>Show own name as</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ <item row="0" column="1">
|
|
|
+ <widget class="QComboBox" name="aliasComboBox">
|
|
|
+ <property name="minimumSize">
|
|
|
+ <size>
|
|
|
+ <width>160</width>
|
|
|
+ <height>0</height>
|
|
|
+ </size>
|
|
|
+ </property>
|
|
|
+ <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="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>Application Theme</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ <item row="1" column="1">
|
|
|
+ <widget class="QComboBox" name="styleComboBox"/>
|
|
|
+ </item>
|
|
|
+ <item row="2" 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 Dispay</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ <item row="2" column="1">
|
|
|
+ <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>
|
|
|
+ </property>
|
|
|
+ </item>
|
|
|
+ <item>
|
|
|
+ <property name="text">
|
|
|
+ <string>EASA Part-FCL</string>
|
|
|
+ </property>
|
|
|
+ </item>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ </layout>
|
|
|
+ </item>
|
|
|
</layout>
|
|
|
</widget>
|
|
|
<widget class="QWidget" name="stackedWidgetPage3">
|
|
|
<layout class="QGridLayout" name="gridLayout_4">
|
|
|
- <item row="0" column="0" colspan="2">
|
|
|
+ <item row="0" column="0" rowspan="2">
|
|
|
<widget class="QLabel" name="label_4">
|
|
|
<property name="text">
|
|
|
<string><html><head/><body><p align="center"><span style=" font-size:16pt;">Finish</span></p><p align="center"><br/>Almost done! We are now going to create the database for the application.</p><p align="center">If you want to use the most up-to-date version of the database, an internet connection is required, otherwise you can use the version included in the download.</p></body></html></string>
|
|
@@ -318,7 +807,6 @@
|
|
|
<tabstop>phoneLineEdit</tabstop>
|
|
|
<tabstop>previousPushButton</tabstop>
|
|
|
<tabstop>nextPushButton</tabstop>
|
|
|
- <tabstop>aliasComboBox</tabstop>
|
|
|
<tabstop>functionComboBox</tabstop>
|
|
|
<tabstop>rulesComboBox</tabstop>
|
|
|
<tabstop>approachComboBox</tabstop>
|