202de2c6c1a88eac6a5a3c0a22b85d1cabe33240
[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>483</width>
10     <height>206</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Form</string>
15   </property>
16   <layout class="QVBoxLayout" name="verticalLayout">
17    <item>
18     <layout class="QHBoxLayout" name="horizontalLayout">
19      <item>
20       <widget class="QLabel" name="iconLabel">
21        <property name="sizePolicy">
22         <sizepolicy hsizetype="Maximum" vsizetype="Maximum">
23          <horstretch>0</horstretch>
24          <verstretch>0</verstretch>
25         </sizepolicy>
26        </property>
27        <property name="text">
28         <string/>
29        </property>
30        <property name="pixmap">
31         <pixmap resource="../bertos.qrc">:/images/ok.png</pixmap>
32        </property>
33       </widget>
34      </item>
35      <item>
36       <widget class="QLabel" name="messageLabel">
37        <property name="frameShadow">
38         <enum>QFrame::Plain</enum>
39        </property>
40        <property name="text">
41         <string>Project created successfully. Now start develop your BeRTOS application!</string>
42        </property>
43        <property name="wordWrap">
44         <bool>true</bool>
45        </property>
46       </widget>
47      </item>
48     </layout>
49    </item>
50    <item>
51     <widget class="QCheckBox" name="codeliteCheck">
52      <property name="text">
53       <string>Start CodeLite automatically</string>
54      </property>
55     </widget>
56    </item>
57   </layout>
58  </widget>
59  <resources>
60   <include location="../bertos.qrc"/>
61  </resources>
62  <connections/>
63 </ui>