1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2025-05-24 11:12:27 -04:00

DATV demod: put video screen inside a layout

This commit is contained in:
f4exb 2019-03-24 00:21:20 +01:00
parent 760c3fdd0f
commit 200d6beaab

View File

@ -7,7 +7,7 @@
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>530</width> <width>530</width>
<height>443</height> <height>444</height>
</rect> </rect>
</property> </property>
<property name="sizePolicy"> <property name="sizePolicy">
@ -234,6 +234,9 @@
<property name="title"> <property name="title">
<string>DATV Settings</string> <string>DATV Settings</string>
</property> </property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
<widget class="QWidget" name="layoutWidget"> <widget class="QWidget" name="layoutWidget">
<property name="geometry"> <property name="geometry">
<rect> <rect>
@ -720,31 +723,22 @@
<property name="geometry"> <property name="geometry">
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>283</y>
<width>496</width> <width>496</width>
<height>385</height> <height>111</height>
</rect> </rect>
</property> </property>
<property name="minimumSize">
<size>
<width>496</width>
<height>385</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>496</width>
<height>385</height>
</size>
</property>
<property name="title"> <property name="title">
<string>VIDEO Stream</string> <string>VIDEO Stream</string>
</property> </property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
<widget class="QTextEdit" name="textEdit"> <widget class="QTextEdit" name="textEdit">
<property name="geometry"> <property name="geometry">
<rect> <rect>
<x>0</x> <x>2</x>
<y>300</y> <y>20</y>
<width>281</width> <width>281</width>
<height>81</height> <height>81</height>
</rect> </rect>
@ -763,7 +757,7 @@
<property name="geometry"> <property name="geometry">
<rect> <rect>
<x>400</x> <x>400</x>
<y>350</y> <y>76</y>
<width>90</width> <width>90</width>
<height>26</height> <height>26</height>
</rect> </rect>
@ -782,7 +776,7 @@
<property name="geometry"> <property name="geometry">
<rect> <rect>
<x>300</x> <x>300</x>
<y>320</y> <y>40</y>
<width>85</width> <width>85</width>
<height>20</height> <height>20</height>
</rect> </rect>
@ -804,7 +798,7 @@
<property name="geometry"> <property name="geometry">
<rect> <rect>
<x>300</x> <x>300</x>
<y>340</y> <y>60</y>
<width>85</width> <width>85</width>
<height>20</height> <height>20</height>
</rect> </rect>
@ -826,7 +820,7 @@
<property name="geometry"> <property name="geometry">
<rect> <rect>
<x>300</x> <x>300</x>
<y>360</y> <y>80</y>
<width>85</width> <width>85</width>
<height>20</height> <height>20</height>
</rect> </rect>
@ -848,7 +842,7 @@
<property name="geometry"> <property name="geometry">
<rect> <rect>
<x>300</x> <x>300</x>
<y>300</y> <y>20</y>
<width>85</width> <width>85</width>
<height>20</height> <height>20</height>
</rect> </rect>
@ -867,7 +861,7 @@
<property name="geometry"> <property name="geometry">
<rect> <rect>
<x>430</x> <x>430</x>
<y>300</y> <y>26</y>
<width>24</width> <width>24</width>
<height>24</height> <height>24</height>
</rect> </rect>
@ -891,7 +885,7 @@
<property name="geometry"> <property name="geometry">
<rect> <rect>
<x>400</x> <x>400</x>
<y>330</y> <y>56</y>
<width>90</width> <width>90</width>
<height>16</height> <height>16</height>
</rect> </rect>
@ -919,7 +913,7 @@
<property name="geometry"> <property name="geometry">
<rect> <rect>
<x>460</x> <x>460</x>
<y>300</y> <y>26</y>
<width>24</width> <width>24</width>
<height>24</height> <height>24</height>
</rect> </rect>
@ -938,7 +932,7 @@
<property name="geometry"> <property name="geometry">
<rect> <rect>
<x>400</x> <x>400</x>
<y>300</y> <y>26</y>
<width>24</width> <width>24</width>
<height>24</height> <height>24</height>
</rect> </rect>
@ -958,16 +952,37 @@
<bool>true</bool> <bool>true</bool>
</property> </property>
</widget> </widget>
<widget class="DATVideoRender" name="screenTV_2" native="true"> </widget>
<property name="geometry"> <widget class="QWidget" name="verticalLayoutWidget_2">
<rect> <property name="geometry">
<x>2</x> <rect>
<y>22</y> <x>0</x>
<width>492</width> <y>0</y>
<height>270</height> <width>501</width>
</rect> <height>281</height>
</rect>
</property>
<layout class="QVBoxLayout" name="screenLayout">
<property name="spacing">
<number>0</number>
</property> </property>
</widget> <property name="leftMargin">
<number>4</number>
</property>
<property name="rightMargin">
<number>4</number>
</property>
<item>
<widget class="DATVideoRender" name="screenTV_2" native="true">
<property name="maximumSize">
<size>
<width>490</width>
<height>270</height>
</size>
</property>
</widget>
</item>
</layout>
</widget> </widget>
</widget> </widget>
</widget> </widget>