1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2025-06-25 05:25:27 -04:00

NFM demod: RF bandwidh and AF bandwidth on the same line

This commit is contained in:
f4exb 2016-03-31 22:00:36 +02:00
parent 58656fe65c
commit 1263eaeb1a

View File

@ -6,8 +6,8 @@
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>279</width> <width>295</width>
<height>172</height> <height>189</height>
</rect> </rect>
</property> </property>
<property name="font"> <property name="font">
@ -24,8 +24,8 @@
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>271</width> <width>281</width>
<height>161</height> <height>181</height>
</rect> </rect>
</property> </property>
<property name="windowTitle"> <property name="windowTitle">
@ -175,7 +175,7 @@
<widget class="QLabel" name="rfBWText"> <widget class="QLabel" name="rfBWText">
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>50</width> <width>40</width>
<height>0</height> <height>0</height>
</size> </size>
</property> </property>
@ -187,10 +187,19 @@
</property> </property>
</widget> </widget>
</item> </item>
</layout>
</item>
<item> <item>
<layout class="QHBoxLayout" name="afBWLayout"> <widget class="QLabel" name="bwSpacer">
<property name="minimumSize">
<size>
<width>10</width>
<height>0</height>
</size>
</property>
<property name="text">
<string/>
</property>
</widget>
</item>
<item> <item>
<widget class="QLabel" name="afLabel"> <widget class="QLabel" name="afLabel">
<property name="text"> <property name="text">
@ -200,6 +209,12 @@
</item> </item>
<item> <item>
<widget class="QSlider" name="afBW"> <widget class="QSlider" name="afBW">
<property name="minimumSize">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
<property name="toolTip"> <property name="toolTip">
<string>Audio bandwidth</string> <string>Audio bandwidth</string>
</property> </property>
@ -224,7 +239,7 @@
<widget class="QLabel" name="afBWText"> <widget class="QLabel" name="afBWText">
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>50</width> <width>25</width>
<height>0</height> <height>0</height>
</size> </size>
</property> </property>
@ -467,6 +482,9 @@
</item> </item>
</layout> </layout>
</widget> </widget>
<zorder>settingsContainer</zorder>
<zorder>afBW</zorder>
<zorder>afBWText</zorder>
</widget> </widget>
<customwidgets> <customwidgets>
<customwidget> <customwidget>