1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-02 06:04:39 -04:00

Test Source: add phase imbalance control

This commit is contained in:
f4exb
2018-01-31 22:34:55 +01:00
parent 5cbfcccb85
commit 373aa6960f
11 changed files with 94 additions and 40 deletions
@@ -624,12 +624,6 @@
</item>
<item row="2" column="4">
<widget class="QLabel" name="qBiasText">
<property name="minimumSize">
<size>
<width>45</width>
<height>0</height>
</size>
</property>
<property name="text">
<string>-100 %</string>
</property>
@@ -688,12 +682,6 @@
</item>
<item row="1" column="4">
<widget class="QLabel" name="iBiasText">
<property name="minimumSize">
<size>
<width>45</width>
<height>0</height>
</size>
</property>
<property name="text">
<string>-100 %</string>
</property>
@@ -745,6 +733,37 @@
</item>
<item row="0" column="4">
<widget class="QLabel" name="dcBiasText">
<property name="text">
<string>-100 %</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
</item>
<item row="3" column="0">
<widget class="QLabel" name="phaseImbalanceLabel">
<property name="text">
<string>Phase</string>
</property>
</widget>
</item>
<item row="3" column="1">
<widget class="QLabel" name="phaseImbalanceMinusLabel">
<property name="text">
<string>-</string>
</property>
</widget>
</item>
<item row="3" column="3">
<widget class="QLabel" name="phaseImbalancePlusLabel">
<property name="text">
<string>+</string>
</property>
</widget>
</item>
<item row="3" column="4">
<widget class="QLabel" name="phaseImbalanceText">
<property name="minimumSize">
<size>
<width>45</width>
@@ -759,24 +778,23 @@
</property>
</widget>
</item>
<item row="3" column="2">
<widget class="QSlider" name="phaseImbalance">
<property name="minimum">
<number>-99</number>
</property>
<property name="pageStep">
<number>1</number>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="fillerLayout">
<item>
<spacer name="verticalSpacer">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
</layout>
<layout class="QHBoxLayout" name="fillerLayout"/>
</item>
</layout>
</widget>