Use fixed size for the Wizard dialog.
[bertos.git] / wizard / ui / preset_page.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>400</width>
10     <height>300</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     <widget class="QListWidget" name="presetList">
19      <property name="minimumSize">
20       <size>
21        <width>150</width>
22        <height>0</height>
23       </size>
24      </property>
25     </widget>
26    </item>
27    <item>
28     <layout class="QVBoxLayout" name="verticalLayout">
29      <item>
30       <widget class="QLabel" name="imageLabel">
31        <property name="text">
32         <string/>
33        </property>
34       </widget>
35      </item>
36      <item>
37       <spacer name="verticalSpacer">
38        <property name="orientation">
39         <enum>Qt::Vertical</enum>
40        </property>
41        <property name="sizeHint" stdset="0">
42         <size>
43          <width>20</width>
44          <height>40</height>
45         </size>
46        </property>
47       </spacer>
48      </item>
49      <item>
50       <widget class="QLabel" name="descriptionLabel">
51        <property name="text">
52         <string/>
53        </property>
54       </widget>
55      </item>
56     </layout>
57    </item>
58   </layout>
59  </widget>
60  <resources/>
61  <connections/>
62 </ui>