mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-13 11:51:47 -05:00
New icons for SSB channel
This commit is contained in:
parent
b07d9c838d
commit
183701acc5
@ -7,7 +7,7 @@
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>302</width>
|
||||
<height>483</height>
|
||||
<height>461</height>
|
||||
</rect>
|
||||
</property>
|
||||
<property name="minimumSize">
|
||||
@ -22,8 +22,8 @@
|
||||
<widget class="QWidget" name="settingsContainer" native="true">
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>5</x>
|
||||
<y>35</y>
|
||||
<x>10</x>
|
||||
<y>10</y>
|
||||
<width>281</width>
|
||||
<height>151</height>
|
||||
</rect>
|
||||
@ -160,6 +160,42 @@
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QToolButton" name="audioFlipChannels">
|
||||
<property name="toolTip">
|
||||
<string>Flip left/right audio channels</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>...</string>
|
||||
</property>
|
||||
<property name="icon">
|
||||
<iconset resource="../../../sdrbase/resources/res.qrc">
|
||||
<normaloff>:/flip_lr.png</normaloff>
|
||||
<normalon>:/flip_rl.png</normalon>:/flip_lr.png</iconset>
|
||||
</property>
|
||||
<property name="checkable">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QToolButton" name="dsb">
|
||||
<property name="toolTip">
|
||||
<string>DSB/SSB toggle</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>...</string>
|
||||
</property>
|
||||
<property name="icon">
|
||||
<iconset resource="../../../sdrbase/resources/res.qrc">
|
||||
<normaloff>:/usb.png</normaloff>
|
||||
<normalon>:/dsb.png</normalon>:/usb.png</iconset>
|
||||
</property>
|
||||
<property name="checkable">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
</layout>
|
||||
</item>
|
||||
</layout>
|
||||
@ -350,8 +386,8 @@
|
||||
<widget class="QWidget" name="spectrumContainer" native="true">
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>40</x>
|
||||
<y>190</y>
|
||||
<x>10</x>
|
||||
<y>170</y>
|
||||
<width>218</width>
|
||||
<height>284</height>
|
||||
</rect>
|
||||
|
BIN
sdrbase/resources/dsb.png
Normal file
BIN
sdrbase/resources/dsb.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 413 B |
BIN
sdrbase/resources/flip_lr.png
Normal file
BIN
sdrbase/resources/flip_lr.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 716 B |
BIN
sdrbase/resources/flip_rl.png
Normal file
BIN
sdrbase/resources/flip_rl.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 738 B |
@ -41,5 +41,9 @@
|
||||
<file>stereo.png</file>
|
||||
<file>sound_off.png</file>
|
||||
<file>sound_on.png</file>
|
||||
<file>dsb.png</file>
|
||||
<file>usb.png</file>
|
||||
<file>flip_lr.png</file>
|
||||
<file>flip_rl.png</file>
|
||||
</qresource>
|
||||
</RCC>
|
||||
|
BIN
sdrbase/resources/usb.png
Normal file
BIN
sdrbase/resources/usb.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 269 B |
Loading…
Reference in New Issue
Block a user