1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-11-23 00:18:37 -05:00

NFM demod: replace RTP button switch by a checkbox

This commit is contained in:
f4exb 2018-03-07 00:28:50 +01:00
parent 0c861d63e2
commit 5b8a5efd3f

View File

@ -612,16 +612,13 @@
</widget>
</item>
<item>
<widget class="ButtonSwitch" name="useRTP">
<widget class="QCheckBox" name="useRTP">
<property name="toolTip">
<string>Use RTP protocol for sending audio via UDP</string>
<string>Use RTP protocol for audio copy to UDP</string>
</property>
<property name="text">
<string>R</string>
</property>
<property name="checkable">
<bool>true</bool>
</property>
</widget>
</item>
</layout>