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

Massive UI revamping (v7): fixed widget size handling: sample MIMO. Part of #1209

This commit is contained in:
f4exb
2022-04-21 21:44:57 +02:00
parent f3f504c88d
commit 5a265d7fe3
20 changed files with 187 additions and 66 deletions
+24 -6
View File
@@ -11,7 +11,7 @@
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Minimum">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
@@ -147,6 +147,12 @@
</item>
<item>
<widget class="QLabel" name="freqUnits">
<property name="minimumSize">
<size>
<width>0</width>
<height>47</height>
</size>
</property>
<property name="text">
<string> kHz</string>
</property>
@@ -263,6 +269,12 @@
</item>
<item>
<widget class="QLabel" name="sampleRateLabel">
<property name="minimumSize">
<size>
<width>0</width>
<height>29</height>
</size>
</property>
<property name="text">
<string>SR</string>
</property>
@@ -326,6 +338,12 @@
<layout class="QVBoxLayout" name="spectrumLayout">
<item>
<widget class="GLSpectrum" name="glSpectrum" native="true">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>200</width>
@@ -348,17 +366,17 @@
</layout>
</widget>
<customwidgets>
<customwidget>
<class>ButtonSwitch</class>
<extends>QToolButton</extends>
<header>gui/buttonswitch.h</header>
</customwidget>
<customwidget>
<class>ValueDial</class>
<extends>QWidget</extends>
<header>gui/valuedial.h</header>
<container>1</container>
</customwidget>
<customwidget>
<class>ButtonSwitch</class>
<extends>QToolButton</extends>
<header>gui/buttonswitch.h</header>
</customwidget>
<customwidget>
<class>GLSpectrum</class>
<extends>QWidget</extends>