1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-10-02 09:46:38 -04:00

Added frequency units to BaldeRF GUI Rx center frequency dial

This commit is contained in:
f4exb 2016-01-12 04:43:41 +01:00
parent f92b3c7811
commit 709cee9fc3
2 changed files with 9 additions and 1 deletions

View File

@ -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>

View File

@ -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>