Added filter tooltips

This commit is contained in:
Jordan Sherer 2019-12-16 14:55:46 -05:00
parent c1a3975231
commit 726c145187

View File

@ -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>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Set the software filter width in Hz. This filter prevents signals outside the filter range from being processed by the decoder.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="specialValueText">
<string/>
</property>