mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-12-23 10:05:46 -05:00
LimeSDR: added external clock control button to the GUIs
This commit is contained in:
parent
2ec8270e99
commit
77a5cf3a21
@ -280,6 +280,20 @@
|
|||||||
</property>
|
</property>
|
||||||
</spacer>
|
</spacer>
|
||||||
</item>
|
</item>
|
||||||
|
<item>
|
||||||
|
<widget class="QToolButton" name="extClock">
|
||||||
|
<property name="toolTip">
|
||||||
|
<string>External clock source selection</string>
|
||||||
|
</property>
|
||||||
|
<property name="text">
|
||||||
|
<string/>
|
||||||
|
</property>
|
||||||
|
<property name="icon">
|
||||||
|
<iconset resource="../../../sdrgui/resources/res.qrc">
|
||||||
|
<normaloff>:/clocksource.png</normaloff>:/clocksource.png</iconset>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
</layout>
|
</layout>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
|
@ -325,6 +325,20 @@
|
|||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
<item>
|
||||||
|
<widget class="ButtonSwitch" name="extClock">
|
||||||
|
<property name="toolTip">
|
||||||
|
<string>External clock source selection</string>
|
||||||
|
</property>
|
||||||
|
<property name="text">
|
||||||
|
<string/>
|
||||||
|
</property>
|
||||||
|
<property name="icon">
|
||||||
|
<iconset resource="../../../sdrgui/resources/res.qrc">
|
||||||
|
<normaloff>:/clocksource.png</normaloff>:/clocksource.png</iconset>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
</layout>
|
</layout>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
|
BIN
sdrgui/resources/clocksource.png
Normal file
BIN
sdrgui/resources/clocksource.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 762 B |
@ -80,5 +80,6 @@
|
|||||||
<file>antenna.png</file>
|
<file>antenna.png</file>
|
||||||
<file>link.png</file>
|
<file>link.png</file>
|
||||||
<file>choose.png</file>
|
<file>choose.png</file>
|
||||||
|
<file>clocksource.png</file>
|
||||||
</qresource>
|
</qresource>
|
||||||
</RCC>
|
</RCC>
|
||||||
|
Loading…
Reference in New Issue
Block a user