mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-15 12:51:49 -05:00
Multi device support: Changed aspect of record button
This commit is contained in:
parent
e750acc7da
commit
cd9532a5e2
@ -56,7 +56,7 @@
|
|||||||
<item>
|
<item>
|
||||||
<widget class="ButtonSwitch" name="record">
|
<widget class="ButtonSwitch" name="record">
|
||||||
<property name="toolTip">
|
<property name="toolTip">
|
||||||
<string>Record I/Q samples from device</string>
|
<string>Toggle record I/Q samples from device</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string/>
|
<string/>
|
||||||
|
@ -56,15 +56,14 @@
|
|||||||
<item>
|
<item>
|
||||||
<widget class="ButtonSwitch" name="record">
|
<widget class="ButtonSwitch" name="record">
|
||||||
<property name="toolTip">
|
<property name="toolTip">
|
||||||
<string>Record I/Q samples from device</string>
|
<string>Toggle record I/Q samples from device</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string/>
|
<string/>
|
||||||
</property>
|
</property>
|
||||||
<property name="icon">
|
<property name="icon">
|
||||||
<iconset resource="../../../sdrbase/resources/res.qrc">
|
<iconset resource="../../../sdrbase/resources/res.qrc">
|
||||||
<normaloff>:/record_off.png</normaloff>
|
<normaloff>:/record_off.png</normaloff>:/record_off.png</iconset>
|
||||||
<normalon>:/record_on.png</normalon>:/record_off.png</iconset>
|
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 643 B After Width: | Height: | Size: 600 B |
Loading…
Reference in New Issue
Block a user