00dcfcfbedd0d72440ada1fe0ed506487b0ffd97
[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>551</width>
10     <height>485</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Form</string>
15   </property>
16   <layout class="QVBoxLayout" name="verticalLayout_2">
17    <item>
18     <widget class="QLabel" name="categoryDescription">
19      <property name="text">
20       <string/>
21      </property>
22     </widget>
23    </item>
24    <item>
25     <layout class="QHBoxLayout" name="horizontalLayout" stretch="2,3">
26      <item>
27       <widget class="QListWidget" name="presetList">
28        <property name="minimumSize">
29         <size>
30          <width>200</width>
31          <height>0</height>
32         </size>
33        </property>
34        <property name="maximumSize">
35         <size>
36          <width>200</width>
37          <height>16777215</height>
38         </size>
39        </property>
40       </widget>
41      </item>
42      <item>
43       <widget class="QScrollArea" name="scrollArea">
44        <property name="widgetResizable">
45         <bool>true</bool>
46        </property>
47        <widget class="QWidget" name="scrollAreaWidgetContents">
48         <property name="geometry">
49          <rect>
50           <x>0</x>
51           <y>0</y>
52           <width>311</width>
53           <height>431</height>
54          </rect>
55         </property>
56         <layout class="QVBoxLayout" name="verticalLayout" stretch="0,0,1">
57          <item>
58           <widget class="QLabel" name="imageLabel">
59            <property name="text">
60             <string/>
61            </property>
62           </widget>
63          </item>
64          <item>
65           <widget class="QLabel" name="descriptionLabel">
66            <property name="text">
67             <string/>
68            </property>
69            <property name="wordWrap">
70             <bool>true</bool>
71            </property>
72           </widget>
73          </item>
74          <item>
75           <spacer name="verticalSpacer">
76            <property name="orientation">
77             <enum>Qt::Vertical</enum>
78            </property>
79            <property name="sizeHint" stdset="0">
80             <size>
81              <width>20</width>
82              <height>40</height>
83             </size>
84            </property>
85           </spacer>
86          </item>
87         </layout>
88        </widget>
89       </widget>
90      </item>
91     </layout>
92    </item>
93   </layout>
94  </widget>
95  <resources/>
96  <connections/>
97 </ui>