Use QTextBrowser to show html text and images for boards and presets.
[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" 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="0,1">
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="QTextBrowser" name="descriptionArea">
44        <property name="openExternalLinks">
45         <bool>true</bool>
46        </property>
47       </widget>
48      </item>
49     </layout>
50    </item>
51   </layout>
52  </widget>
53  <resources/>
54  <connections/>
55 </ui>