Ref T268, allow to reset last sent values from log. display for testing

This commit is contained in:
Klaus Basan
2018-07-10 17:15:56 +02:00
parent b74de43ce0
commit 226abd0d38
5 changed files with 36 additions and 1 deletions

View File

@@ -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>