mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-19 14:51:47 -05:00
Added frequency units to BaldeRF GUI Rx center frequency dial
This commit is contained in:
parent
f92b3c7811
commit
709cee9fc3
@ -98,7 +98,7 @@
|
|||||||
<item>
|
<item>
|
||||||
<widget class="QLabel" name="deltaUnits">
|
<widget class="QLabel" name="deltaUnits">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Hz </string>
|
<string> Hz </string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
@ -76,6 +76,14 @@
|
|||||||
<property name="toolTip">
|
<property name="toolTip">
|
||||||
<string>Tuner center frequency in kHz</string>
|
<string>Tuner center frequency in kHz</string>
|
||||||
</property>
|
</property>
|
||||||
|
<zorder>freqRightlSpacer</zorder>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<widget class="QLabel" name="freqUnits">
|
||||||
|
<property name="text">
|
||||||
|
<string> kHz</string>
|
||||||
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
|
Loading…
Reference in New Issue
Block a user