Use QTextBrowser to show html text and images for boards and presets.
[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_2" stretch="0,1">
17    <item>
18     <layout class="QVBoxLayout" name="verticalLayout_3" stretch="1,0">
19      <item>
20       <layout class="QVBoxLayout" name="verticalLayout_2">
21        <item>
22         <widget class="QListWidget" name="boardList">
23          <property name="sizePolicy">
24           <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
25            <horstretch>0</horstretch>
26            <verstretch>0</verstretch>
27           </sizepolicy>
28          </property>
29          <property name="minimumSize">
30           <size>
31            <width>200</width>
32            <height>0</height>
33           </size>
34          </property>
35          <property name="maximumSize">
36           <size>
37            <width>200</width>
38            <height>16777215</height>
39           </size>
40          </property>
41         </widget>
42        </item>
43       </layout>
44      </item>
45      <item>
46       <layout class="QHBoxLayout" name="horizontalLayout" stretch="0,1,0">
47        <item>
48         <spacer name="horizontalSpacer">
49          <property name="orientation">
50           <enum>Qt::Horizontal</enum>
51          </property>
52          <property name="sizeHint" stdset="0">
53           <size>
54            <width>20</width>
55            <height>20</height>
56           </size>
57          </property>
58         </spacer>
59        </item>
60        <item>
61         <widget class="QPushButton" name="customButton">
62          <property name="toolTip">
63           <string>&lt;p&gt;&lt;strong&gt;Custom board project &lt;/strong&gt;- select me when your board is not present into the list above.&lt;/p&gt;</string>
64          </property>
65          <property name="text">
66           <string>Custom Board</string>
67          </property>
68         </widget>
69        </item>
70        <item>
71         <spacer name="horizontalSpacer_2">
72          <property name="orientation">
73           <enum>Qt::Horizontal</enum>
74          </property>
75          <property name="sizeHint" stdset="0">
76           <size>
77            <width>20</width>
78            <height>20</height>
79           </size>
80          </property>
81         </spacer>
82        </item>
83       </layout>
84      </item>
85     </layout>
86    </item>
87    <item>
88     <widget class="QTextBrowser" name="descriptionArea">
89      <property name="openExternalLinks">
90       <bool>true</bool>
91      </property>
92     </widget>
93    </item>
94   </layout>
95  </widget>
96  <resources/>
97  <connections/>
98 </ui>