mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-26 09:48:45 -05:00
AM, NFM and WFM modulators: changed mute/umute channel button icon
This commit is contained in:
parent
299317bb2e
commit
fc58e1be46
@ -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>
|
||||||
|
@ -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>
|
||||||
|
@ -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>
|
||||||
|
@ -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
BIN
sdrbase/resources/txoff.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 253 B |
BIN
sdrbase/resources/txon.png
Normal file
BIN
sdrbase/resources/txon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 695 B |
Loading…
Reference in New Issue
Block a user