1 <?xml version="1.0" encoding="UTF-8"?>
4 <widget class="QWidget" name="Form">
5 <property name="geometry">
13 <property name="windowTitle">
16 <layout class="QVBoxLayout" name="verticalLayout" stretch="1,0,0">
18 <widget class="QLabel" name="imageLabel">
19 <property name="sizePolicy">
20 <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
21 <horstretch>0</horstretch>
22 <verstretch>0</verstretch>
25 <property name="minimumSize">
31 <property name="maximumSize">
33 <width>16777215</width>
34 <height>16777215</height>
37 <property name="text">
40 <property name="pixmap">
41 <pixmap resource="../bertos.qrc">:/images/logo.png</pixmap>
43 <property name="scaledContents">
46 <property name="alignment">
47 <set>Qt::AlignCenter</set>
52 <widget class="QLabel" name="introLabel">
53 <property name="sizePolicy">
54 <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
55 <horstretch>0</horstretch>
56 <verstretch>0</verstretch>
59 <property name="minimumSize">
65 <property name="text">
66 <string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
67 <html><head><meta name="qrichtext" content="1" /><style type="text/css">
68 p, li { white-space: pre-wrap; }
69 </style></head><body>
70 <p>Quickly <span style="font-weight:600;">create and modify</span> your projects with the graphical wizard, with a step-by-step procedure:</p>
71 <ol><li><span style=" font-weight:600;">Select</span> which BeRTOS version you want to use in your project;</li>
72 <li><span style=" font-weight:600;">Choose</span> Toolchain or microcontroller you want to use;</li>
73 <li><span style=" font-weight:600;">Insert</span> the modules needed by your application directly from the graphical interface;</li>
74 <li><span style=" font-weight:600;">Generate</span> a project ready for CodeLite o GNU Make!</li></ol></body></html></string>
76 <property name="wordWrap">
82 <spacer name="verticalSpacer">
83 <property name="orientation">
84 <enum>Qt::Vertical</enum>
86 <property name="sizeHint" stdset="0">
97 <include location="../bertos.qrc"/>