1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2025-03-07 03:48:39 -05: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> </widget>
</item> </item>
<item> <item>
<widget class="ButtonSwitch" name="tdmaStereoSplit"> <widget class="QToolButton" name="tdmaStereoSplit">
<property name="toolTip"> <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>
<property name="text"> <property name="text">
<string/> <string/>
</property> </property>
<property name="icon"> <property name="icon">
<iconset resource="../../../sdrbase/resources/res.qrc"> <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> </property>
</widget> </widget>
</item> </item>