[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,33 +1,39 @@
<?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">
<rect>
<x>9</x>
<y>19</y>
<width>341</width>
<height>261</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout">
<item> <item>
<widget class="QListView" name="products"/> <layout class="QHBoxLayout" name="horizontalLayout" stretch="1,2">
<item>
<widget class="QListView" name="products">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>1</verstretch>
</sizepolicy>
</property>
</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">
@ -52,7 +58,8 @@
</layout> </layout>
</item> </item>
</layout> </layout>
</widget> </item>
</layout>
</widget> </widget>
<resources/> <resources/>
<connections/> <connections/>