kopia lustrzana https://github.com/f4exb/sdrangel
LimeSDR: added external clock control button to the GUIs
rodzic
2ec8270e99
commit
77a5cf3a21
|
@ -280,6 +280,20 @@
|
|||
</property>
|
||||
</spacer>
|
||||
</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>
|
||||
</item>
|
||||
<item>
|
||||
|
|
|
@ -325,6 +325,20 @@
|
|||
</property>
|
||||
</widget>
|
||||
</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>
|
||||
</item>
|
||||
<item>
|
||||
|
|
Plik binarny nie jest wyświetlany.
Po Szerokość: | Wysokość: | Rozmiar: 762 B |
|
@ -80,5 +80,6 @@
|
|||
<file>antenna.png</file>
|
||||
<file>link.png</file>
|
||||
<file>choose.png</file>
|
||||
<file>clocksource.png</file>
|
||||
</qresource>
|
||||
</RCC>
|
||||
|
|
Ładowanie…
Reference in New Issue