mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-21 11:31:51 -05:00
Add label and ToolTip to the control for scaling digital I/Q data.
This commit is contained in:
parent
d4beab04bf
commit
d6299e8a78
@ -699,11 +699,14 @@
|
|||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QSpinBox" name="sb_dB">
|
<widget class="QSpinBox" name="sb_dB">
|
||||||
|
<property name="toolTip">
|
||||||
|
<string><html><head/><body><p>Adjust to scale digital I/Q data.</p></body></html></string>
|
||||||
|
</property>
|
||||||
<property name="suffix">
|
<property name="suffix">
|
||||||
<string> dB</string>
|
<string> dB</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="prefix">
|
<property name="prefix">
|
||||||
<string> </string>
|
<string>Gain </string>
|
||||||
</property>
|
</property>
|
||||||
<property name="minimum">
|
<property name="minimum">
|
||||||
<number>-50</number>
|
<number>-50</number>
|
||||||
@ -712,7 +715,7 @@
|
|||||||
<number>10</number>
|
<number>10</number>
|
||||||
</property>
|
</property>
|
||||||
<property name="singleStep">
|
<property name="singleStep">
|
||||||
<number>5</number>
|
<number>1</number>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
Loading…
Reference in New Issue
Block a user