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

AM, NFM and WFM modulators: changed mute/umute channel button icon

This commit is contained in:
f4exb 2016-12-20 17:56:49 +01:00
parent 299317bb2e
commit fc58e1be46
6 changed files with 11 additions and 9 deletions

View File

@ -169,15 +169,15 @@
<item> <item>
<widget class="QToolButton" name="channelMute"> <widget class="QToolButton" name="channelMute">
<property name="toolTip"> <property name="toolTip">
<string>Mute/Unmute audio</string> <string>Mute/Unmute channel</string>
</property> </property>
<property name="text"> <property name="text">
<string>...</string> <string>...</string>
</property> </property>
<property name="icon"> <property name="icon">
<iconset resource="../../../sdrbase/resources/res.qrc"> <iconset resource="../../../sdrbase/resources/res.qrc">
<normaloff>:/sound_on.png</normaloff> <normaloff>:/txon.png</normaloff>
<normalon>:/sound_off.png</normalon>:/sound_on.png</iconset> <normalon>:/txoff.png</normalon>:/txon.png</iconset>
</property> </property>
<property name="checkable"> <property name="checkable">
<bool>true</bool> <bool>true</bool>

View File

@ -169,15 +169,15 @@
<item> <item>
<widget class="QToolButton" name="channelMute"> <widget class="QToolButton" name="channelMute">
<property name="toolTip"> <property name="toolTip">
<string>Mute/Unmute audio</string> <string>Mute/Unmute channel</string>
</property> </property>
<property name="text"> <property name="text">
<string>...</string> <string>...</string>
</property> </property>
<property name="icon"> <property name="icon">
<iconset resource="../../../sdrbase/resources/res.qrc"> <iconset resource="../../../sdrbase/resources/res.qrc">
<normaloff>:/sound_on.png</normaloff> <normaloff>:/txon.png</normaloff>
<normalon>:/sound_off.png</normalon>:/sound_on.png</iconset> <normalon>:/txoff.png</normalon>:/txon.png</iconset>
</property> </property>
<property name="checkable"> <property name="checkable">
<bool>true</bool> <bool>true</bool>

View File

@ -169,15 +169,15 @@
<item> <item>
<widget class="QToolButton" name="channelMute"> <widget class="QToolButton" name="channelMute">
<property name="toolTip"> <property name="toolTip">
<string>Mute/Unmute audio</string> <string>Mute/Unmute channel</string>
</property> </property>
<property name="text"> <property name="text">
<string>...</string> <string>...</string>
</property> </property>
<property name="icon"> <property name="icon">
<iconset resource="../../../sdrbase/resources/res.qrc"> <iconset resource="../../../sdrbase/resources/res.qrc">
<normaloff>:/sound_on.png</normaloff> <normaloff>:/txon.png</normaloff>
<normalon>:/sound_off.png</normalon>:/sound_on.png</iconset> <normalon>:/txoff.png</normalon>:/txon.png</iconset>
</property> </property>
<property name="checkable"> <property name="checkable">
<bool>true</bool> <bool>true</bool>

View File

@ -67,5 +67,7 @@
<file>slot2_on.png</file> <file>slot2_on.png</file>
<file>iambickey.png</file> <file>iambickey.png</file>
<file>morsekey.png</file> <file>morsekey.png</file>
<file>txoff.png</file>
<file>txon.png</file>
</qresource> </qresource>
</RCC> </RCC>

BIN
sdrbase/resources/txoff.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 253 B

BIN
sdrbase/resources/txon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 695 B