1 |
<?xml version="1.0" encoding="UTF-8"?> |
2 |
<ui version="4.0"> |
3 |
<class>PackagePage2</class> |
4 |
<widget class="QWizardPage" name="PackagePage2"> |
5 |
<property name="geometry"> |
6 |
<rect> |
7 |
<x>0</x> |
8 |
<y>0</y> |
9 |
<width>400</width> |
10 |
<height>408</height> |
11 |
</rect> |
12 |
</property> |
13 |
<property name="sizePolicy"> |
14 |
<sizepolicy hsizetype="Preferred" vsizetype="Fixed"> |
15 |
<horstretch>0</horstretch> |
16 |
<verstretch>0</verstretch> |
17 |
</sizepolicy> |
18 |
</property> |
19 |
<property name="windowTitle"> |
20 |
<string>WizardPage</string> |
21 |
</property> |
22 |
<layout class="QVBoxLayout" name="verticalLayout"> |
23 |
<item> |
24 |
<layout class="QHBoxLayout" name="horizontalLayout"> |
25 |
<item> |
26 |
<widget class="QLabel" name="label"> |
27 |
<property name="minimumSize"> |
28 |
<size> |
29 |
<width>84</width> |
30 |
<height>0</height> |
31 |
</size> |
32 |
</property> |
33 |
<property name="text"> |
34 |
<string>Mod Name:</string> |
35 |
</property> |
36 |
</widget> |
37 |
</item> |
38 |
<item> |
39 |
<widget class="QLineEdit" name="leModName"/> |
40 |
</item> |
41 |
<item> |
42 |
<widget class="QLabel" name="lbAsteriscModName"> |
43 |
<property name="text"> |
44 |
<string><html><span style="color:#0000ff;">*</span></html></string> |
45 |
</property> |
46 |
</widget> |
47 |
</item> |
48 |
</layout> |
49 |
</item> |
50 |
<item> |
51 |
<layout class="QHBoxLayout" name="horizontalLayout_2"> |
52 |
<item> |
53 |
<widget class="QLabel" name="label_2"> |
54 |
<property name="minimumSize"> |
55 |
<size> |
56 |
<width>84</width> |
57 |
<height>0</height> |
58 |
</size> |
59 |
</property> |
60 |
<property name="text"> |
61 |
<string>Author(s):</string> |
62 |
</property> |
63 |
</widget> |
64 |
</item> |
65 |
<item> |
66 |
<widget class="QLineEdit" name="leAuthors"/> |
67 |
</item> |
68 |
<item> |
69 |
<widget class="QLabel" name="lbAsteriscAuthors"> |
70 |
<property name="text"> |
71 |
<string><html><span style="color:#0000ff;">*</span></html></string> |
72 |
</property> |
73 |
</widget> |
74 |
</item> |
75 |
</layout> |
76 |
</item> |
77 |
<item> |
78 |
<layout class="QHBoxLayout" name="horizontalLayout_3"> |
79 |
<item> |
80 |
<widget class="QLabel" name="label_3"> |
81 |
<property name="minimumSize"> |
82 |
<size> |
83 |
<width>84</width> |
84 |
<height>0</height> |
85 |
</size> |
86 |
</property> |
87 |
<property name="text"> |
88 |
<string>Version:</string> |
89 |
</property> |
90 |
</widget> |
91 |
</item> |
92 |
<item> |
93 |
<widget class="QLineEdit" name="leVersion"/> |
94 |
</item> |
95 |
<item> |
96 |
<widget class="QLabel" name="lbAsteriscVersion"> |
97 |
<property name="text"> |
98 |
<string><html><span style="color:#0000ff;">*</span></html></string> |
99 |
</property> |
100 |
</widget> |
101 |
</item> |
102 |
</layout> |
103 |
</item> |
104 |
<item> |
105 |
<layout class="QHBoxLayout" name="horizontalLayout_7"> |
106 |
<item> |
107 |
<widget class="QLabel" name="label_4"> |
108 |
<property name="minimumSize"> |
109 |
<size> |
110 |
<width>84</width> |
111 |
<height>0</height> |
112 |
</size> |
113 |
</property> |
114 |
<property name="text"> |
115 |
<string>Description:</string> |
116 |
</property> |
117 |
</widget> |
118 |
</item> |
119 |
<item> |
120 |
<widget class="QPlainTextEdit" name="ptDescription"> |
121 |
<property name="maximumSize"> |
122 |
<size> |
123 |
<width>16777215</width> |
124 |
<height>100</height> |
125 |
</size> |
126 |
</property> |
127 |
</widget> |
128 |
</item> |
129 |
<item> |
130 |
<widget class="QLabel" name="lbAsteriscDescription"> |
131 |
<property name="text"> |
132 |
<string><html><span style="color:#0000ff;">*</span></html></string> |
133 |
</property> |
134 |
</widget> |
135 |
</item> |
136 |
</layout> |
137 |
</item> |
138 |
<item> |
139 |
<layout class="QHBoxLayout" name="horizontalLayout_4"> |
140 |
<item> |
141 |
<widget class="QLabel" name="label_5"> |
142 |
<property name="sizePolicy"> |
143 |
<sizepolicy hsizetype="Fixed" vsizetype="Preferred"> |
144 |
<horstretch>0</horstretch> |
145 |
<verstretch>0</verstretch> |
146 |
</sizepolicy> |
147 |
</property> |
148 |
<property name="minimumSize"> |
149 |
<size> |
150 |
<width>84</width> |
151 |
<height>0</height> |
152 |
</size> |
153 |
</property> |
154 |
<property name="text"> |
155 |
<string>Type:</string> |
156 |
</property> |
157 |
</widget> |
158 |
</item> |
159 |
<item> |
160 |
<widget class="QComboBox" name="cbType"> |
161 |
<item> |
162 |
<property name="text"> |
163 |
<string>Weapons</string> |
164 |
</property> |
165 |
</item> |
166 |
<item> |
167 |
<property name="text"> |
168 |
<string>Characters</string> |
169 |
</property> |
170 |
</item> |
171 |
<item> |
172 |
<property name="text"> |
173 |
<string>Particles</string> |
174 |
</property> |
175 |
</item> |
176 |
<item> |
177 |
<property name="text"> |
178 |
<string>Animations (non-combat)</string> |
179 |
</property> |
180 |
</item> |
181 |
<item> |
182 |
<property name="text"> |
183 |
<string>Animations (combat)</string> |
184 |
</property> |
185 |
</item> |
186 |
<item> |
187 |
<property name="text"> |
188 |
<string>Sounds</string> |
189 |
</property> |
190 |
</item> |
191 |
<item> |
192 |
<property name="text"> |
193 |
<string>User Interface</string> |
194 |
</property> |
195 |
</item> |
196 |
<item> |
197 |
<property name="text"> |
198 |
<string>New Levels</string> |
199 |
</property> |
200 |
</item> |
201 |
<item> |
202 |
<property name="text"> |
203 |
<string>Scenarios</string> |
204 |
</property> |
205 |
</item> |
206 |
</widget> |
207 |
</item> |
208 |
</layout> |
209 |
</item> |
210 |
<item> |
211 |
<layout class="QHBoxLayout" name="horizontalLayout_5"> |
212 |
<item> |
213 |
<widget class="QLabel" name="label_6"> |
214 |
<property name="text"> |
215 |
<string>Package Number:</string> |
216 |
</property> |
217 |
</widget> |
218 |
</item> |
219 |
<item> |
220 |
<widget class="QLineEdit" name="lePackageNumber"/> |
221 |
</item> |
222 |
<item> |
223 |
<widget class="QPushButton" name="pbCheck"> |
224 |
<property name="toolTip"> |
225 |
<string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> |
226 |
<html><head><meta name="qrichtext" content="1" /><style type="text/css"> |
227 |
p, li { white-space: pre-wrap; } |
228 |
</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> |
229 |
<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; font-weight:600;">Check if the current number is available using a online database</span></p></body></html></string> |
230 |
</property> |
231 |
<property name="text"> |
232 |
<string>Check</string> |
233 |
</property> |
234 |
</widget> |
235 |
</item> |
236 |
</layout> |
237 |
</item> |
238 |
<item> |
239 |
<layout class="QHBoxLayout" name="horizontalLayout_6"> |
240 |
<item> |
241 |
<widget class="QLabel" name="label_7"> |
242 |
<property name="sizePolicy"> |
243 |
<sizepolicy hsizetype="Fixed" vsizetype="Preferred"> |
244 |
<horstretch>0</horstretch> |
245 |
<verstretch>0</verstretch> |
246 |
</sizepolicy> |
247 |
</property> |
248 |
<property name="minimumSize"> |
249 |
<size> |
250 |
<width>84</width> |
251 |
<height>0</height> |
252 |
</size> |
253 |
</property> |
254 |
<property name="text"> |
255 |
<string>Scripts:</string> |
256 |
</property> |
257 |
</widget> |
258 |
</item> |
259 |
<item> |
260 |
<widget class="QRadioButton" name="rbReplace"> |
261 |
<property name="toolTip"> |
262 |
<string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> |
263 |
<html><head><meta name="qrichtext" content="1" /><style type="text/css"> |
264 |
p, li { white-space: pre-wrap; } |
265 |
</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> |
266 |
<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; font-weight:600;">The Installer considers your mod a scenario and takes steps to exclude other BSL scenario mods from being installed for the same level</span></p></body></html></string> |
267 |
</property> |
268 |
<property name="text"> |
269 |
<string>Replace</string> |
270 |
</property> |
271 |
<property name="checked"> |
272 |
<bool>true</bool> |
273 |
</property> |
274 |
</widget> |
275 |
</item> |
276 |
<item> |
277 |
<widget class="QRadioButton" name="rbAdd"> |
278 |
<property name="toolTip"> |
279 |
<string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> |
280 |
<html><head><meta name="qrichtext" content="1" /><style type="text/css"> |
281 |
p, li { white-space: pre-wrap; } |
282 |
</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> |
283 |
<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; font-weight:600;">The Installer allows your mod to be installed to any level without restriction (allows multiple BSLs from different mods to co-exist in the same level)</span></p></body></html></string> |
284 |
</property> |
285 |
<property name="text"> |
286 |
<string>Add</string> |
287 |
</property> |
288 |
</widget> |
289 |
</item> |
290 |
</layout> |
291 |
</item> |
292 |
<item> |
293 |
<spacer name="verticalSpacer"> |
294 |
<property name="orientation"> |
295 |
<enum>Qt::Vertical</enum> |
296 |
</property> |
297 |
<property name="sizeHint" stdset="0"> |
298 |
<size> |
299 |
<width>20</width> |
300 |
<height>40</height> |
301 |
</size> |
302 |
</property> |
303 |
</spacer> |
304 |
</item> |
305 |
<item> |
306 |
<widget class="QLabel" name="lbFieldsReadOnly"> |
307 |
<property name="text"> |
308 |
<string><html><span style=" color:#0000ff;">* Fields read only by AEI2 when the package isn't at the mod depot.</span></html></string> |
309 |
</property> |
310 |
</widget> |
311 |
</item> |
312 |
</layout> |
313 |
</widget> |
314 |
<resources/> |
315 |
<connections/> |
316 |
</ui> |