source: Vago/trunk/Vago/packageWizard/packagepage2.ui@ 790

Last change on this file since 790 was 790, checked in by s10k, 12 years ago

Some updates in 0.8 version related with Mac OS. They should improve the application on Mac.

File size: 10.4 KB
Line 
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>&lt;html&gt;&lt;span style=&quot;color:#0000ff;&quot;&gt;*&lt;/span&gt;&lt;/html&gt;</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>&lt;html&gt;&lt;span style=&quot;color:#0000ff;&quot;&gt;*&lt;/span&gt;&lt;/html&gt;</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>&lt;html&gt;&lt;span style=&quot;color:#0000ff;&quot;&gt;*&lt;/span&gt;&lt;/html&gt;</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>&lt;html&gt;&lt;span style=&quot;color:#0000ff;&quot;&gt;*&lt;/span&gt;&lt;/html&gt;</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>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
226&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;
227p, li { white-space: pre-wrap; }
228&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
229&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt; font-weight:600;&quot;&gt;Check if the current number is available using a online database&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</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>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
263&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;
264p, li { white-space: pre-wrap; }
265&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
266&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt; font-weight:600;&quot;&gt;The Installer considers your mod a scenario and takes steps to exclude other BSL scenario mods from being installed for the same level&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</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>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
280&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;
281p, li { white-space: pre-wrap; }
282&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
283&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt; font-weight:600;&quot;&gt;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)&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</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>&lt;html&gt;&lt;span style=&quot; color:#0000ff;&quot;&gt;* Fields read only by AEI2 when the package isn't at the mod depot.&lt;/span&gt;&lt;/html&gt;</string>
309 </property>
310 </widget>
311 </item>
312 </layout>
313 </widget>
314 <resources/>
315 <connections/>
316</ui>
Note: See TracBrowser for help on using the repository browser.