|
@@ -14,7 +14,14 @@
|
|
|
<string>Add New Aircraft</string>
|
|
|
</property>
|
|
|
<layout class="QGridLayout" name="gridLayout">
|
|
|
- <item row="2" column="1">
|
|
|
+ <item row="3" column="0">
|
|
|
+ <widget class="QLabel" name="registrationLabel">
|
|
|
+ <property name="text">
|
|
|
+ <string>Registration</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ <item row="3" column="1">
|
|
|
<widget class="QLineEdit" name="registrationLineEdit">
|
|
|
<property name="maxLength">
|
|
|
<number>20</number>
|
|
@@ -24,38 +31,70 @@
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
- <item row="5" column="0">
|
|
|
- <widget class="QLabel" name="modelLabel">
|
|
|
+ <item row="4" column="0">
|
|
|
+ <widget class="QLabel" name="companyLabel">
|
|
|
<property name="text">
|
|
|
- <string>Model</string>
|
|
|
+ <string>Company</string>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
- <item row="4" column="1">
|
|
|
- <widget class="QLineEdit" name="makeLineEdit">
|
|
|
+ <item row="0" column="1">
|
|
|
+ <widget class="QLineEdit" name="searchLineEdit">
|
|
|
<property name="maxLength">
|
|
|
<number>20</number>
|
|
|
</property>
|
|
|
<property name="placeholderText">
|
|
|
- <string>e.g. Boeing</string>
|
|
|
+ <string>start typing to search for aircraft types</string>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
<item row="8" column="0">
|
|
|
+ <widget class="QLabel" name="operationLabel">
|
|
|
+ <property name="text">
|
|
|
+ <string>Operation</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ <item row="2" column="0" colspan="2">
|
|
|
+ <widget class="Line" name="line">
|
|
|
+ <property name="orientation">
|
|
|
+ <enum>Qt::Horizontal</enum>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ <item row="7" column="1">
|
|
|
+ <widget class="QLineEdit" name="variantLineEdit">
|
|
|
+ <property name="maxLength">
|
|
|
+ <number>20</number>
|
|
|
+ </property>
|
|
|
+ <property name="placeholderText">
|
|
|
+ <string>e.g. 800</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ <item row="9" column="0">
|
|
|
<widget class="QLabel" name="powerPlantLabel">
|
|
|
<property name="text">
|
|
|
<string>Power Plant</string>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
- <item row="7" column="1">
|
|
|
- <widget class="QComboBox" name="operationComboBox">
|
|
|
- <property name="editable">
|
|
|
- <bool>false</bool>
|
|
|
+ <item row="11" column="0">
|
|
|
+ <widget class="QLabel" name="weightLabel">
|
|
|
+ <property name="text">
|
|
|
+ <string>Weight Class</string>
|
|
|
</property>
|
|
|
- <property name="currentText">
|
|
|
- <string><Select></string>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ <item row="7" column="0">
|
|
|
+ <widget class="QLabel" name="variantLabel">
|
|
|
+ <property name="text">
|
|
|
+ <string>Variant</string>
|
|
|
</property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ <item row="11" column="1">
|
|
|
+ <widget class="QComboBox" name="weightComboBox">
|
|
|
<item>
|
|
|
<property name="text">
|
|
|
<string><Select></string>
|
|
@@ -63,18 +102,38 @@
|
|
|
</item>
|
|
|
<item>
|
|
|
<property name="text">
|
|
|
- <string>Single Pilot</string>
|
|
|
+ <string>Light</string>
|
|
|
</property>
|
|
|
</item>
|
|
|
<item>
|
|
|
<property name="text">
|
|
|
- <string>Multi Pilot</string>
|
|
|
+ <string>Medium</string>
|
|
|
+ </property>
|
|
|
+ </item>
|
|
|
+ <item>
|
|
|
+ <property name="text">
|
|
|
+ <string>Heavy</string>
|
|
|
+ </property>
|
|
|
+ </item>
|
|
|
+ <item>
|
|
|
+ <property name="text">
|
|
|
+ <string>Super</string>
|
|
|
</property>
|
|
|
</item>
|
|
|
</widget>
|
|
|
</item>
|
|
|
+ <item row="5" column="1">
|
|
|
+ <widget class="QLineEdit" name="makeLineEdit">
|
|
|
+ <property name="maxLength">
|
|
|
+ <number>20</number>
|
|
|
+ </property>
|
|
|
+ <property name="placeholderText">
|
|
|
+ <string>e.g. Boeing</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
<item row="9" column="1">
|
|
|
- <widget class="QComboBox" name="ppNumberComboBox">
|
|
|
+ <widget class="QComboBox" name="ppTypeComboBox">
|
|
|
<property name="currentText">
|
|
|
<string><Select></string>
|
|
|
</property>
|
|
@@ -85,17 +144,27 @@
|
|
|
</item>
|
|
|
<item>
|
|
|
<property name="text">
|
|
|
- <string>Single Engine</string>
|
|
|
+ <string>Unpowered</string>
|
|
|
</property>
|
|
|
</item>
|
|
|
<item>
|
|
|
<property name="text">
|
|
|
- <string>Multi Engine</string>
|
|
|
+ <string>Piston</string>
|
|
|
+ </property>
|
|
|
+ </item>
|
|
|
+ <item>
|
|
|
+ <property name="text">
|
|
|
+ <string>Turboprop</string>
|
|
|
+ </property>
|
|
|
+ </item>
|
|
|
+ <item>
|
|
|
+ <property name="text">
|
|
|
+ <string>Jet</string>
|
|
|
</property>
|
|
|
</item>
|
|
|
</widget>
|
|
|
</item>
|
|
|
- <item row="3" column="1">
|
|
|
+ <item row="4" column="1">
|
|
|
<widget class="QLineEdit" name="companyLineEdit">
|
|
|
<property name="maxLength">
|
|
|
<number>20</number>
|
|
@@ -105,69 +174,7 @@
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
- <item row="6" column="0">
|
|
|
- <widget class="QLabel" name="variantLabel">
|
|
|
- <property name="text">
|
|
|
- <string>Variant</string>
|
|
|
- </property>
|
|
|
- </widget>
|
|
|
- </item>
|
|
|
- <item row="5" column="1">
|
|
|
- <widget class="QLineEdit" name="modelLineEdit">
|
|
|
- <property name="maxLength">
|
|
|
- <number>20</number>
|
|
|
- </property>
|
|
|
- <property name="placeholderText">
|
|
|
- <string>e.g. 737</string>
|
|
|
- </property>
|
|
|
- </widget>
|
|
|
- </item>
|
|
|
- <item row="0" column="0">
|
|
|
- <widget class="QLabel" name="searchLabel">
|
|
|
- <property name="text">
|
|
|
- <string>Search</string>
|
|
|
- </property>
|
|
|
- </widget>
|
|
|
- </item>
|
|
|
- <item row="7" column="0">
|
|
|
- <widget class="QLabel" name="operationLabel">
|
|
|
- <property name="text">
|
|
|
- <string>Operation</string>
|
|
|
- </property>
|
|
|
- </widget>
|
|
|
- </item>
|
|
|
- <item row="0" column="1">
|
|
|
- <widget class="QLineEdit" name="searchLineEdit">
|
|
|
- <property name="maxLength">
|
|
|
- <number>20</number>
|
|
|
- </property>
|
|
|
- <property name="placeholderText">
|
|
|
- <string>start typing to search for aircraft types</string>
|
|
|
- </property>
|
|
|
- </widget>
|
|
|
- </item>
|
|
|
- <item row="4" column="0">
|
|
|
- <widget class="QLabel" name="makeLabel">
|
|
|
- <property name="text">
|
|
|
- <string>Make</string>
|
|
|
- </property>
|
|
|
- </widget>
|
|
|
- </item>
|
|
|
- <item row="2" column="0">
|
|
|
- <widget class="QLabel" name="registrationLabel">
|
|
|
- <property name="text">
|
|
|
- <string>Registration</string>
|
|
|
- </property>
|
|
|
- </widget>
|
|
|
- </item>
|
|
|
- <item row="1" column="0" colspan="2">
|
|
|
- <widget class="Line" name="line">
|
|
|
- <property name="orientation">
|
|
|
- <enum>Qt::Horizontal</enum>
|
|
|
- </property>
|
|
|
- </widget>
|
|
|
- </item>
|
|
|
- <item row="11" column="1">
|
|
|
+ <item row="12" column="1">
|
|
|
<widget class="QDialogButtonBox" name="buttonBox">
|
|
|
<property name="orientation">
|
|
|
<enum>Qt::Horizontal</enum>
|
|
@@ -178,7 +185,10 @@
|
|
|
</widget>
|
|
|
</item>
|
|
|
<item row="8" column="1">
|
|
|
- <widget class="QComboBox" name="ppTypeComboBox">
|
|
|
+ <widget class="QComboBox" name="operationComboBox">
|
|
|
+ <property name="editable">
|
|
|
+ <bool>false</bool>
|
|
|
+ </property>
|
|
|
<property name="currentText">
|
|
|
<string><Select></string>
|
|
|
</property>
|
|
@@ -189,28 +199,38 @@
|
|
|
</item>
|
|
|
<item>
|
|
|
<property name="text">
|
|
|
- <string>Unpowered</string>
|
|
|
- </property>
|
|
|
- </item>
|
|
|
- <item>
|
|
|
- <property name="text">
|
|
|
- <string>Piston</string>
|
|
|
- </property>
|
|
|
- </item>
|
|
|
- <item>
|
|
|
- <property name="text">
|
|
|
- <string>Turboprop</string>
|
|
|
+ <string>Single Pilot</string>
|
|
|
</property>
|
|
|
</item>
|
|
|
<item>
|
|
|
<property name="text">
|
|
|
- <string>Jet</string>
|
|
|
+ <string>Multi Pilot</string>
|
|
|
</property>
|
|
|
</item>
|
|
|
</widget>
|
|
|
</item>
|
|
|
+ <item row="5" column="0">
|
|
|
+ <widget class="QLabel" name="makeLabel">
|
|
|
+ <property name="text">
|
|
|
+ <string>Make</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ <item row="6" column="1">
|
|
|
+ <widget class="QLineEdit" name="modelLineEdit">
|
|
|
+ <property name="maxLength">
|
|
|
+ <number>20</number>
|
|
|
+ </property>
|
|
|
+ <property name="placeholderText">
|
|
|
+ <string>e.g. 737</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
<item row="10" column="1">
|
|
|
- <widget class="QComboBox" name="weightComboBox">
|
|
|
+ <widget class="QComboBox" name="ppNumberComboBox">
|
|
|
+ <property name="currentText">
|
|
|
+ <string><Select></string>
|
|
|
+ </property>
|
|
|
<item>
|
|
|
<property name="text">
|
|
|
<string><Select></string>
|
|
@@ -218,42 +238,37 @@
|
|
|
</item>
|
|
|
<item>
|
|
|
<property name="text">
|
|
|
- <string>Light</string>
|
|
|
- </property>
|
|
|
- </item>
|
|
|
- <item>
|
|
|
- <property name="text">
|
|
|
- <string>Medium</string>
|
|
|
+ <string>Single Engine</string>
|
|
|
</property>
|
|
|
</item>
|
|
|
<item>
|
|
|
<property name="text">
|
|
|
- <string>Heavy</string>
|
|
|
+ <string>Multi Engine</string>
|
|
|
</property>
|
|
|
</item>
|
|
|
</widget>
|
|
|
</item>
|
|
|
- <item row="10" column="0">
|
|
|
- <widget class="QLabel" name="weightLabel">
|
|
|
+ <item row="6" column="0">
|
|
|
+ <widget class="QLabel" name="modelLabel">
|
|
|
<property name="text">
|
|
|
- <string>Weight Class</string>
|
|
|
+ <string>Model</string>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
- <item row="6" column="1">
|
|
|
- <widget class="QLineEdit" name="variantLineEdit">
|
|
|
- <property name="maxLength">
|
|
|
- <number>20</number>
|
|
|
- </property>
|
|
|
- <property name="placeholderText">
|
|
|
- <string>e.g. 800</string>
|
|
|
+ <item row="0" column="0">
|
|
|
+ <widget class="QLabel" name="searchLabel">
|
|
|
+ <property name="text">
|
|
|
+ <string>Search</string>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
- <item row="3" column="0">
|
|
|
- <widget class="QLabel" name="companyLabel">
|
|
|
+ <item row="1" column="0" colspan="2">
|
|
|
+ <widget class="QLabel" name="editLabel">
|
|
|
<property name="text">
|
|
|
- <string>Company</string>
|
|
|
+ <string>Edit Aircraft</string>
|
|
|
+ </property>
|
|
|
+ <property name="alignment">
|
|
|
+ <set>Qt::AlignCenter</set>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|