Add description of the category under the tab.
[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>423</width>
10     <height>428</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Form</string>
15   </property>
16   <layout class="QVBoxLayout" name="verticalLayout_2" stretch="0,1">
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>150</width>
31          <height>0</height>
32         </size>
33        </property>
34       </widget>
35      </item>
36      <item>
37       <layout class="QVBoxLayout" name="verticalLayout">
38        <item>
39         <widget class="QLabel" name="imageLabel">
40          <property name="text">
41           <string/>
42          </property>
43         </widget>
44        </item>
45        <item>
46         <spacer name="verticalSpacer">
47          <property name="orientation">
48           <enum>Qt::Vertical</enum>
49          </property>
50          <property name="sizeHint" stdset="0">
51           <size>
52            <width>20</width>
53            <height>40</height>
54           </size>
55          </property>
56         </spacer>
57        </item>
58        <item>
59         <widget class="QLabel" name="descriptionLabel">
60          <property name="text">
61           <string/>
62          </property>
63         </widget>
64        </item>
65       </layout>
66      </item>
67     </layout>
68    </item>
69   </layout>
70  </widget>
71  <resources/>
72  <connections/>
73 </ui>