Use fixed size for the Wizard dialog.
[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="2,3">
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>150</width>
30          <height>0</height>
31         </size>
32        </property>
33        <property name="maximumSize">
34         <size>
35          <width>16777215</width>
36          <height>16777215</height>
37         </size>
38        </property>
39       </widget>
40      </item>
41     </layout>
42    </item>
43    <item>
44     <layout class="QVBoxLayout" name="verticalLayout" stretch="0,0">
45      <item>
46       <widget class="QLabel" name="imageLabel">
47        <property name="text">
48         <string/>
49        </property>
50        <property name="wordWrap">
51         <bool>true</bool>
52        </property>
53       </widget>
54      </item>
55      <item>
56       <widget class="QLabel" name="descriptionLabel">
57        <property name="text">
58         <string/>
59        </property>
60        <property name="wordWrap">
61         <bool>true</bool>
62        </property>
63       </widget>
64      </item>
65     </layout>
66    </item>
67   </layout>
68  </widget>
69  <resources/>
70  <connections/>
71 </ui>