Ref T778, allow to re-calculate all aircraft from the log.display

This commit is contained in:
Klaus Basan
2020-04-04 21:07:23 +02:00
committed by Mat Sutcliffe
parent 373e45e958
commit 09a2377197
3 changed files with 42 additions and 17 deletions

View File

@@ -351,16 +351,6 @@
</property>
</widget>
</item>
<item row="3" column="1" colspan="11">
<widget class="QLineEdit" name="le_SimulatorSpecific">
<property name="readOnly">
<bool>true</bool>
</property>
<property name="placeholderText">
<string>simulator specific information</string>
</property>
</widget>
</item>
<item row="0" column="0">
<widget class="QLabel" name="lbl_CG">
<property name="toolTip">
@@ -523,6 +513,23 @@
</property>
</widget>
</item>
<item row="3" column="1" colspan="10">
<widget class="QLineEdit" name="le_SimulatorSpecific">
<property name="readOnly">
<bool>true</bool>
</property>
<property name="placeholderText">
<string>simulator specific information</string>
</property>
</widget>
</item>
<item row="3" column="11">
<widget class="QPushButton" name="pb_RecalcAllAircraft">
<property name="text">
<string>re-calc</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>