1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-09-28 15:56:33 -04:00

DSD demod plugin: change icons of TDMA split/join stereo/mono toggle button

This commit is contained in:
f4exb 2016-09-08 00:56:39 +02:00
parent ee4524a23b
commit 6158356ed1

View File

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