6731a70eca18f100734cd3e4fd03533100e2d83a
[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 preset 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="QScrollArea" name="scrollArea">
89      <property name="widgetResizable">
90       <bool>true</bool>
91      </property>
92      <widget class="QWidget" name="scrollAreaWidgetContents">
93       <property name="geometry">
94        <rect>
95         <x>0</x>
96         <y>0</y>
97         <width>316</width>
98         <height>336</height>
99        </rect>
100       </property>
101       <layout class="QVBoxLayout" name="verticalLayout" stretch="0,0,1">
102        <item>
103         <widget class="QLabel" name="imageLabel">
104          <property name="text">
105           <string/>
106          </property>
107          <property name="wordWrap">
108           <bool>true</bool>
109          </property>
110         </widget>
111        </item>
112        <item>
113         <widget class="QLabel" name="descriptionLabel">
114          <property name="text">
115           <string/>
116          </property>
117          <property name="wordWrap">
118           <bool>true</bool>
119          </property>
120         </widget>
121        </item>
122        <item>
123         <spacer name="verticalSpacer">
124          <property name="orientation">
125           <enum>Qt::Vertical</enum>
126          </property>
127          <property name="sizeHint" stdset="0">
128           <size>
129            <width>20</width>
130            <height>40</height>
131           </size>
132          </property>
133         </spacer>
134        </item>
135       </layout>
136      </widget>
137     </widget>
138    </item>
139   </layout>
140  </widget>
141  <resources/>
142  <connections/>
143 </ui>