Change some strings.
[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="1">
47        <item>
48         <widget class="QPushButton" name="customButton">
49          <property name="toolTip">
50           <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>
51          </property>
52          <property name="text">
53           <string>I have a custom board...</string>
54          </property>
55         </widget>
56        </item>
57       </layout>
58      </item>
59     </layout>
60    </item>
61    <item>
62     <widget class="QTextBrowser" name="descriptionArea">
63      <property name="openExternalLinks">
64       <bool>true</bool>
65      </property>
66     </widget>
67    </item>
68   </layout>
69  </widget>
70  <resources/>
71  <connections/>
72 </ui>