1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2025-07-16 15:55:21 -04:00

Enhance scope GUI display

This commit is contained in:
f4exb 2016-04-23 21:48:02 +02:00
parent 0dcc47f05a
commit d92a8fe266
3 changed files with 91 additions and 16 deletions

View File

@ -6,13 +6,13 @@
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>310</width> <width>640</width>
<height>814</height> <height>814</height>
</rect> </rect>
</property> </property>
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>302</width> <width>640</width>
<height>0</height> <height>0</height>
</size> </size>
</property> </property>
@ -380,10 +380,16 @@
<rect> <rect>
<x>10</x> <x>10</x>
<y>180</y> <y>180</y>
<width>291</width> <width>636</width>
<height>284</height> <height>284</height>
</rect> </rect>
</property> </property>
<property name="minimumSize">
<size>
<width>636</width>
<height>0</height>
</size>
</property>
<property name="windowTitle"> <property name="windowTitle">
<string>Channel Spectrum</string> <string>Channel Spectrum</string>
</property> </property>
@ -392,7 +398,7 @@
<number>2</number> <number>2</number>
</property> </property>
<property name="margin"> <property name="margin">
<number>3</number> <number>2</number>
</property> </property>
<item> <item>
<widget class="GLSpectrum" name="glSpectrum" native="true"> <widget class="GLSpectrum" name="glSpectrum" native="true">
@ -420,10 +426,16 @@
<rect> <rect>
<x>0</x> <x>0</x>
<y>470</y> <y>470</y>
<width>291</width> <width>636</width>
<height>284</height> <height>284</height>
</rect> </rect>
</property> </property>
<property name="minimumSize">
<size>
<width>636</width>
<height>0</height>
</size>
</property>
<property name="windowTitle"> <property name="windowTitle">
<string>Channel Scope</string> <string>Channel Scope</string>
</property> </property>

View File

@ -6,7 +6,7 @@
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>600</width> <width>640</width>
<height>841</height> <height>841</height>
</rect> </rect>
</property> </property>
@ -18,7 +18,7 @@
</property> </property>
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>600</width> <width>640</width>
<height>0</height> <height>0</height>
</size> </size>
</property> </property>
@ -36,7 +36,7 @@
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>601</width> <width>641</width>
<height>171</height> <height>171</height>
</rect> </rect>
</property> </property>
@ -647,14 +647,23 @@
<rect> <rect>
<x>10</x> <x>10</x>
<y>180</y> <y>180</y>
<width>581</width> <width>636</width>
<height>651</height> <height>651</height>
</rect> </rect>
</property> </property>
<property name="minimumSize">
<size>
<width>636</width>
<height>0</height>
</size>
</property>
<property name="windowTitle"> <property name="windowTitle">
<string>Discriminator Scope</string> <string>Discriminator Scope</string>
</property> </property>
<layout class="QVBoxLayout" name="scopeContainer"> <layout class="QVBoxLayout" name="scopeContainer">
<property name="margin">
<number>2</number>
</property>
<item> <item>
<widget class="GLScope" name="glScope" native="true"> <widget class="GLScope" name="glScope" native="true">
<property name="minimumSize"> <property name="minimumSize">

View File

