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="0,1,0">
18 <layout class="QHBoxLayout" name="horizontalLayout">
19 <property name="sizeConstraint">
20 <enum>QLayout::SetFixedSize</enum>
23 <spacer name="horizontalSpacer">
24 <property name="orientation">
25 <enum>Qt::Horizontal</enum>
27 <property name="sizeHint" stdset="0">
36 <widget class="QLabel" name="imageLabel">
37 <property name="maximumSize">
39 <width>16777215</width>
43 <property name="text">
46 <property name="pixmap">
47 <pixmap resource="../bertos.qrc">:/images/logo.png</pixmap>
52 <spacer name="horizontalSpacer_2">
53 <property name="orientation">
54 <enum>Qt::Horizontal</enum>
56 <property name="sizeHint" stdset="0">
67 <widget class="QLabel" name="introLabel">
68 <property name="text">
69 <string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
70 <html><head><meta name="qrichtext" content="1" /><style type="text/css">
71 p, li { white-space: pre-wrap; }
72 </style></head><body>
73 <p>Quickly <span style="font-weight:600;">create and modify</span> your projects with the graphical wizard, with a step-by-step procedure:</p>
74 <ol><li><span style=" font-weight:600;">Select</span> which BeRTOS version you want to use in your project;</li>
75 <li><span style=" font-weight:600;">Choose</span> Toolchain or microcontroller you want to use;</li>
76 <li><span style=" font-weight:600;">Insert</span> the modules needed by your application directly from the graphical interface;</li>
77 <li><span style=" font-weight:600;">Generate</span> a project ready for CodeLite o GNU Make!</li></ol></body></html></string>
79 <property name="wordWrap">
85 <spacer name="verticalSpacer">
86 <property name="orientation">
87 <enum>Qt::Vertical</enum>
89 <property name="sizeHint" stdset="0">
100 <include location="../bertos.qrc"/>