123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>NewTail</class>
- <widget class="QDialog" name="NewTail">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>470</width>
- <height>768</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>Add New Aircraft</string>
- </property>
- <layout class="QGridLayout" name="gridLayout">
- <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>
- </property>
- <property name="placeholderText">
- <string>mandatory</string>
- </property>
- </widget>
- </item>
- <item row="4" column="0">
- <widget class="QLabel" name="companyLabel">
- <property name="text">
- <string>Company</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="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="11" column="0">
- <widget class="QLabel" name="weightLabel">
- <property name="text">
- <string>Weight Class</string>
- </property>
- </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>
- </property>
- </item>
- <item>
- <property name="text">
- <string>Light</string>
- </property>
- </item>
- <item>
- <property name="text">
- <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="ppTypeComboBox">
- <property name="currentText">
- <string><Select></string>
- </property>
- <item>
- <property name="text">
- <string><Select></string>
- </property>
- </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>
- </property>
- </item>
- <item>
- <property name="text">
- <string>Jet</string>
- </property>
- </item>
- </widget>
- </item>
- <item row="4" column="1">
- <widget class="QLineEdit" name="companyLineEdit">
- <property name="maxLength">
- <number>20</number>
- </property>
- <property name="placeholderText">
- <string>optional</string>
- </property>
- </widget>
- </item>
- <item row="12" column="1">
- <widget class="QDialogButtonBox" name="buttonBox">
- <property name="orientation">
- <enum>Qt::Horizontal</enum>
- </property>
- <property name="standardButtons">
- <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
- </property>
- </widget>
- </item>
- <item row="8" column="1">
- <widget class="QComboBox" name="operationComboBox">
- <property name="editable">
- <bool>false</bool>
- </property>
- <property name="currentText">
- <string><Select></string>
- </property>
- <item>
- <property name="text">
- <string><Select></string>
- </property>
- </item>
- <item>
- <property name="text">
- <string>Single Pilot</string>
- </property>
- </item>
- <item>
- <property name="text">
- <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="ppNumberComboBox">
- <property name="currentText">
- <string><Select></string>
- </property>
- <item>
- <property name="text">
- <string><Select></string>
- </property>
- </item>
- <item>
- <property name="text">
- <string>Single Engine</string>
- </property>
- </item>
- <item>
- <property name="text">
- <string>Multi Engine</string>
- </property>
- </item>
- </widget>
- </item>
- <item row="6" column="0">
- <widget class="QLabel" name="modelLabel">
- <property name="text">
- <string>Model</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="1" column="0" colspan="2">
- <widget class="QLabel" name="editLabel">
- <property name="text">
- <string>Edit Aircraft</string>
- </property>
- <property name="alignment">
- <set>Qt::AlignCenter</set>
- </property>
- </widget>
- </item>
- </layout>
- </widget>
- <tabstops>
- <tabstop>searchLineEdit</tabstop>
- <tabstop>registrationLineEdit</tabstop>
- <tabstop>companyLineEdit</tabstop>
- <tabstop>makeLineEdit</tabstop>
- <tabstop>modelLineEdit</tabstop>
- <tabstop>variantLineEdit</tabstop>
- <tabstop>operationComboBox</tabstop>
- <tabstop>ppTypeComboBox</tabstop>
- <tabstop>ppNumberComboBox</tabstop>
- <tabstop>weightComboBox</tabstop>
- </tabstops>
- <resources/>
- <connections>
- <connection>
- <sender>buttonBox</sender>
- <signal>rejected()</signal>
- <receiver>NewTail</receiver>
- <slot>reject()</slot>
- <hints>
- <hint type="sourcelabel">
- <x>406</x>
- <y>706</y>
- </hint>
- <hint type="destinationlabel">
- <x>286</x>
- <y>274</y>
- </hint>
- </hints>
- </connection>
- </connections>
- </ui>
|