2019-08-02 10:57:12 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>PackageChooserPage</class>
|
2019-08-02 15:32:14 +02:00
|
|
|
<widget class="QWidget" name="PackageChooserPage">
|
2019-08-02 10:57:12 +02:00
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
|
|
|
<width>400</width>
|
2019-08-02 15:32:14 +02:00
|
|
|
<height>500</height>
|
2019-08-02 10:57:12 +02:00
|
|
|
</rect>
|
|
|
|
</property>
|
2019-08-02 15:32:14 +02:00
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>1</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2019-08-02 10:57:12 +02:00
|
|
|
<property name="windowTitle">
|
|
|
|
<string>Form</string>
|
|
|
|
</property>
|
2019-08-02 15:32:14 +02:00
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_2">
|
|
|
|
<item>
|
|
|
|
<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>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout" stretch="1,3,1">
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="productName">
|
|
|
|
<property name="text">
|
2019-08-26 20:34:32 +02:00
|
|
|
<string>Product Name</string>
|
2019-08-02 15:32:14 +02:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="productScreenshot">
|
2019-08-26 20:34:32 +02:00
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
|
|
|
<horstretch>1</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2019-08-02 15:32:14 +02:00
|
|
|
<property name="text">
|
|
|
|
<string>TextLabel</string>
|
|
|
|
</property>
|
2019-08-26 20:34:32 +02:00
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignCenter</set>
|
|
|
|
</property>
|
2019-08-02 15:32:14 +02:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="productDescription">
|
2019-08-26 20:34:32 +02:00
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Expanding">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>2</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2019-08-02 15:32:14 +02:00
|
|
|
<property name="text">
|
2019-08-26 20:34:32 +02:00
|
|
|
<string>Long Product Description</string>
|
2019-08-02 15:32:14 +02:00
|
|
|
</property>
|
2019-08-04 00:11:50 +02:00
|
|
|
<property name="wordWrap">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="openExternalLinks">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2019-08-02 15:32:14 +02:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
</layout>
|
2019-08-02 10:57:12 +02:00
|
|
|
</widget>
|
|
|
|
<resources/>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|