1 |
<?xml version="1.0" encoding="UTF-8"?> |
2 |
<ui version="4.0"> |
3 |
<class>PackagePageFinal</class> |
4 |
<widget class="QWizardPage" name="PackagePageFinal"> |
5 |
<property name="geometry"> |
6 |
<rect> |
7 |
<x>0</x> |
8 |
<y>0</y> |
9 |
<width>595</width> |
10 |
<height>300</height> |
11 |
</rect> |
12 |
</property> |
13 |
<property name="windowTitle"> |
14 |
<string>WizardPage</string> |
15 |
</property> |
16 |
<layout class="QVBoxLayout" name="verticalLayout"> |
17 |
<item> |
18 |
<widget class="QLabel" name="lbComplete"> |
19 |
<property name="text"> |
20 |
<string>The wizard is now complete. Edit this text in packagepagefinal.cpp</string> |
21 |
</property> |
22 |
<property name="wordWrap"> |
23 |
<bool>true</bool> |
24 |
</property> |
25 |
</widget> |
26 |
</item> |
27 |
<item> |
28 |
<spacer name="verticalSpacer"> |
29 |
<property name="orientation"> |
30 |
<enum>Qt::Vertical</enum> |
31 |
</property> |
32 |
<property name="sizeType"> |
33 |
<enum>QSizePolicy::Fixed</enum> |
34 |
</property> |
35 |
<property name="sizeHint" stdset="0"> |
36 |
<size> |
37 |
<width>20</width> |
38 |
<height>30</height> |
39 |
</size> |
40 |
</property> |
41 |
</spacer> |
42 |
</item> |
43 |
<item> |
44 |
<widget class="QGroupBox" name="groupBox"> |
45 |
<property name="title"> |
46 |
<string>After the package creation</string> |
47 |
</property> |
48 |
<layout class="QVBoxLayout" name="verticalLayout_2"> |
49 |
<item> |
50 |
<widget class="QCheckBox" name="cbOpenFolder"> |
51 |
<property name="text"> |
52 |
<string>Open the folder automatically where the package resides</string> |
53 |
</property> |
54 |
</widget> |
55 |
</item> |
56 |
<item> |
57 |
<widget class="QCheckBox" name="cbCreateZip"> |
58 |
<property name="text"> |
59 |
<string>Automatically create a zip archive for the package</string> |
60 |
</property> |
61 |
</widget> |
62 |
</item> |
63 |
</layout> |
64 |
</widget> |
65 |
</item> |
66 |
</layout> |
67 |
</widget> |
68 |
<resources/> |
69 |
<connections/> |
70 |
</ui> |