mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-07-31 13:02:27 -04:00
Channel Analyzer NG: UI: reviewed widgets placement
This commit is contained in:
parent
68b28fc648
commit
3983d8a04e
@ -6,8 +6,8 @@
|
|||||||
<rect>
|
<rect>
|
||||||
<x>0</x>
|
<x>0</x>
|
||||||
<y>0</y>
|
<y>0</y>
|
||||||
<width>640</width>
|
<width>656</width>
|
||||||
<height>814</height>
|
<height>756</height>
|
||||||
</rect>
|
</rect>
|
||||||
</property>
|
</property>
|
||||||
<property name="minimumSize">
|
<property name="minimumSize">
|
||||||
@ -28,9 +28,9 @@
|
|||||||
<widget class="QWidget" name="settingsContainer" native="true">
|
<widget class="QWidget" name="settingsContainer" native="true">
|
||||||
<property name="geometry">
|
<property name="geometry">
|
||||||
<rect>
|
<rect>
|
||||||
<x>0</x>
|
<x>10</x>
|
||||||
<y>10</y>
|
<y>10</y>
|
||||||
<width>301</width>
|
<width>631</width>
|
||||||
<height>131</height>
|
<height>131</height>
|
||||||
</rect>
|
</rect>
|
||||||
</property>
|
</property>
|
||||||
@ -272,16 +272,6 @@
|
|||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
|
||||||
<widget class="QCheckBox" name="ssb">
|
|
||||||
<property name="toolTip">
|
|
||||||
<string>SSB/DSB togggle</string>
|
|
||||||
</property>
|
|
||||||
<property name="text">
|
|
||||||
<string>SSB</string>
|
|
||||||
</property>
|
|
||||||
</widget>
|
|
||||||
</item>
|
|
||||||
</layout>
|
</layout>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
@ -289,7 +279,7 @@
|
|||||||
<item>
|
<item>
|
||||||
<widget class="QLabel" name="BWLabel">
|
<widget class="QLabel" name="BWLabel">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>BW</string>
|
<string>Hi</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
@ -331,14 +321,10 @@
|
|||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
</layout>
|
|
||||||
</item>
|
|
||||||
<item>
|
|
||||||
<layout class="QHBoxLayout" name="LowCutLayout">
|
|
||||||
<item>
|
<item>
|
||||||
<widget class="QLabel" name="lowCutLabel">
|
<widget class="QLabel" name="lowCutLabel">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Low cut.</string>
|
<string>Low</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
@ -380,6 +366,16 @@
|
|||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
<item>
|
||||||
|
<widget class="QCheckBox" name="ssb">
|
||||||
|
<property name="toolTip">
|
||||||
|
<string>SSB/DSB togggle</string>
|
||||||
|
</property>
|
||||||
|
<property name="text">
|
||||||
|
<string>SSB</string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
</layout>
|
</layout>
|
||||||
</item>
|
</item>
|
||||||
</layout>
|
</layout>
|
||||||
@ -388,7 +384,7 @@
|
|||||||
<property name="geometry">
|
<property name="geometry">
|
||||||
<rect>
|
<rect>
|
||||||
<x>10</x>
|
<x>10</x>
|
||||||
<y>180</y>
|
<y>150</y>
|
||||||
<width>636</width>
|
<width>636</width>
|
||||||
<height>284</height>
|
<height>284</height>
|
||||||
</rect>
|
</rect>
|
||||||
@ -435,15 +431,17 @@
|
|||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<widget class="GLSpectrumGUI" name="spectrumGUI" native="true"/>
|
<widget class="GLSpectrumGUI" name="spectrumGUI" native="true">
|
||||||
|
<zorder>glSpectrum</zorder>
|
||||||
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
</layout>
|
</layout>
|
||||||
</widget>
|
</widget>
|
||||||
<widget class="QWidget" name="scopeContainer" native="true">
|
<widget class="QWidget" name="scopeContainer" native="true">
|
||||||
<property name="geometry">
|
<property name="geometry">
|
||||||
<rect>
|
<rect>
|
||||||
<x>0</x>
|
<x>10</x>
|
||||||
<y>470</y>
|
<y>450</y>
|
||||||
<width>636</width>
|
<width>636</width>
|
||||||
<height>284</height>
|
<height>284</height>
|
||||||
</rect>
|
</rect>
|
||||||
@ -494,6 +492,11 @@
|
|||||||
</item>
|
</item>
|
||||||
</layout>
|
</layout>
|
||||||
</widget>
|
</widget>
|
||||||
|
<zorder>settingsContainer</zorder>
|
||||||
|
<zorder>spectrumContainer</zorder>
|
||||||
|
<zorder>scopeContainer</zorder>
|
||||||
|
<zorder>glSpectrum</zorder>
|
||||||
|
<zorder>glSpectrum</zorder>
|
||||||
</widget>
|
</widget>
|
||||||
<customwidgets>
|
<customwidgets>
|
||||||
<customwidget>
|
<customwidget>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user