Add bigger image in intro page and remove scaling code.
[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>584</width>
10     <height>321</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Form</string>
15   </property>
16   <layout class="QVBoxLayout" name="verticalLayout" stretch="0,1">
17    <item>
18     <layout class="QHBoxLayout" name="horizontalLayout" stretch="0,1">
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>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
42 &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;
43 p, li { white-space: pre-wrap; }
44 &lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'Lucida Grande'; font-size:13pt; font-weight:400; font-style:normal;&quot;&gt;
45 &lt;p align=&quot;center&quot; style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;Project created successfully!&lt;/span&gt;&lt;/p&gt;
46 &lt;p align=&quot;center&quot; style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;You can now start developing your application.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
47        </property>
48        <property name="textFormat">
49         <enum>Qt::RichText</enum>
50        </property>
51        <property name="wordWrap">
52         <bool>true</bool>
53        </property>
54       </widget>
55      </item>
56     </layout>
57    </item>
58    <item>
59     <widget class="QScrollArea" name="scrollArea">
60      <property name="sizePolicy">
61       <sizepolicy hsizetype="Expanding" vsizetype="Maximum">
62        <horstretch>0</horstretch>
63        <verstretch>0</verstretch>
64       </sizepolicy>
65      </property>
66      <property name="widgetResizable">
67       <bool>true</bool>
68      </property>
69      <widget class="QWidget" name="scrollAreaWidgetContents">
70       <property name="geometry">
71        <rect>
72         <x>0</x>
73         <y>0</y>
74         <width>556</width>
75         <height>76</height>
76        </rect>
77       </property>
78      </widget>
79     </widget>
80    </item>
81   </layout>
82  </widget>
83  <resources>
84   <include location="../bertos.qrc"/>
85  </resources>
86  <connections/>
87 </ui>