1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-01 21:54:55 -04:00

Remote input/sink implemented remote control. Implements #1074

This commit is contained in:
f4exb
2021-12-26 11:56:37 +01:00
parent 1d2187d059
commit 58a9b2996d
10 changed files with 143 additions and 128 deletions
@@ -236,7 +236,7 @@
<item>
<widget class="QLabel" name="decimationLabel">
<property name="text">
<string>Dec</string>
<string>Rem ch Dec</string>
</property>
</widget>
</item>
@@ -288,25 +288,6 @@
</item>
</widget>
</item>
<item>
<widget class="QLabel" name="channelRateText">
<property name="minimumSize">
<size>
<width>50</width>
<height>0</height>
</size>
</property>
<property name="toolTip">
<string>Effective channel rate (kS/s)</string>
</property>
<property name="text">
<string>0000k</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="filterChainText">
<property name="minimumSize">
@@ -365,7 +346,7 @@
<item>
<widget class="QLabel" name="positionLabel">
<property name="text">
<string>Pos</string>
<string>Rem ch Pos</string>
</property>
</widget>
</item>