Added filter tooltips
This commit is contained in:
parent
c1a3975231
commit
726c145187
@ -568,6 +568,9 @@
|
||||
</item>
|
||||
<item row="0" column="5">
|
||||
<widget class="QCheckBox" name="filterCheckBox">
|
||||
<property name="toolTip">
|
||||
<string>Enable the software filter</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Enable Filter</string>
|
||||
</property>
|
||||
@ -578,6 +581,9 @@
|
||||
<property name="enabled">
|
||||
<bool>false</bool>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string><html><head/><body><p>Set the software filter width in Hz. This filter prevents signals outside the filter range from being processed by the decoder.</p></body></html></string>
|
||||
</property>
|
||||
<property name="specialValueText">
|
||||
<string/>
|
||||
</property>
|
||||
|
Loading…
Reference in New Issue
Block a user