1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-07-27 20:44:20 -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
+1 -1
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/>
+2 -3
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>