67c5d6d1fe107b594bd3888faeb65273a52282ac
[bertos.git] / wizard / ui / final_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>400</width>
10     <height>300</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Form</string>
15   </property>
16   <layout class="QHBoxLayout" name="horizontalLayout">
17    <item>
18     <widget class="QLabel" name="iconLabel">
19      <property name="sizePolicy">
20       <sizepolicy hsizetype="Maximum" vsizetype="Maximum">
21        <horstretch>0</horstretch>
22        <verstretch>0</verstretch>
23       </sizepolicy>
24      </property>
25      <property name="text">
26       <string/>
27      </property>
28      <property name="pixmap">
29       <pixmap resource="../bertos.qrc">:/images/ok.png</pixmap>
30      </property>
31     </widget>
32    </item>
33    <item>
34     <widget class="QLabel" name="messageLabel">
35      <property name="frameShadow">
36       <enum>QFrame::Plain</enum>
37      </property>
38      <property name="text">
39       <string>Project created successfully. Now start develop your BeRTOS application!</string>
40      </property>
41      <property name="wordWrap">
42       <bool>true</bool>
43      </property>
44     </widget>
45    </item>
46   </layout>
47  </widget>
48  <resources>
49   <include location="../bertos.qrc"/>
50  </resources>
51  <connections/>
52 </ui>