Ref T215, FP component using the altitude line edit

This commit is contained in:
Klaus Basan
2018-01-04 04:45:11 +01:00
parent a116560742
commit 0979b9cc77
2 changed files with 15 additions and 27 deletions

View File

@@ -424,14 +424,7 @@
</widget>
</item>
<item row="4" column="3">
<widget class="QLineEdit" name="le_CrusingAltitude">
<property name="maxLength">
<number>40</number>
</property>
<property name="placeholderText">
<string>e.g. FL70</string>
</property>
</widget>
<widget class="BlackGui::CAltitudeEdit" name="lep_CrusingAltitude"/>
</item>
<item row="0" column="1">
<widget class="QLabel" name="lbl_Callsign">
@@ -1137,6 +1130,11 @@ p, li { white-space: pre-wrap; }
<header>blackgui/components/selcalcodeselector.h</header>
<container>1</container>
</customwidget>
<customwidget>
<class>BlackGui::CAltitudeEdit</class>
<extends>QLineEdit</extends>
<header>blackgui/altitudeedit.h</header>
</customwidget>
</customwidgets>
<tabstops>
<tabstop>sa_FlightPlanTabMain</tabstop>
@@ -1151,7 +1149,7 @@ p, li { white-space: pre-wrap; }
<tabstop>tb_HelpEquipment</tabstop>
<tabstop>le_OriginAirport</tabstop>
<tabstop>le_TakeOffTimePlanned</tabstop>
<tabstop>le_CrusingAltitude</tabstop>
<tabstop>lep_CrusingAltitude</tabstop>
<tabstop>pte_Route</tabstop>
<tabstop>le_DestinationAirport</tabstop>
<tabstop>le_EstimatedTimeEnroute</tabstop>