1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-11-14 12:22:00 -05:00

Added missing tooltips in main GUIs

This commit is contained in:
Edouard Griffiths 2016-01-12 13:38:44 +01:00
parent c3ad875b1d
commit 53027c42d2
2 changed files with 16 additions and 4 deletions

View File

@ -373,7 +373,7 @@
<item row="0" column="1"> <item row="0" column="1">
<widget class="QSlider" name="decim"> <widget class="QSlider" name="decim">
<property name="toolTip"> <property name="toolTip">
<string>Decimation log2 factor</string> <string>Decimation factor</string>
</property> </property>
<property name="maximum"> <property name="maximum">
<number>5</number> <number>5</number>

View File

@ -7,7 +7,7 @@
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>583</width> <width>583</width>
<height>112</height> <height>118</height>
</rect> </rect>
</property> </property>
<property name="font"> <property name="font">
@ -23,7 +23,16 @@
<property name="spacing"> <property name="spacing">
<number>3</number> <number>3</number>
</property> </property>
<property name="margin"> <property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number> <number>0</number>
</property> </property>
<item> <item>
@ -970,7 +979,7 @@
<item> <item>
<widget class="ButtonSwitch" name="oneShot"> <widget class="ButtonSwitch" name="oneShot">
<property name="toolTip"> <property name="toolTip">
<string>One shot</string> <string>One shot trigger</string>
</property> </property>
<property name="text"> <property name="text">
<string/> <string/>
@ -1087,6 +1096,9 @@
</item> </item>
<item> <item>
<widget class="QSlider" name="trigDelay"> <widget class="QSlider" name="trigDelay">
<property name="toolTip">
<string>Trigger delay</string>
</property>
<property name="maximum"> <property name="maximum">
<number>100</number> <number>100</number>
</property> </property>