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>400</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><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> |
21 |
<html><head><meta name="qrichtext" content="1" /><style type="text/css"> |
22 |
p, li { white-space: pre-wrap; } |
23 |
</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> |
24 |
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">The wizard is now complete. The package will be created when you click in finish.</span></p> |
25 |
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">After that you can upload the package to </span><a href="www.mods.oni2.net"><span style=" text-decoration: underline; color:#0000ff;">mods.oni2.net</span></a><span style=" font-size:8pt;"> to get your mod listed in the AEI.</span></p></body></html></string> |
26 |
</property> |
27 |
</widget> |
28 |
</item> |
29 |
<item> |
30 |
<spacer name="verticalSpacer"> |
31 |
<property name="orientation"> |
32 |
<enum>Qt::Vertical</enum> |
33 |
</property> |
34 |
<property name="sizeType"> |
35 |
<enum>QSizePolicy::Fixed</enum> |
36 |
</property> |
37 |
<property name="sizeHint" stdset="0"> |
38 |
<size> |
39 |
<width>20</width> |
40 |
<height>30</height> |
41 |
</size> |
42 |
</property> |
43 |
</spacer> |
44 |
</item> |
45 |
<item> |
46 |
<widget class="QGroupBox" name="groupBox"> |
47 |
<property name="title"> |
48 |
<string>After the package creation</string> |
49 |
</property> |
50 |
<layout class="QVBoxLayout" name="verticalLayout_2"> |
51 |
<item> |
52 |
<widget class="QCheckBox" name="cbOpenFolder"> |
53 |
<property name="text"> |
54 |
<string>Open the folder automatically where the package resides</string> |
55 |
</property> |
56 |
</widget> |
57 |
</item> |
58 |
<item> |
59 |
<widget class="QCheckBox" name="cbCreateZip"> |
60 |
<property name="text"> |
61 |
<string>Automatically create a zip archive for the package</string> |
62 |
</property> |
63 |
</widget> |
64 |
</item> |
65 |
</layout> |
66 |
</widget> |
67 |
</item> |
68 |
</layout> |
69 |
</widget> |
70 |
<resources/> |
71 |
<connections/> |
72 |
</ui> |