1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-09 09:25:07 -04:00

Added exernal clock dialog and button and implemented it in LimeSDR plugins GUIs

This commit is contained in:
f4exb
2017-11-05 05:50:01 +01:00
parent 77a5cf3a21
commit 045652f5cb
9 changed files with 401 additions and 4 deletions
@@ -326,9 +326,9 @@
</widget>
</item>
<item>
<widget class="ButtonSwitch" name="extClock">
<widget class="ExternalClockButton" name="extClock">
<property name="toolTip">
<string>External clock source selection</string>
<string>External clock dialog</string>
</property>
<property name="text">
<string/>
@@ -1161,6 +1161,11 @@ QToolTip{background-color: white; color: black;}</string>
<extends>QToolButton</extends>
<header>gui/buttonswitch.h</header>
</customwidget>
<customwidget>
<class>ExternalClockButton</class>
<extends>QToolButton</extends>
<header>gui/externalclockbutton.h</header>
</customwidget>
</customwidgets>
<resources>
<include location="../../../sdrgui/resources/res.qrc"/>