Change the style of the text in the intro page.
[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="0,1,0">
17    <item>
18     <layout class="QHBoxLayout" name="horizontalLayout">
19      <property name="sizeConstraint">
20       <enum>QLayout::SetFixedSize</enum>
21      </property>
22      <item>
23       <spacer name="horizontalSpacer">
24        <property name="orientation">
25         <enum>Qt::Horizontal</enum>
26        </property>
27        <property name="sizeHint" stdset="0">
28         <size>
29          <width>40</width>
30          <height>20</height>
31         </size>
32        </property>
33       </spacer>
34      </item>
35      <item>
36       <widget class="QLabel" name="imageLabel">
37        <property name="maximumSize">
38         <size>
39          <width>16777215</width>
40          <height>115</height>
41         </size>
42        </property>
43        <property name="text">
44         <string/>
45        </property>
46        <property name="pixmap">
47         <pixmap resource="../bertos.qrc">:/images/logo.png</pixmap>
48        </property>
49       </widget>
50      </item>
51      <item>
52       <spacer name="horizontalSpacer_2">
53        <property name="orientation">
54         <enum>Qt::Horizontal</enum>
55        </property>
56        <property name="sizeHint" stdset="0">
57         <size>
58          <width>40</width>
59          <height>20</height>
60         </size>
61        </property>
62       </spacer>
63      </item>
64     </layout>
65    </item>
66    <item>
67     <widget class="QLabel" name="introLabel">
68      <property name="text">
69       <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;
70 &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;
71 p, li { white-space: pre-wrap; }
72 &lt;/style&gt;&lt;/head&gt;&lt;body&gt;
73 &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;
74 &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;
75 &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;
76 &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;
77 &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>
78      </property>
79      <property name="wordWrap">
80       <bool>true</bool>
81      </property>
82     </widget>
83    </item>
84    <item>
85     <spacer name="verticalSpacer">
86      <property name="orientation">
87       <enum>Qt::Vertical</enum>
88      </property>
89      <property name="sizeHint" stdset="0">
90       <size>
91        <width>20</width>
92        <height>39</height>
93       </size>
94      </property>
95     </spacer>
96    </item>
97   </layout>
98  </widget>
99  <resources>
100   <include location="../bertos.qrc"/>
101  </resources>
102  <connections/>
103 </ui>