[packagechooser] Massage layout a bit

This commit is contained in:
Adriaan de Groot 2019-08-02 15:32:14 +02:00
parent d1a85ba5ca
commit f8d159dfa4

View File

@ -1,58 +1,65 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0"> <ui version="4.0">
<class>PackageChooserPage</class> <class>PackageChooserPage</class>
<widget class="QWidget" name="Form"> <widget class="QWidget" name="PackageChooserPage">
<property name="geometry"> <property name="geometry">
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>400</width> <width>400</width>
<height>300</height> <height>500</height>
</rect> </rect>
</property> </property>
<property name="sizePolicy">
<sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
<horstretch>0</horstretch>
<verstretch>1</verstretch>
</sizepolicy>
</property>
<property name="windowTitle"> <property name="windowTitle">
<string>Form</string> <string>Form</string>
</property> </property>
<widget class="QWidget" name="horizontalLayoutWidget"> <layout class="QHBoxLayout" name="horizontalLayout_2">
<property name="geometry"> <item>
<rect> <layout class="QHBoxLayout" name="horizontalLayout" stretch="1,2">
<x>9</x> <item>
<y>19</y> <widget class="QListView" name="products">
<width>341</width> <property name="sizePolicy">
<height>261</height> <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
</rect> <horstretch>0</horstretch>
</property> <verstretch>1</verstretch>
<layout class="QHBoxLayout" name="horizontalLayout"> </sizepolicy>
<item> </property>
<widget class="QListView" name="products"/> </widget>
</item> </item>
<item> <item>
<layout class="QVBoxLayout" name="verticalLayout"> <layout class="QVBoxLayout" name="verticalLayout" stretch="1,3,1">
<item> <item>
<widget class="QLabel" name="productName"> <widget class="QLabel" name="productName">
<property name="text"> <property name="text">
<string>TextLabel</string> <string>TextLabel</string>
</property> </property>
</widget> </widget>
</item> </item>
<item> <item>
<widget class="QLabel" name="productScreenshot"> <widget class="QLabel" name="productScreenshot">
<property name="text"> <property name="text">
<string>TextLabel</string> <string>TextLabel</string>
</property> </property>
</widget> </widget>
</item> </item>
<item> <item>
<widget class="QLabel" name="productDescription"> <widget class="QLabel" name="productDescription">
<property name="text"> <property name="text">
<string>TextLabel</string> <string>TextLabel</string>
</property> </property>
</widget> </widget>
</item> </item>
</layout> </layout>
</item> </item>
</layout> </layout>
</widget> </item>
</layout>
</widget> </widget>
<resources/> <resources/>
<connections/> <connections/>