1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-09-27 07:16:48 -04:00

Multi device support: Changed aspect of record button

This commit is contained in:
f4exb 2016-05-12 12:04:59 +02:00
parent e750acc7da
commit cd9532a5e2
3 changed files with 3 additions and 4 deletions

View File

@ -56,7 +56,7 @@
<item>
<widget class="ButtonSwitch" name="record">
<property name="toolTip">
<string>Record I/Q samples from device</string>
<string>Toggle record I/Q samples from device</string>
</property>
<property name="text">
<string/>

View File

@ -56,15 +56,14 @@
<item>
<widget class="ButtonSwitch" name="record">
<property name="toolTip">
<string>Record I/Q samples from device</string>
<string>Toggle record I/Q samples from device</string>
</property>
<property name="text">
<string/>
</property>
<property name="icon">
<iconset resource="../../../sdrbase/resources/res.qrc">
<normaloff>:/record_off.png</normaloff>
<normalon>:/record_on.png</normalon>:/record_off.png</iconset>
<normaloff>:/record_off.png</normaloff>:/record_off.png</iconset>
</property>
</widget>
</item>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 643 B

After

Width:  |  Height:  |  Size: 600 B