1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2025-06-25 21:45:28 -04:00

ATV Demod: set tabs background (auto fill) and adjust minimum dimensions

This commit is contained in:
f4exb 2017-03-20 18:14:22 +01:00
parent 9d85f9f640
commit 5ba4f739d5

View File

@ -7,7 +7,7 @@
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>700</width> <width>700</width>
<height>668</height> <height>743</height>
</rect> </rect>
</property> </property>
<property name="sizePolicy"> <property name="sizePolicy">
@ -19,7 +19,7 @@
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>700</width> <width>700</width>
<height>480</height> <height>500</height>
</size> </size>
</property> </property>
<property name="font"> <property name="font">
@ -695,12 +695,15 @@
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>680</width> <width>680</width>
<height>400</height> <height>442</height>
</size> </size>
</property> </property>
<property name="windowTitle"> <property name="windowTitle">
<string>Video</string> <string>Video</string>
</property> </property>
<property name="autoFillBackground">
<bool>false</bool>
</property>
<property name="tabPosition"> <property name="tabPosition">
<enum>QTabWidget::West</enum> <enum>QTabWidget::West</enum>
</property> </property>
@ -708,6 +711,9 @@
<number>0</number> <number>0</number>
</property> </property>
<widget class="QWidget" name="tabScreen"> <widget class="QWidget" name="tabScreen">
<property name="autoFillBackground">
<bool>true</bool>
</property>
<attribute name="title"> <attribute name="title">
<string>Monitor</string> <string>Monitor</string>
</attribute> </attribute>
@ -756,16 +762,34 @@
</widget> </widget>
</widget> </widget>
<widget class="QWidget" name="tabScope"> <widget class="QWidget" name="tabScope">
<property name="autoFillBackground">
<bool>true</bool>
</property>
<attribute name="title"> <attribute name="title">
<string>Scope</string> <string>Scope</string>
</attribute> </attribute>
<layout class="QVBoxLayout" name="verticalLayout"> <layout class="QVBoxLayout" name="verticalLayout">
<property name="spacing">
<number>4</number>
</property>
<property name="leftMargin">
<number>4</number>
</property>
<property name="topMargin">
<number>2</number>
</property>
<property name="rightMargin">
<number>4</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<item> <item>
<widget class="GLScopeNG" name="glScope" native="true"> <widget class="GLScopeNG" name="glScope" native="true">
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>0</width> <width>0</width>
<height>300</height> <height>312</height>
</size> </size>
</property> </property>
</widget> </widget>