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:
@@ -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"/>
|
||||
|
||||
Reference in New Issue
Block a user