mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 12:55:33 +08:00
Ref T778, allow to re-calculate all aircraft from the log.display
This commit is contained in:
committed by
Mat Sutcliffe
parent
373e45e958
commit
09a2377197
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user