DSD demod plugin: DMR refactoring: added buttons to toggle slot1 and slot2 voice output

This commit is contained in:
f4exb 2016-08-31 00:58:19 +02:00
parent 5cdd3e6c41
commit 045392ae79
6 changed files with 40 additions and 0 deletions

View File

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

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 259 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 656 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 388 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 784 B