@ -10,6 +10,12 @@
<height>115</height> <height>115</height>
</rect> </rect>
</property> </property>
<property name="minimumSize">
<size>
<width>634</width>
<height>0</height>
</size>
</property>
<property name="font"> <property name="font">
<font> <font>
<family>Sans Serif</family> <family>Sans Serif</family>
@ -252,7 +258,7 @@
<item> <item>
<widget class="QSlider" name="time"> <widget class="QSlider" name="time">
<property name="sizePolicy"> <property name="sizePolicy">
<sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed"> <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
<horstretch>0</horstretch> <horstretch>0</horstretch>
<verstretch>0</verstretch> <verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
@ -289,7 +295,7 @@
<widget class="QLabel" name="timeText"> <widget class="QLabel" name="timeText">
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>40</width> <width>32</width>
<height>0</height> <height>0</height>
</size> </size>
</property> </property>
@ -309,7 +315,7 @@
<item> <item>
<widget class="QSlider" name="timeOfs"> <widget class="QSlider" name="timeOfs">
<property name="sizePolicy"> <property name="sizePolicy">
<sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed"> <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
<horstretch>0</horstretch> <horstretch>0</horstretch>
<verstretch>0</verstretch> <verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
@ -339,6 +345,12 @@
</item> </item>
<item> <item>
<widget class="QLabel" name="timeOfsText"> <widget class="QLabel" name="timeOfsText">
<property name="minimumSize">
<size>
<width>32</width>
<height>0</height>
</size>
</property>
<property name="font"> <property name="font">
<font> <font>
<pointsize>8</pointsize> <pointsize>8</pointsize>
@ -395,6 +407,12 @@
</item> </item>
<item> <item>
<widget class="QLabel" name="traceLenText"> <widget class="QLabel" name="traceLenText">
<property name="minimumSize">
<size>
<width>32</width>
<height>0</height>
</size>
</property>
<property name="font"> <property name="font">
<font> <font>
<pointsize>8</pointsize> <pointsize>8</pointsize>
@ -513,7 +531,7 @@ kS/s</string>
<item> <item>
<widget class="QSlider" name="amp1"> <widget class="QSlider" name="amp1">
<property name="sizePolicy"> <property name="sizePolicy">
<sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed"> <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
<horstretch>0</horstretch> <horstretch>0</horstretch>
<verstretch>0</verstretch> <verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
@ -548,7 +566,7 @@ kS/s</string>
<widget class="QLabel" name="amp1Text"> <widget class="QLabel" name="amp1Text">
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>40</width> <width>32</width>
<height>0</height> <height>0</height>
</size> </size>
</property> </property>
@ -558,7 +576,7 @@ kS/s</string>
</font> </font>
</property> </property>
<property name="text"> <property name="text">
<string>0</string> <string>000</string>
</property> </property>
<property name="alignment"> <property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
@ -570,7 +588,7 @@ kS/s</string>
<item> <item>
<widget class="QSlider" name="amp1OfsCoarse"> <widget class="QSlider" name="amp1OfsCoarse">
<property name="sizePolicy"> <property name="sizePolicy">
<sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed"> <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
<horstretch>0</horstretch> <horstretch>0</horstretch>
<verstretch>0</verstretch> <verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
@ -618,6 +636,12 @@ kS/s</string>
</item> </item>
<item> <item>
<widget class="QLabel" name="amp1OfsText"> <widget class="QLabel" name="amp1OfsText">
<property name="minimumSize">
<size>
<width>32</width>
<height>0</height>
</size>
</property>
<property name="font"> <property name="font">
<font> <font>
<pointsize>8</pointsize> <pointsize>8</pointsize>
@ -663,6 +687,12 @@ kS/s</string>
</item> </item>
<item> <item>
<widget class="QLabel" name="amp2Text"> <widget class="QLabel" name="amp2Text">
<property name="minimumSize">
<size>
<width>32</width>
<height>0</height>
</size>
</property>
<property name="text"> <property name="text">
<string>0</string> <string>0</string>
</property> </property>
@ -709,6 +739,12 @@ kS/s</string>
</item> </item>
<item> <item>
<widget class="QLabel" name="amp2OfsText"> <widget class="QLabel" name="amp2OfsText">
<property name="minimumSize">
<size>
<width>32</width>
<height>0</height>
</size>
</property>
<property name="text"> <property name="text">
<string>0</string> <string>0</string>
</property> </property>
@ -1110,6 +1146,12 @@ kS/s</string>
</item> </item>
<item> <item>
<widget class="QLabel" name="trigText"> <widget class="QLabel" name="trigText">
<property name="minimumSize">
<size>
<width>32</width>
<height>0</height>
</size>
</property>
<property name="font"> <property name="font">
<font> <font>
<pointsize>8</pointsize> <pointsize>8</pointsize>
@ -1148,6 +1190,12 @@ kS/s</string>
</item> </item>
<item> <item>
<widget class="QLabel" name="trigDelayText"> <widget class="QLabel" name="trigDelayText">
<property name="minimumSize">
<size>
<width>32</width>
<height>0</height>
</size>
</property>
<property name="text"> <property name="text">
<string>0</string> <string>0</string>
</property> </property>
@ -1193,6 +1241,12 @@ kS/s</string>
</item> </item>
<item> <item>
<widget class="QLabel" name="trigPreText"> <widget class="QLabel" name="trigPreText">
<property name="minimumSize">
<size>
<width>32</width>
<height>0</height>
</size>
</property>
<property name="font"> <property name="font">
<font> <font>
<pointsize>8</pointsize> <pointsize>8</pointsize>