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:
parent
0c861d63e2
commit
5b8a5efd3f
@ -612,16 +612,13 @@
|
|||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<widget class="ButtonSwitch" name="useRTP">
|
<widget class="QCheckBox" name="useRTP">
|
||||||
<property name="toolTip">
|
<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>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>R</string>
|
<string>R</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="checkable">
|
|
||||||
<bool>true</bool>
|
|
||||||
</property>
|
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
</layout>
|
</layout>
|
||||||
|
Loading…
Reference in New Issue
Block a user