mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-16 10:25:36 +08:00
Ref T270, log display can trigger display in sim and further improvements
* log display can trigger displayed log in simulator * check prerequisites for log and display overlay * made component identifiable * pre-load parts
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
<property name="title">
|
||||
<string>Log. callsign</string>
|
||||
</property>
|
||||
<layout class="QHBoxLayout" name="hl_LogCallsign" stretch="2,1,4,0,1">
|
||||
<layout class="QHBoxLayout" name="hl_LogCallsign" stretch="2,1,4,0,0,1">
|
||||
<property name="leftMargin">
|
||||
<number>3</number>
|
||||
</property>
|
||||
@@ -84,10 +84,17 @@
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QPushButton" name="pb_ShowInSimulator">
|
||||
<property name="text">
|
||||
<string>show in sim.</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QPushButton" name="pb_StartStop">
|
||||
<property name="text">
|
||||
<string>Start</string>
|
||||
<string>start</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
||||
Reference in New Issue
Block a user