Double click band activity now transfers the received message into the directed activity window and further transmissions on the offset will be added to the window automatically

This commit is contained in:
Jordan Sherer
2018-07-20 10:54:00 -04:00
parent 7a788c05c8
commit 83c742f7ec
3 changed files with 32 additions and 7 deletions
+3 -3
View File
@@ -1148,7 +1148,7 @@ background:yellow;
</widget>
</item>
<item row="1" column="3">
<widget class="QPushButton" name="deMacroButton">
<widget class="QPushButton" name="qtcMacroButton">
<property name="minimumSize">
<size>
<width>0</width>
@@ -1156,10 +1156,10 @@ background:yellow;
</size>
</property>
<property name="visible">
<bool>false</bool>
<bool>true</bool>
</property>
<property name="text">
<string>DE</string>
<string>QTC</string>
</property>
</widget>
</item>