mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-25 09:18:54 -05:00
Add additional tooltips to Spectrum Markers dialog
This commit is contained in:
parent
c576bcfe77
commit
ba4bc76a05
@ -35,6 +35,9 @@
|
||||
<attribute name="title">
|
||||
<string>Hist</string>
|
||||
</attribute>
|
||||
<attribute name="toolTip">
|
||||
<string>Histogram (spectrum line) markers</string>
|
||||
</attribute>
|
||||
<widget class="QWidget" name="layoutWidget">
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
@ -413,6 +416,11 @@
|
||||
<height>16777215</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string>Man - Set marker power to fixed level
|
||||
Cur - Marker will move according to current power at the marker frequency
|
||||
Max - Marker will move according to the maximum power at the marker frequency</string>
|
||||
</property>
|
||||
<item>
|
||||
<property name="text">
|
||||
<string>Man</string>
|
||||
@ -499,6 +507,9 @@
|
||||
<attribute name="title">
|
||||
<string>Wat</string>
|
||||
</attribute>
|
||||
<attribute name="toolTip">
|
||||
<string>Waterfall markers</string>
|
||||
</attribute>
|
||||
<widget class="QWidget" name="layoutWidget">
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
@ -1015,6 +1026,9 @@
|
||||
<attribute name="title">
|
||||
<string>Anno</string>
|
||||
</attribute>
|
||||
<attribute name="toolTip">
|
||||
<string>Annotation markers</string>
|
||||
</attribute>
|
||||
<widget class="QWidget" name="layoutWidget_2">
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
@ -1712,7 +1726,11 @@
|
||||
<item>
|
||||
<widget class="QComboBox" name="showSelect">
|
||||
<property name="toolTip">
|
||||
<string>Select which set of markers to show</string>
|
||||
<string>Select which set of markers to show
|
||||
|
||||
None - Hide all markers
|
||||
Spec - Show histogram and waterfall markers
|
||||
Anno - Show annotation markers</string>
|
||||
</property>
|
||||
<item>
|
||||
<property name="text">
|
||||
|
Loading…
Reference in New Issue
Block a user