Modify the layout of the two-column pages.
[bertos.git] / wizard / ui / board_select.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>Form</class>
4  <widget class="QWidget" name="Form">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>558</width>
10     <height>364</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Form</string>
15   </property>
16   <layout class="QHBoxLayout" name="horizontalLayout" stretch="0,1">
17    <item>
18     <layout class="QVBoxLayout" name="verticalLayout_2">
19      <item>
20       <widget class="QListWidget" name="boardList">
21        <property name="sizePolicy">
22         <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
23          <horstretch>0</horstretch>
24          <verstretch>0</verstretch>
25         </sizepolicy>
26        </property>
27        <property name="minimumSize">
28         <size>
29          <width>200</width>
30          <height>0</height>
31         </size>
32        </property>
33        <property name="maximumSize">
34         <size>
35          <width>200</width>
36          <height>16777215</height>
37         </size>
38        </property>
39       </widget>
40      </item>
41     </layout>
42    </item>
43    <item>
44     <widget class="QScrollArea" name="scrollArea">
45      <property name="widgetResizable">
46       <bool>true</bool>
47      </property>
48      <widget class="QWidget" name="scrollAreaWidgetContents">
49       <property name="geometry">
50        <rect>
51         <x>0</x>
52         <y>0</y>
53         <width>318</width>
54         <height>336</height>
55        </rect>
56       </property>
57       <layout class="QVBoxLayout" name="verticalLayout" stretch="0,1,0">
58        <item>
59         <widget class="QLabel" name="imageLabel">
60          <property name="text">
61           <string/>
62          </property>
63          <property name="wordWrap">
64           <bool>true</bool>
65          </property>
66         </widget>
67        </item>
68        <item>
69         <widget class="QLabel" name="descriptionLabel">
70          <property name="text">
71           <string/>
72          </property>
73          <property name="wordWrap">
74           <bool>true</bool>
75          </property>
76         </widget>
77        </item>
78        <item>
79         <spacer name="verticalSpacer">
80          <property name="orientation">
81           <enum>Qt::Vertical</enum>
82          </property>
83          <property name="sizeHint" stdset="0">
84           <size>
85            <width>20</width>
86            <height>40</height>
87           </size>
88          </property>
89         </spacer>
90        </item>
91       </layout>
92      </widget>
93     </widget>
94    </item>
95   </layout>
96  </widget>
97  <resources/>
98  <connections/>
99 </ui>