mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-16 13:21:50 -05:00
DSD demod plugin: change icons of TDMA split/join stereo/mono toggle button
This commit is contained in:
parent
ee4524a23b
commit
6158356ed1
@ -639,16 +639,20 @@
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="ButtonSwitch" name="tdmaStereoSplit">
|
||||
<widget class="QToolButton" name="tdmaStereoSplit">
|
||||
<property name="toolTip">
|
||||
<string>Split TDMA channels on left (slot 1) and right (slot 2) audio channels</string>
|
||||
<string>Split TDMA channels on left (slot 1) and right (slot 2) audio stereo channels or merge as mono</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string/>
|
||||
</property>
|
||||
<property name="icon">
|
||||
<iconset resource="../../../sdrbase/resources/res.qrc">
|
||||
<normaloff>:/stereo.png</normaloff>:/stereo.png</iconset>
|
||||
<normaloff>:/mono.png</normaloff>
|
||||
<normalon>:/stereo.png</normalon>:/mono.png</iconset>
|
||||
</property>
|
||||
<property name="checkable">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
Loading…
Reference in New Issue
Block a user