mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 04:25:35 +08:00
Ref T268, allow to reset last sent values from log. display for testing
This commit is contained in:
@@ -130,7 +130,7 @@
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QFrame" name="fr_LogStatus">
|
||||
<layout class="QHBoxLayout" name="hl_LogCallsign" stretch="2,1,4,0,0,0,1">
|
||||
<layout class="QHBoxLayout" name="hl_LogCallsign" stretch="2,1,4,0,0,0,0,1">
|
||||
<property name="leftMargin">
|
||||
<number>3</number>
|
||||
</property>
|
||||
@@ -183,6 +183,13 @@
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QPushButton" name="pb_ResetLastSent">
|
||||
<property name="text">
|
||||
<string> reset last sent </string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QPushButton" name="pb_ShowLogInSimulator">
|
||||
<property name="text">
|
||||
@@ -765,6 +772,7 @@
|
||||
<tabstop>le_UpdateTime</tabstop>
|
||||
<tabstop>hs_UpdateTime</tabstop>
|
||||
<tabstop>pb_ResetStats</tabstop>
|
||||
<tabstop>pb_ResetLastSent</tabstop>
|
||||
<tabstop>pb_ShowLogInSimulator</tabstop>
|
||||
<tabstop>pb_FollowInSimulator</tabstop>
|
||||
<tabstop>pb_StartStop</tabstop>
|
||||
|
||||
Reference in New Issue
Block a user