mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-26 17:58:43 -05:00
DSD demod plugin: DMR refactoring: added buttons to toggle slot1 and slot2 voice output
This commit is contained in:
parent
5cdd3e6c41
commit
045392ae79
@ -781,6 +781,42 @@
|
||||
</property>
|
||||
</spacer>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QToolButton" name="slot1On">
|
||||
<property name="toolTip">
|
||||
<string>TDMA slot1 voice on/off</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string/>
|
||||
</property>
|
||||
<property name="icon">
|
||||
<iconset resource="../../../sdrbase/resources/res.qrc">
|
||||
<normaloff>:/slot1_off.png</normaloff>
|
||||
<normalon>:/slot1_on.png</normalon>:/slot1_off.png</iconset>
|
||||
</property>
|
||||
<property name="checkable">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QToolButton" name="slot2On">
|
||||
<property name="toolTip">
|
||||
<string>TDMA slot2 voice on/off</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string/>
|
||||
</property>
|
||||
<property name="icon">
|
||||
<iconset resource="../../../sdrbase/resources/res.qrc">
|
||||
<normaloff>:/slot2_off.png</normaloff>
|
||||
<normalon>:/slot2_on.png</normalon>:/slot2_off.png</iconset>
|
||||
</property>
|
||||
<property name="checkable">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
</layout>
|
||||
</item>
|
||||
</layout>
|
||||
|
@ -58,5 +58,9 @@
|
||||
<file>recycle.png</file>
|
||||
<file>lsb.png</file>
|
||||
<file>constellation.png</file>
|
||||
<file>slot1_off.png</file>
|
||||
<file>slot1_on.png</file>
|
||||
<file>slot2_off.png</file>
|
||||
<file>slot2_on.png</file>
|
||||
</qresource>
|
||||
</RCC>
|
||||
|
BIN
sdrbase/resources/slot1_off.png
Normal file
BIN
sdrbase/resources/slot1_off.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 259 B |
BIN
sdrbase/resources/slot1_on.png
Normal file
BIN
sdrbase/resources/slot1_on.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 656 B |
BIN
sdrbase/resources/slot2_off.png
Normal file
BIN
sdrbase/resources/slot2_off.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 388 B |
BIN
sdrbase/resources/slot2_on.png
Normal file
BIN
sdrbase/resources/slot2_on.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 784 B |
Loading…
Reference in New Issue
Block a user