wizard: add hex configuration parameter type
[bertos.git] / wizard / ui / intro_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>455</width>
10     <height>345</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Form</string>
15   </property>
16   <layout class="QVBoxLayout" name="verticalLayout" stretch="1,0,0">
17    <item>
18     <widget class="QLabel" name="imageLabel">
19      <property name="sizePolicy">
20       <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
21        <horstretch>0</horstretch>
22        <verstretch>0</verstretch>
23       </sizepolicy>
24      </property>
25      <property name="minimumSize">
26       <size>
27        <width>0</width>
28        <height>0</height>
29       </size>
30      </property>
31      <property name="maximumSize">
32       <size>
33        <width>16777215</width>
34        <height>16777215</height>
35       </size>
36      </property>
37      <property name="text">
38       <string/>
39      </property>
40      <property name="pixmap">
41       <pixmap resource="../bertos.qrc">:/images/logo.png</pixmap>
42      </property>
43      <property name="scaledContents">
44       <bool>false</bool>
45      </property>
46      <property name="alignment">
47       <set>Qt::AlignCenter</set>
48      </property>
49     </widget>
50    </item>
51    <item>
52     <widget class="QLabel" name="introLabel">
53      <property name="sizePolicy">
54       <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
55        <horstretch>0</horstretch>
56        <verstretch>0</verstretch>
57       </sizepolicy>
58      </property>
59      <property name="minimumSize">
60       <size>
61        <width>429</width>
62        <height>200</height>
63       </size>
64      </property>
65      <property name="text">
66       <string>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
67 &lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
68 p, li { white-space: pre-wrap; }
69 &lt;/style&gt;&lt;/head&gt;&lt;body&gt;
70 &lt;p&gt;Quickly &lt;span style=&quot;font-weight:600;&quot;&gt;create and modify&lt;/span&gt; your projects with the graphical wizard, with a step-by-step procedure:&lt;/p&gt;
71 &lt;ol&gt;&lt;li&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;Select&lt;/span&gt; which BeRTOS version you want to use in your project;&lt;/li&gt;
72 &lt;li&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;Choose&lt;/span&gt; Toolchain or microcontroller you want to use;&lt;/li&gt;
73 &lt;li&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;Insert&lt;/span&gt; the modules needed by your application directly from the graphical interface;&lt;/li&gt;
74 &lt;li&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;Generate&lt;/span&gt; a project ready for CodeLite o GNU Make!&lt;/li&gt;&lt;/ol&gt;&lt;/body&gt;&lt;/html&gt;</string>
75      </property>
76      <property name="wordWrap">
77       <bool>true</bool>
78      </property>
79     </widget>
80    </item>
81    <item>
82     <spacer name="verticalSpacer">
83      <property name="orientation">
84       <enum>Qt::Vertical</enum>
85      </property>
86      <property name="sizeHint" stdset="0">
87       <size>
88        <width>20</width>
89        <height>10</height>
90       </size>
91      </property>
92     </spacer>
93    </item>
94   </layout>
95  </widget>
96  <resources>
97   <include location="../bertos.qrc"/>
98  </resources>
99  <connections/>
100 </ui>