1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-01 13:47:01 -04:00

Added missing tooltips in sample source GUIs

This commit is contained in:
Edouard Griffiths
2016-01-12 13:31:23 +01:00
parent 1c6f97bba9
commit c3ad875b1d
7 changed files with 118 additions and 43 deletions
+9 -6
View File
@@ -118,7 +118,7 @@
<item>
<widget class="QSlider" name="ppm">
<property name="toolTip">
<string>LO ppm correction</string>
<string>Local Oscillator ppm correction</string>
</property>
<property name="minimum">
<number>-2000</number>
@@ -185,6 +185,9 @@
<layout class="QHBoxLayout" name="layoutBiasT">
<item>
<widget class="QPushButton" name="setDefaults">
<property name="toolTip">
<string>Set all values to typical defaults</string>
</property>
<property name="text">
<string>Defaults</string>
</property>
@@ -387,17 +390,17 @@
</layout>
</widget>
<customwidgets>
<customwidget>
<class>ButtonSwitch</class>
<extends>QToolButton</extends>
<header>gui/buttonswitch.h</header>
</customwidget>
<customwidget>
<class>ValueDial</class>
<extends>QWidget</extends>
<header>gui/valuedial.h</header>
<container>1</container>
</customwidget>
<customwidget>
<class>ButtonSwitch</class>
<extends>QToolButton</extends>
<header>gui/buttonswitch.h</header>
</customwidget>
</customwidgets>
<resources/>
<connections/>