LimeSDR: added external clock control button to the GUIs

pull/127/head
f4exb 2017-11-04 03:15:07 +01:00
rodzic 2ec8270e99
commit 77a5cf3a21
4 zmienionych plików z 29 dodań i 0 usunięć

Wyświetl plik

@ -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>

Wyświetl plik

@ -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

Wyświetl plik

@ -80,5 +80,6 @@
<file>antenna.png</file>
<file>link.png</file>
<file>choose.png</file>
<file>clocksource.png</file>
</qresource>
</RCC>