Use fixed size for the Wizard dialog.
[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>Project created successfully. Now start to 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="QScrollArea" name="scrollArea">
52      <property name="sizePolicy">
53       <sizepolicy hsizetype="Expanding" vsizetype="Maximum">
54        <horstretch>0</horstretch>
55        <verstretch>0</verstretch>
56       </sizepolicy>
57      </property>
58      <property name="widgetResizable">
59       <bool>true</bool>
60      </property>
61      <widget class="QWidget" name="scrollAreaWidgetContents">
62       <property name="geometry">
63        <rect>
64         <x>0</x>
65         <y>0</y>
66         <width>556</width>
67         <height>76</height>
68        </rect>
69       </property>
70      </widget>
71     </widget>
72    </item>
73   </layout>
74  </widget>
75  <resources>
76   <include location="../bertos.qrc"/>
77  </resources>
78  <connections/>
79 </ui>