|  | @@ -0,0 +1,520 @@
 | 
	
		
			
				|  |  | +<?xml version="1.0" encoding="UTF-8"?>
 | 
	
		
			
				|  |  | +<ui version="4.0">
 | 
	
		
			
				|  |  | + <class>NewNewFlightDialog</class>
 | 
	
		
			
				|  |  | + <widget class="QDialog" name="NewNewFlightDialog">
 | 
	
		
			
				|  |  | +  <property name="geometry">
 | 
	
		
			
				|  |  | +   <rect>
 | 
	
		
			
				|  |  | +    <x>0</x>
 | 
	
		
			
				|  |  | +    <y>0</y>
 | 
	
		
			
				|  |  | +    <width>943</width>
 | 
	
		
			
				|  |  | +    <height>288</height>
 | 
	
		
			
				|  |  | +   </rect>
 | 
	
		
			
				|  |  | +  </property>
 | 
	
		
			
				|  |  | +  <property name="windowTitle">
 | 
	
		
			
				|  |  | +   <string>Dialog</string>
 | 
	
		
			
				|  |  | +  </property>
 | 
	
		
			
				|  |  | +  <layout class="QGridLayout" name="gridLayout_4">
 | 
	
		
			
				|  |  | +   <item row="0" column="0">
 | 
	
		
			
				|  |  | +    <spacer name="leftSpacer">
 | 
	
		
			
				|  |  | +     <property name="orientation">
 | 
	
		
			
				|  |  | +      <enum>Qt::Horizontal</enum>
 | 
	
		
			
				|  |  | +     </property>
 | 
	
		
			
				|  |  | +     <property name="sizeHint" stdset="0">
 | 
	
		
			
				|  |  | +      <size>
 | 
	
		
			
				|  |  | +       <width>48</width>
 | 
	
		
			
				|  |  | +       <height>20</height>
 | 
	
		
			
				|  |  | +      </size>
 | 
	
		
			
				|  |  | +     </property>
 | 
	
		
			
				|  |  | +    </spacer>
 | 
	
		
			
				|  |  | +   </item>
 | 
	
		
			
				|  |  | +   <item row="1" column="5">
 | 
	
		
			
				|  |  | +    <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="0" column="1" colspan="5">
 | 
	
		
			
				|  |  | +    <layout class="QGridLayout" name="gridLayout_3">
 | 
	
		
			
				|  |  | +     <item row="0" column="0">
 | 
	
		
			
				|  |  | +      <layout class="QGridLayout" name="gridLayout">
 | 
	
		
			
				|  |  | +       <item row="1" column="0">
 | 
	
		
			
				|  |  | +        <widget class="QLabel" name="deptLabel">
 | 
	
		
			
				|  |  | +         <property name="text">
 | 
	
		
			
				|  |  | +          <string>Departure</string>
 | 
	
		
			
				|  |  | +         </property>
 | 
	
		
			
				|  |  | +        </widget>
 | 
	
		
			
				|  |  | +       </item>
 | 
	
		
			
				|  |  | +       <item row="3" column="0">
 | 
	
		
			
				|  |  | +        <widget class="QLabel" name="tofbLabel">
 | 
	
		
			
				|  |  | +         <property name="text">
 | 
	
		
			
				|  |  | +          <string>Off Blocks</string>
 | 
	
		
			
				|  |  | +         </property>
 | 
	
		
			
				|  |  | +        </widget>
 | 
	
		
			
				|  |  | +       </item>
 | 
	
		
			
				|  |  | +       <item row="2" column="2">
 | 
	
		
			
				|  |  | +        <widget class="QLabel" name="destNameLabel">
 | 
	
		
			
				|  |  | +         <property name="enabled">
 | 
	
		
			
				|  |  | +          <bool>false</bool>
 | 
	
		
			
				|  |  | +         </property>
 | 
	
		
			
				|  |  | +         <property name="text">
 | 
	
		
			
				|  |  | +          <string>DestName</string>
 | 
	
		
			
				|  |  | +         </property>
 | 
	
		
			
				|  |  | +        </widget>
 | 
	
		
			
				|  |  | +       </item>
 | 
	
		
			
				|  |  | +       <item row="5" column="5">
 | 
	
		
			
				|  |  | +        <widget class="QLabel" name="remarksSpacerLabel">
 | 
	
		
			
				|  |  | +         <property name="enabled">
 | 
	
		
			
				|  |  | +          <bool>false</bool>
 | 
	
		
			
				|  |  | +         </property>
 | 
	
		
			
				|  |  | +         <property name="text">
 | 
	
		
			
				|  |  | +          <string>invis</string>
 | 
	
		
			
				|  |  | +         </property>
 | 
	
		
			
				|  |  | +        </widget>
 | 
	
		
			
				|  |  | +       </item>
 | 
	
		
			
				|  |  | +       <item row="1" column="3">
 | 
	
		
			
				|  |  | +        <widget class="QLabel" name="picLabel">
 | 
	
		
			
				|  |  | +         <property name="text">
 | 
	
		
			
				|  |  | +          <string>PIC</string>
 | 
	
		
			
				|  |  | +         </property>
 | 
	
		
			
				|  |  | +        </widget>
 | 
	
		
			
				|  |  | +       </item>
 | 
	
		
			
				|  |  | +       <item row="0" column="1">
 | 
	
		
			
				|  |  | +        <widget class="QLineEdit" name="doftLineEdit">
 | 
	
		
			
				|  |  | +         <property name="maximumSize">
 | 
	
		
			
				|  |  | +          <size>
 | 
	
		
			
				|  |  | +           <width>120</width>
 | 
	
		
			
				|  |  | +           <height>16777215</height>
 | 
	
		
			
				|  |  | +          </size>
 | 
	
		
			
				|  |  | +         </property>
 | 
	
		
			
				|  |  | +        </widget>
 | 
	
		
			
				|  |  | +       </item>
 | 
	
		
			
				|  |  | +       <item row="3" column="4">
 | 
	
		
			
				|  |  | +        <widget class="QLineEdit" name="thirdPilotNameLineEdit">
 | 
	
		
			
				|  |  | +         <property name="maximumSize">
 | 
	
		
			
				|  |  | +          <size>
 | 
	
		
			
				|  |  | +           <width>120</width>
 | 
	
		
			
				|  |  | +           <height>16777215</height>
 | 
	
		
			
				|  |  | +          </size>
 | 
	
		
			
				|  |  | +         </property>
 | 
	
		
			
				|  |  | +        </widget>
 | 
	
		
			
				|  |  | +       </item>
 | 
	
		
			
				|  |  | +       <item row="2" column="5">
 | 
	
		
			
				|  |  | +        <widget class="QLabel" name="sicNameDisplayLabel">
 | 
	
		
			
				|  |  | +         <property name="enabled">
 | 
	
		
			
				|  |  | +          <bool>false</bool>
 | 
	
		
			
				|  |  | +         </property>
 | 
	
		
			
				|  |  | +         <property name="text">
 | 
	
		
			
				|  |  | +          <string>SicName</string>
 | 
	
		
			
				|  |  | +         </property>
 | 
	
		
			
				|  |  | +        </widget>
 | 
	
		
			
				|  |  | +       </item>
 | 
	
		
			
				|  |  | +       <item row="5" column="4">
 | 
	
		
			
				|  |  | +        <widget class="QLineEdit" name="remarksLineEdit">
 | 
	
		
			
				|  |  | +         <property name="maximumSize">
 | 
	
		
			
				|  |  | +          <size>
 | 
	
		
			
				|  |  | +           <width>120</width>
 | 
	
		
			
				|  |  | +           <height>16777215</height>
 | 
	
		
			
				|  |  | +          </size>
 | 
	
		
			
				|  |  | +         </property>
 | 
	
		
			
				|  |  | +        </widget>
 | 
	
		
			
				|  |  | +       </item>
 | 
	
		
			
				|  |  | +       <item row="1" column="2">
 | 
	
		
			
				|  |  | +        <widget class="QLabel" name="deptNameLabel">
 | 
	
		
			
				|  |  | +         <property name="enabled">
 | 
	
		
			
				|  |  | +          <bool>false</bool>
 | 
	
		
			
				|  |  | +         </property>
 | 
	
		
			
				|  |  | +         <property name="text">
 | 
	
		
			
				|  |  | +          <string>DeptName</string>
 | 
	
		
			
				|  |  | +         </property>
 | 
	
		
			
				|  |  | +        </widget>
 | 
	
		
			
				|  |  | +       </item>
 | 
	
		
			
				|  |  | +       <item row="5" column="2">
 | 
	
		
			
				|  |  | +        <widget class="QLabel" name="submissionReadyLabel">
 | 
	
		
			
				|  |  | +         <property name="text">
 | 
	
		
			
				|  |  | +          <string>Data Missing</string>
 | 
	
		
			
				|  |  | +         </property>
 | 
	
		
			
				|  |  | +        </widget>
 | 
	
		
			
				|  |  | +       </item>
 | 
	
		
			
				|  |  | +       <item row="1" column="5">
 | 
	
		
			
				|  |  | +        <widget class="QLabel" name="picNameDisplayLabel">
 | 
	
		
			
				|  |  | +         <property name="enabled">
 | 
	
		
			
				|  |  | +          <bool>false</bool>
 | 
	
		
			
				|  |  | +         </property>
 | 
	
		
			
				|  |  | +         <property name="text">
 | 
	
		
			
				|  |  | +          <string>PicName</string>
 | 
	
		
			
				|  |  | +         </property>
 | 
	
		
			
				|  |  | +        </widget>
 | 
	
		
			
				|  |  | +       </item>
 | 
	
		
			
				|  |  | +       <item row="1" column="1">
 | 
	
		
			
				|  |  | +        <widget class="QLineEdit" name="deptLocationLineEdit">
 | 
	
		
			
				|  |  | +         <property name="maximumSize">
 | 
	
		
			
				|  |  | +          <size>
 | 
	
		
			
				|  |  | +           <width>120</width>
 | 
	
		
			
				|  |  | +           <height>16777215</height>
 | 
	
		
			
				|  |  | +          </size>
 | 
	
		
			
				|  |  | +         </property>
 | 
	
		
			
				|  |  | +        </widget>
 | 
	
		
			
				|  |  | +       </item>
 | 
	
		
			
				|  |  | +       <item row="1" column="4">
 | 
	
		
			
				|  |  | +        <widget class="QLineEdit" name="picNameLineEdit">
 | 
	
		
			
				|  |  | +         <property name="maximumSize">
 | 
	
		
			
				|  |  | +          <size>
 | 
	
		
			
				|  |  | +           <width>120</width>
 | 
	
		
			
				|  |  | +           <height>16777215</height>
 | 
	
		
			
				|  |  | +          </size>
 | 
	
		
			
				|  |  | +         </property>
 | 
	
		
			
				|  |  | +        </widget>
 | 
	
		
			
				|  |  | +       </item>
 | 
	
		
			
				|  |  | +       <item row="0" column="2">
 | 
	
		
			
				|  |  | +        <widget class="QPushButton" name="calendarPushButton">
 | 
	
		
			
				|  |  | +         <property name="text">
 | 
	
		
			
				|  |  | +          <string>Calendar</string>
 | 
	
		
			
				|  |  | +         </property>
 | 
	
		
			
				|  |  | +        </widget>
 | 
	
		
			
				|  |  | +       </item>
 | 
	
		
			
				|  |  | +       <item row="4" column="1">
 | 
	
		
			
				|  |  | +        <widget class="QLineEdit" name="tonbTimeLineEdit">
 | 
	
		
			
				|  |  | +         <property name="maximumSize">
 | 
	
		
			
				|  |  | +          <size>
 | 
	
		
			
				|  |  | +           <width>120</width>
 | 
	
		
			
				|  |  | +           <height>16777215</height>
 | 
	
		
			
				|  |  | +          </size>
 | 
	
		
			
				|  |  | +         </property>
 | 
	
		
			
				|  |  | +        </widget>
 | 
	
		
			
				|  |  | +       </item>
 | 
	
		
			
				|  |  | +       <item row="4" column="5">
 | 
	
		
			
				|  |  | +        <widget class="QLabel" name="flightNumberSpacerLabel">
 | 
	
		
			
				|  |  | +         <property name="enabled">
 | 
	
		
			
				|  |  | +          <bool>false</bool>
 | 
	
		
			
				|  |  | +         </property>
 | 
	
		
			
				|  |  | +         <property name="text">
 | 
	
		
			
				|  |  | +          <string>invis</string>
 | 
	
		
			
				|  |  | +         </property>
 | 
	
		
			
				|  |  | +        </widget>
 | 
	
		
			
				|  |  | +       </item>
 | 
	
		
			
				|  |  | +       <item row="0" column="0">
 | 
	
		
			
				|  |  | +        <widget class="QLabel" name="doftLabel">
 | 
	
		
			
				|  |  | +         <property name="text">
 | 
	
		
			
				|  |  | +          <string>Date of flight</string>
 | 
	
		
			
				|  |  | +         </property>
 | 
	
		
			
				|  |  | +        </widget>
 | 
	
		
			
				|  |  | +       </item>
 | 
	
		
			
				|  |  | +       <item row="0" column="3">
 | 
	
		
			
				|  |  | +        <widget class="QLabel" name="acftLabel">
 | 
	
		
			
				|  |  | +         <property name="text">
 | 
	
		
			
				|  |  | +          <string>Aircraft</string>
 | 
	
		
			
				|  |  | +         </property>
 | 
	
		
			
				|  |  | +        </widget>
 | 
	
		
			
				|  |  | +       </item>
 | 
	
		
			
				|  |  | +       <item row="2" column="0">
 | 
	
		
			
				|  |  | +        <widget class="QLabel" name="destLabel">
 | 
	
		
			
				|  |  | +         <property name="text">
 | 
	
		
			
				|  |  | +          <string>Destination</string>
 | 
	
		
			
				|  |  | +         </property>
 | 
	
		
			
				|  |  | +        </widget>
 | 
	
		
			
				|  |  | +       </item>
 | 
	
		
			
				|  |  | +       <item row="4" column="0">
 | 
	
		
			
				|  |  | +        <widget class="QLabel" name="tonbLabel">
 | 
	
		
			
				|  |  | +         <property name="text">
 | 
	
		
			
				|  |  | +          <string>On Blocks</string>
 | 
	
		
			
				|  |  | +         </property>
 | 
	
		
			
				|  |  | +        </widget>
 | 
	
		
			
				|  |  | +       </item>
 | 
	
		
			
				|  |  | +       <item row="3" column="1">
 | 
	
		
			
				|  |  | +        <widget class="QLineEdit" name="tofbTimeLineEdit">
 | 
	
		
			
				|  |  | +         <property name="maximumSize">
 | 
	
		
			
				|  |  | +          <size>
 | 
	
		
			
				|  |  | +           <width>120</width>
 | 
	
		
			
				|  |  | +           <height>16777215</height>
 | 
	
		
			
				|  |  | +          </size>
 | 
	
		
			
				|  |  | +         </property>
 | 
	
		
			
				|  |  | +        </widget>
 | 
	
		
			
				|  |  | +       </item>
 | 
	
		
			
				|  |  | +       <item row="4" column="3">
 | 
	
		
			
				|  |  | +        <widget class="QLabel" name="flightNumberLabel">
 | 
	
		
			
				|  |  | +         <property name="text">
 | 
	
		
			
				|  |  | +          <string>Flight Number</string>
 | 
	
		
			
				|  |  | +         </property>
 | 
	
		
			
				|  |  | +        </widget>
 | 
	
		
			
				|  |  | +       </item>
 | 
	
		
			
				|  |  | +       <item row="0" column="5">
 | 
	
		
			
				|  |  | +        <widget class="QLabel" name="acftDisplayLabel">
 | 
	
		
			
				|  |  | +         <property name="enabled">
 | 
	
		
			
				|  |  | +          <bool>false</bool>
 | 
	
		
			
				|  |  | +         </property>
 | 
	
		
			
				|  |  | +         <property name="text">
 | 
	
		
			
				|  |  | +          <string>AircraftName</string>
 | 
	
		
			
				|  |  | +         </property>
 | 
	
		
			
				|  |  | +        </widget>
 | 
	
		
			
				|  |  | +       </item>
 | 
	
		
			
				|  |  | +       <item row="2" column="1">
 | 
	
		
			
				|  |  | +        <widget class="QLineEdit" name="destLocationLineEdit">
 | 
	
		
			
				|  |  | +         <property name="maximumSize">
 | 
	
		
			
				|  |  | +          <size>
 | 
	
		
			
				|  |  | +           <width>120</width>
 | 
	
		
			
				|  |  | +           <height>16777215</height>
 | 
	
		
			
				|  |  | +          </size>
 | 
	
		
			
				|  |  | +         </property>
 | 
	
		
			
				|  |  | +        </widget>
 | 
	
		
			
				|  |  | +       </item>
 | 
	
		
			
				|  |  | +       <item row="4" column="4">
 | 
	
		
			
				|  |  | +        <widget class="QLineEdit" name="flightNumberLineEdit">
 | 
	
		
			
				|  |  | +         <property name="maximumSize">
 | 
	
		
			
				|  |  | +          <size>
 | 
	
		
			
				|  |  | +           <width>120</width>
 | 
	
		
			
				|  |  | +           <height>16777215</height>
 | 
	
		
			
				|  |  | +          </size>
 | 
	
		
			
				|  |  | +         </property>
 | 
	
		
			
				|  |  | +        </widget>
 | 
	
		
			
				|  |  | +       </item>
 | 
	
		
			
				|  |  | +       <item row="4" column="2">
 | 
	
		
			
				|  |  | +        <widget class="QLabel" name="tonbSpacerLabel">
 | 
	
		
			
				|  |  | +         <property name="enabled">
 | 
	
		
			
				|  |  | +          <bool>false</bool>
 | 
	
		
			
				|  |  | +         </property>
 | 
	
		
			
				|  |  | +         <property name="text">
 | 
	
		
			
				|  |  | +          <string>invis</string>
 | 
	
		
			
				|  |  | +         </property>
 | 
	
		
			
				|  |  | +        </widget>
 | 
	
		
			
				|  |  | +       </item>
 | 
	
		
			
				|  |  | +       <item row="5" column="0">
 | 
	
		
			
				|  |  | +        <widget class="QLabel" name="tblkLabel">
 | 
	
		
			
				|  |  | +         <property name="text">
 | 
	
		
			
				|  |  | +          <string>Total Time</string>
 | 
	
		
			
				|  |  | +         </property>
 | 
	
		
			
				|  |  | +        </widget>
 | 
	
		
			
				|  |  | +       </item>
 | 
	
		
			
				|  |  | +       <item row="3" column="3">
 | 
	
		
			
				|  |  | +        <widget class="QLabel" name="thirdPilotLabel">
 | 
	
		
			
				|  |  | +         <property name="text">
 | 
	
		
			
				|  |  | +          <string>Third Pilot</string>
 | 
	
		
			
				|  |  | +         </property>
 | 
	
		
			
				|  |  | +        </widget>
 | 
	
		
			
				|  |  | +       </item>
 | 
	
		
			
				|  |  | +       <item row="2" column="4">
 | 
	
		
			
				|  |  | +        <widget class="QLineEdit" name="sicNameLineEdit">
 | 
	
		
			
				|  |  | +         <property name="maximumSize">
 | 
	
		
			
				|  |  | +          <size>
 | 
	
		
			
				|  |  | +           <width>120</width>
 | 
	
		
			
				|  |  | +           <height>16777215</height>
 | 
	
		
			
				|  |  | +          </size>
 | 
	
		
			
				|  |  | +         </property>
 | 
	
		
			
				|  |  | +        </widget>
 | 
	
		
			
				|  |  | +       </item>
 | 
	
		
			
				|  |  | +       <item row="5" column="3">
 | 
	
		
			
				|  |  | +        <widget class="QLabel" name="remarksLabel">
 | 
	
		
			
				|  |  | +         <property name="text">
 | 
	
		
			
				|  |  | +          <string>Remarks</string>
 | 
	
		
			
				|  |  | +         </property>
 | 
	
		
			
				|  |  | +        </widget>
 | 
	
		
			
				|  |  | +       </item>
 | 
	
		
			
				|  |  | +       <item row="5" column="1">
 | 
	
		
			
				|  |  | +        <widget class="QLabel" name="tblkDisplayLabel">
 | 
	
		
			
				|  |  | +         <property name="text">
 | 
	
		
			
				|  |  | +          <string>00:00</string>
 | 
	
		
			
				|  |  | +         </property>
 | 
	
		
			
				|  |  | +        </widget>
 | 
	
		
			
				|  |  | +       </item>
 | 
	
		
			
				|  |  | +       <item row="3" column="2">
 | 
	
		
			
				|  |  | +        <widget class="QLabel" name="tofbSpacerLabel">
 | 
	
		
			
				|  |  | +         <property name="enabled">
 | 
	
		
			
				|  |  | +          <bool>false</bool>
 | 
	
		
			
				|  |  | +         </property>
 | 
	
		
			
				|  |  | +         <property name="text">
 | 
	
		
			
				|  |  | +          <string>invis</string>
 | 
	
		
			
				|  |  | +         </property>
 | 
	
		
			
				|  |  | +        </widget>
 | 
	
		
			
				|  |  | +       </item>
 | 
	
		
			
				|  |  | +       <item row="0" column="4">
 | 
	
		
			
				|  |  | +        <widget class="QLineEdit" name="acftLineEdit">
 | 
	
		
			
				|  |  | +         <property name="maximumSize">
 | 
	
		
			
				|  |  | +          <size>
 | 
	
		
			
				|  |  | +           <width>120</width>
 | 
	
		
			
				|  |  | +           <height>16777215</height>
 | 
	
		
			
				|  |  | +          </size>
 | 
	
		
			
				|  |  | +         </property>
 | 
	
		
			
				|  |  | +        </widget>
 | 
	
		
			
				|  |  | +       </item>
 | 
	
		
			
				|  |  | +       <item row="2" column="3">
 | 
	
		
			
				|  |  | +        <widget class="QLabel" name="sicLabel">
 | 
	
		
			
				|  |  | +         <property name="text">
 | 
	
		
			
				|  |  | +          <string>SIC</string>
 | 
	
		
			
				|  |  | +         </property>
 | 
	
		
			
				|  |  | +        </widget>
 | 
	
		
			
				|  |  | +       </item>
 | 
	
		
			
				|  |  | +       <item row="3" column="5">
 | 
	
		
			
				|  |  | +        <widget class="QLabel" name="thirdPilotNameDisplayLabel">
 | 
	
		
			
				|  |  | +         <property name="enabled">
 | 
	
		
			
				|  |  | +          <bool>false</bool>
 | 
	
		
			
				|  |  | +         </property>
 | 
	
		
			
				|  |  | +         <property name="text">
 | 
	
		
			
				|  |  | +          <string>ThirdName</string>
 | 
	
		
			
				|  |  | +         </property>
 | 
	
		
			
				|  |  | +        </widget>
 | 
	
		
			
				|  |  | +       </item>
 | 
	
		
			
				|  |  | +      </layout>
 | 
	
		
			
				|  |  | +     </item>
 | 
	
		
			
				|  |  | +     <item row="0" column="1">
 | 
	
		
			
				|  |  | +      <layout class="QGridLayout" name="gridLayout_2">
 | 
	
		
			
				|  |  | +       <item row="0" column="0" colspan="2">
 | 
	
		
			
				|  |  | +        <widget class="QCheckBox" name="pilotFlyingCheckBox">
 | 
	
		
			
				|  |  | +         <property name="text">
 | 
	
		
			
				|  |  | +          <string>Pilot Flying</string>
 | 
	
		
			
				|  |  | +         </property>
 | 
	
		
			
				|  |  | +        </widget>
 | 
	
		
			
				|  |  | +       </item>
 | 
	
		
			
				|  |  | +       <item row="0" column="2">
 | 
	
		
			
				|  |  | +        <widget class="QCheckBox" name="ifrCheckBox">
 | 
	
		
			
				|  |  | +         <property name="text">
 | 
	
		
			
				|  |  | +          <string>IFR</string>
 | 
	
		
			
				|  |  | +         </property>
 | 
	
		
			
				|  |  | +        </widget>
 | 
	
		
			
				|  |  | +       </item>
 | 
	
		
			
				|  |  | +       <item row="1" column="0">
 | 
	
		
			
				|  |  | +        <widget class="QLabel" name="takeOffLabel">
 | 
	
		
			
				|  |  | +         <property name="text">
 | 
	
		
			
				|  |  | +          <string>Take Off</string>
 | 
	
		
			
				|  |  | +         </property>
 | 
	
		
			
				|  |  | +        </widget>
 | 
	
		
			
				|  |  | +       </item>
 | 
	
		
			
				|  |  | +       <item row="1" column="1">
 | 
	
		
			
				|  |  | +        <widget class="QSpinBox" name="takeOffSpinBox"/>
 | 
	
		
			
				|  |  | +       </item>
 | 
	
		
			
				|  |  | +       <item row="1" column="2">
 | 
	
		
			
				|  |  | +        <widget class="QCheckBox" name="toNightCheckBox">
 | 
	
		
			
				|  |  | +         <property name="text">
 | 
	
		
			
				|  |  | +          <string>Night</string>
 | 
	
		
			
				|  |  | +         </property>
 | 
	
		
			
				|  |  | +        </widget>
 | 
	
		
			
				|  |  | +       </item>
 | 
	
		
			
				|  |  | +       <item row="2" column="0">
 | 
	
		
			
				|  |  | +        <widget class="QLabel" name="landingLabel">
 | 
	
		
			
				|  |  | +         <property name="text">
 | 
	
		
			
				|  |  | +          <string>Landing</string>
 | 
	
		
			
				|  |  | +         </property>
 | 
	
		
			
				|  |  | +        </widget>
 | 
	
		
			
				|  |  | +       </item>
 | 
	
		
			
				|  |  | +       <item row="2" column="1">
 | 
	
		
			
				|  |  | +        <widget class="QSpinBox" name="landingSpinBox"/>
 | 
	
		
			
				|  |  | +       </item>
 | 
	
		
			
				|  |  | +       <item row="2" column="2">
 | 
	
		
			
				|  |  | +        <widget class="QCheckBox" name="ldgNightCheckBox">
 | 
	
		
			
				|  |  | +         <property name="text">
 | 
	
		
			
				|  |  | +          <string>Night</string>
 | 
	
		
			
				|  |  | +         </property>
 | 
	
		
			
				|  |  | +        </widget>
 | 
	
		
			
				|  |  | +       </item>
 | 
	
		
			
				|  |  | +       <item row="3" column="0">
 | 
	
		
			
				|  |  | +        <widget class="QLabel" name="functionLabel">
 | 
	
		
			
				|  |  | +         <property name="text">
 | 
	
		
			
				|  |  | +          <string>Function</string>
 | 
	
		
			
				|  |  | +         </property>
 | 
	
		
			
				|  |  | +        </widget>
 | 
	
		
			
				|  |  | +       </item>
 | 
	
		
			
				|  |  | +       <item row="3" column="1" colspan="2">
 | 
	
		
			
				|  |  | +        <widget class="QComboBox" name="functionComboBox">
 | 
	
		
			
				|  |  | +         <item>
 | 
	
		
			
				|  |  | +          <property name="text">
 | 
	
		
			
				|  |  | +           <string>PIC</string>
 | 
	
		
			
				|  |  | +          </property>
 | 
	
		
			
				|  |  | +         </item>
 | 
	
		
			
				|  |  | +         <item>
 | 
	
		
			
				|  |  | +          <property name="text">
 | 
	
		
			
				|  |  | +           <string>SIC</string>
 | 
	
		
			
				|  |  | +          </property>
 | 
	
		
			
				|  |  | +         </item>
 | 
	
		
			
				|  |  | +         <item>
 | 
	
		
			
				|  |  | +          <property name="text">
 | 
	
		
			
				|  |  | +           <string>FI</string>
 | 
	
		
			
				|  |  | +          </property>
 | 
	
		
			
				|  |  | +         </item>
 | 
	
		
			
				|  |  | +         <item>
 | 
	
		
			
				|  |  | +          <property name="text">
 | 
	
		
			
				|  |  | +           <string>DUAL</string>
 | 
	
		
			
				|  |  | +          </property>
 | 
	
		
			
				|  |  | +         </item>
 | 
	
		
			
				|  |  | +        </widget>
 | 
	
		
			
				|  |  | +       </item>
 | 
	
		
			
				|  |  | +       <item row="4" column="0">
 | 
	
		
			
				|  |  | +        <widget class="QLabel" name="approachLabel">
 | 
	
		
			
				|  |  | +         <property name="text">
 | 
	
		
			
				|  |  | +          <string>Approach</string>
 | 
	
		
			
				|  |  | +         </property>
 | 
	
		
			
				|  |  | +        </widget>
 | 
	
		
			
				|  |  | +       </item>
 | 
	
		
			
				|  |  | +       <item row="4" column="1" colspan="2">
 | 
	
		
			
				|  |  | +        <widget class="QComboBox" name="approachComboBox"/>
 | 
	
		
			
				|  |  | +       </item>
 | 
	
		
			
				|  |  | +      </layout>
 | 
	
		
			
				|  |  | +     </item>
 | 
	
		
			
				|  |  | +    </layout>
 | 
	
		
			
				|  |  | +   </item>
 | 
	
		
			
				|  |  | +   <item row="0" column="6">
 | 
	
		
			
				|  |  | +    <spacer name="rightSpacer">
 | 
	
		
			
				|  |  | +     <property name="orientation">
 | 
	
		
			
				|  |  | +      <enum>Qt::Horizontal</enum>
 | 
	
		
			
				|  |  | +     </property>
 | 
	
		
			
				|  |  | +     <property name="sizeHint" stdset="0">
 | 
	
		
			
				|  |  | +      <size>
 | 
	
		
			
				|  |  | +       <width>48</width>
 | 
	
		
			
				|  |  | +       <height>20</height>
 | 
	
		
			
				|  |  | +      </size>
 | 
	
		
			
				|  |  | +     </property>
 | 
	
		
			
				|  |  | +    </spacer>
 | 
	
		
			
				|  |  | +   </item>
 | 
	
		
			
				|  |  | +   <item row="1" column="1">
 | 
	
		
			
				|  |  | +    <widget class="QPushButton" name="pushButton_2">
 | 
	
		
			
				|  |  | +     <property name="text">
 | 
	
		
			
				|  |  | +      <string>Details</string>
 | 
	
		
			
				|  |  | +     </property>
 | 
	
		
			
				|  |  | +    </widget>
 | 
	
		
			
				|  |  | +   </item>
 | 
	
		
			
				|  |  | +   <item row="1" column="2">
 | 
	
		
			
				|  |  | +    <widget class="QToolButton" name="toolButton">
 | 
	
		
			
				|  |  | +     <property name="text">
 | 
	
		
			
				|  |  | +      <string>?</string>
 | 
	
		
			
				|  |  | +     </property>
 | 
	
		
			
				|  |  | +    </widget>
 | 
	
		
			
				|  |  | +   </item>
 | 
	
		
			
				|  |  | +  </layout>
 | 
	
		
			
				|  |  | + </widget>
 | 
	
		
			
				|  |  | + <resources/>
 | 
	
		
			
				|  |  | + <connections>
 | 
	
		
			
				|  |  | +  <connection>
 | 
	
		
			
				|  |  | +   <sender>buttonBox</sender>
 | 
	
		
			
				|  |  | +   <signal>accepted()</signal>
 | 
	
		
			
				|  |  | +   <receiver>NewNewFlightDialog</receiver>
 | 
	
		
			
				|  |  | +   <slot>accept()</slot>
 | 
	
		
			
				|  |  | +   <hints>
 | 
	
		
			
				|  |  | +    <hint type="sourcelabel">
 | 
	
		
			
				|  |  | +     <x>248</x>
 | 
	
		
			
				|  |  | +     <y>254</y>
 | 
	
		
			
				|  |  | +    </hint>
 | 
	
		
			
				|  |  | +    <hint type="destinationlabel">
 | 
	
		
			
				|  |  | +     <x>157</x>
 | 
	
		
			
				|  |  | +     <y>274</y>
 | 
	
		
			
				|  |  | +    </hint>
 | 
	
		
			
				|  |  | +   </hints>
 | 
	
		
			
				|  |  | +  </connection>
 | 
	
		
			
				|  |  | +  <connection>
 | 
	
		
			
				|  |  | +   <sender>buttonBox</sender>
 | 
	
		
			
				|  |  | +   <signal>rejected()</signal>
 | 
	
		
			
				|  |  | +   <receiver>NewNewFlightDialog</receiver>
 | 
	
		
			
				|  |  | +   <slot>reject()</slot>
 | 
	
		
			
				|  |  | +   <hints>
 | 
	
		
			
				|  |  | +    <hint type="sourcelabel">
 | 
	
		
			
				|  |  | +     <x>316</x>
 | 
	
		
			
				|  |  | +     <y>260</y>
 | 
	
		
			
				|  |  | +    </hint>
 | 
	
		
			
				|  |  | +    <hint type="destinationlabel">
 | 
	
		
			
				|  |  | +     <x>286</x>
 | 
	
		
			
				|  |  | +     <y>274</y>
 | 
	
		
			
				|  |  | +    </hint>
 | 
	
		
			
				|  |  | +   </hints>
 | 
	
		
			
				|  |  | +  </connection>
 | 
	
		
			
				|  |  | + </connections>
 | 
	
		
			
				|  |  | +</ui>
 |