ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/s10k/Vago/packageWizard/packagepage2.ui
(Generate patch)

Comparing Vago/trunk/Vago/packageWizard/packagepage2.ui (file contents):
Revision 771 by s10k, Sun Mar 31 19:02:16 2013 UTC vs.
Revision 897 by s10k, Wed Jan 8 11:32:55 2014 UTC

# Line 6 | Line 6
6     <rect>
7      <x>0</x>
8      <y>0</y>
9 <    <width>400</width>
10 <    <height>353</height>
9 >    <width>451</width>
10 >    <height>390</height>
11     </rect>
12    </property>
13    <property name="sizePolicy">
# Line 19 | Line 19
19    <property name="windowTitle">
20     <string>WizardPage</string>
21    </property>
22 <  <layout class="QVBoxLayout" name="verticalLayout">
23 <   <item>
22 >  <layout class="QFormLayout" name="formLayout">
23 >   <item row="0" column="0">
24 >    <widget class="QLabel" name="label">
25 >     <property name="text">
26 >      <string>Mod Name:</string>
27 >     </property>
28 >    </widget>
29 >   </item>
30 >   <item row="0" column="1">
31      <layout class="QHBoxLayout" name="horizontalLayout">
32       <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>
33        <widget class="QLineEdit" name="leModName"/>
34       </item>
35       <item>
36 <      <widget class="QLabel" name="label_8">
36 >      <widget class="QLabel" name="lbAsteriscModName">
37         <property name="text">
38 <        <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;
45 < &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;
46 < p, li { white-space: pre-wrap; }
47 < &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;
48 < &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; color:#0000ff;&quot;&gt;*&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
38 >        <string>&lt;html&gt;&lt;span style=&quot;color:#0000ff;&quot;&gt;*&lt;/span&gt;&lt;/html&gt;</string>
39         </property>
40        </widget>
41       </item>
42      </layout>
43     </item>
44 <   <item>
44 >   <item row="1" column="0">
45 >    <widget class="QLabel" name="label_2">
46 >     <property name="text">
47 >      <string>Author(s):</string>
48 >     </property>
49 >    </widget>
50 >   </item>
51 >   <item row="1" column="1">
52      <layout class="QHBoxLayout" name="horizontalLayout_2">
53       <item>
57      <widget class="QLabel" name="label_2">
58       <property name="minimumSize">
59        <size>
60         <width>84</width>
61         <height>0</height>
62        </size>
63       </property>
64       <property name="text">
65        <string>Author(s):</string>
66       </property>
67      </widget>
68     </item>
69     <item>
54        <widget class="QLineEdit" name="leAuthors"/>
55       </item>
56       <item>
57 <      <widget class="QLabel" name="label_10">
57 >      <widget class="QLabel" name="lbAsteriscAuthors">
58         <property name="text">
59 <        <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;
76 < &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;
77 < p, li { white-space: pre-wrap; }
78 < &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;
79 < &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; color:#0000ff;&quot;&gt;*&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
59 >        <string>&lt;html&gt;&lt;span style=&quot;color:#0000ff;&quot;&gt;*&lt;/span&gt;&lt;/html&gt;</string>
60         </property>
61        </widget>
62       </item>
63      </layout>
64     </item>
65 <   <item>
65 >   <item row="2" column="0">
66 >    <widget class="QLabel" name="label_3">
67 >     <property name="text">
68 >      <string>Version:</string>
69 >     </property>
70 >    </widget>
71 >   </item>
72 >   <item row="2" column="1">
73      <layout class="QHBoxLayout" name="horizontalLayout_3">
74       <item>
88      <widget class="QLabel" name="label_3">
89       <property name="minimumSize">
90        <size>
91         <width>84</width>
92         <height>0</height>
93        </size>
94       </property>
95       <property name="text">
96        <string>Version:</string>
97       </property>
98      </widget>
99     </item>
100     <item>
75        <widget class="QLineEdit" name="leVersion"/>
76       </item>
77       <item>
78 <      <widget class="QLabel" name="label_9">
78 >      <widget class="QLabel" name="lbAsteriscVersion">
79         <property name="text">
80 <        <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;
107 < &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;
108 < p, li { white-space: pre-wrap; }
109 < &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;
110 < &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; color:#0000ff;&quot;&gt;*&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
80 >        <string>&lt;html&gt;&lt;span style=&quot;color:#0000ff;&quot;&gt;*&lt;/span&gt;&lt;/html&gt;</string>
81         </property>
82        </widget>
83       </item>
84      </layout>
85     </item>
86 <   <item>
87 <    <layout class="QHBoxLayout" name="horizontalLayout_7">
88 <     <item>
89 <      <widget class="QLabel" name="label_4">
90 <       <property name="minimumSize">
91 <        <size>
92 <         <width>84</width>
93 <         <height>0</height>
94 <        </size>
125 <       </property>
126 <       <property name="text">
127 <        <string>Description:</string>
128 <       </property>
129 <      </widget>
130 <     </item>
86 >   <item row="3" column="0">
87 >    <widget class="QLabel" name="label_4">
88 >     <property name="text">
89 >      <string>Description:</string>
90 >     </property>
91 >    </widget>
92 >   </item>
93 >   <item row="3" column="1">
94 >    <layout class="QHBoxLayout" name="horizontalLayout_4">
95       <item>
96        <widget class="QPlainTextEdit" name="ptDescription">
97         <property name="maximumSize">
# Line 139 | Line 103 | p, li { white-space: pre-wrap; }
103        </widget>
104       </item>
105       <item>
106 <      <widget class="QLabel" name="label_11">
106 >      <widget class="QLabel" name="lbAsteriscDescription">
107         <property name="text">
108 <        <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;
145 < &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;
146 < p, li { white-space: pre-wrap; }
147 < &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;
148 < &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; color:#0000ff;&quot;&gt;*&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
108 >        <string>&lt;html&gt;&lt;span style=&quot;color:#0000ff;&quot;&gt;*&lt;/span&gt;&lt;/html&gt;</string>
109         </property>
110        </widget>
111       </item>
112      </layout>
113     </item>
114 <   <item>
115 <    <layout class="QHBoxLayout" name="horizontalLayout_4">
114 >   <item row="4" column="0">
115 >    <widget class="QLabel" name="label_5">
116 >     <property name="text">
117 >      <string>Type:</string>
118 >     </property>
119 >    </widget>
120 >   </item>
121 >   <item row="4" column="1">
122 >    <widget class="QComboBox" name="cbType">
123       <item>
124 <      <widget class="QLabel" name="label_5">
125 <       <property name="sizePolicy">
126 <        <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
160 <         <horstretch>0</horstretch>
161 <         <verstretch>0</verstretch>
162 <        </sizepolicy>
163 <       </property>
164 <       <property name="minimumSize">
165 <        <size>
166 <         <width>84</width>
167 <         <height>0</height>
168 <        </size>
169 <       </property>
170 <       <property name="text">
171 <        <string>Type:</string>
172 <       </property>
173 <      </widget>
124 >      <property name="text">
125 >       <string>Weapons</string>
126 >      </property>
127       </item>
128       <item>
129 <      <widget class="QComboBox" name="cbType">
130 <       <item>
131 <        <property name="text">
179 <         <string>Weapons</string>
180 <        </property>
181 <       </item>
182 <       <item>
183 <        <property name="text">
184 <         <string>Characters</string>
185 <        </property>
186 <       </item>
187 <       <item>
188 <        <property name="text">
189 <         <string>Particles</string>
190 <        </property>
191 <       </item>
192 <       <item>
193 <        <property name="text">
194 <         <string>Animations (non-combat)</string>
195 <        </property>
196 <       </item>
197 <       <item>
198 <        <property name="text">
199 <         <string>Animations (combat)</string>
200 <        </property>
201 <       </item>
202 <       <item>
203 <        <property name="text">
204 <         <string>Sounds</string>
205 <        </property>
206 <       </item>
207 <       <item>
208 <        <property name="text">
209 <         <string>User Interface</string>
210 <        </property>
211 <       </item>
212 <       <item>
213 <        <property name="text">
214 <         <string>New Levels</string>
215 <        </property>
216 <       </item>
217 <       <item>
218 <        <property name="text">
219 <         <string>Scenarios</string>
220 <        </property>
221 <       </item>
222 <      </widget>
129 >      <property name="text">
130 >       <string>Characters</string>
131 >      </property>
132       </item>
224    </layout>
225   </item>
226   <item>
227    <layout class="QHBoxLayout" name="horizontalLayout_5">
133       <item>
134 <      <widget class="QLabel" name="label_6">
135 <       <property name="text">
136 <        <string>Package Number:</string>
137 <       </property>
138 <      </widget>
134 >      <property name="text">
135 >       <string>Particles</string>
136 >      </property>
137 >     </item>
138 >     <item>
139 >      <property name="text">
140 >       <string>Animations (non-combat)</string>
141 >      </property>
142 >     </item>
143 >     <item>
144 >      <property name="text">
145 >       <string>Animations (combat)</string>
146 >      </property>
147 >     </item>
148 >     <item>
149 >      <property name="text">
150 >       <string>Sounds</string>
151 >      </property>
152       </item>
153       <item>
154 +      <property name="text">
155 +       <string>User Interface</string>
156 +      </property>
157 +     </item>
158 +     <item>
159 +      <property name="text">
160 +       <string>New Levels</string>
161 +      </property>
162 +     </item>
163 +     <item>
164 +      <property name="text">
165 +       <string>Scenarios</string>
166 +      </property>
167 +     </item>
168 +    </widget>
169 +   </item>
170 +   <item row="5" column="0">
171 +    <widget class="QLabel" name="label_6">
172 +     <property name="text">
173 +      <string>Package Number:</string>
174 +     </property>
175 +    </widget>
176 +   </item>
177 +   <item row="5" column="1">
178 +    <layout class="QHBoxLayout" name="horizontalLayout_5">
179 +     <item>
180        <widget class="QLineEdit" name="lePackageNumber"/>
181       </item>
182       <item>
183        <widget class="QPushButton" name="pbCheck">
184         <property name="toolTip">
185 <        <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;
242 < &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;
243 < p, li { white-space: pre-wrap; }
244 < &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;
245 < &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>
185 >        <string>Check if the current number is available using a online database</string>
186         </property>
187         <property name="text">
188          <string>Check</string>
# Line 251 | Line 191 | p, li { white-space: pre-wrap; }
191       </item>
192      </layout>
193     </item>
194 <   <item>
194 >   <item row="6" column="0">
195 >    <widget class="QLabel" name="label_7">
196 >     <property name="text">
197 >      <string>Scripts:</string>
198 >     </property>
199 >    </widget>
200 >   </item>
201 >   <item row="6" column="1">
202      <layout class="QHBoxLayout" name="horizontalLayout_6">
203       <item>
257      <widget class="QLabel" name="label_7">
258       <property name="sizePolicy">
259        <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
260         <horstretch>0</horstretch>
261         <verstretch>0</verstretch>
262        </sizepolicy>
263       </property>
264       <property name="minimumSize">
265        <size>
266         <width>84</width>
267         <height>0</height>
268        </size>
269       </property>
270       <property name="text">
271        <string>Scripts:</string>
272       </property>
273      </widget>
274     </item>
275     <item>
204        <widget class="QRadioButton" name="rbReplace">
205         <property name="toolTip">
206 <        <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;
279 < &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;
280 < p, li { white-space: pre-wrap; }
281 < &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;
282 < &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>
206 >        <string>The Installer considers your mod a scenario and takes steps to exclude other BSL scenario mods from being installed for the same level</string>
207         </property>
208         <property name="text">
209          <string>Replace</string>
# Line 292 | Line 216 | p, li { white-space: pre-wrap; }
216       <item>
217        <widget class="QRadioButton" name="rbAdd">
218         <property name="toolTip">
219 <        <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;
296 < &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;
297 < p, li { white-space: pre-wrap; }
298 < &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;
299 < &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>
219 >        <string>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)</string>
220         </property>
221         <property name="text">
222          <string>Add</string>
# Line 305 | Line 225 | p, li { white-space: pre-wrap; }
225       </item>
226      </layout>
227     </item>
228 <   <item>
228 >   <item row="7" column="0">
229      <spacer name="verticalSpacer">
230       <property name="orientation">
231        <enum>Qt::Vertical</enum>
232       </property>
233 +     <property name="sizeType">
234 +      <enum>QSizePolicy::Expanding</enum>
235 +     </property>
236       <property name="sizeHint" stdset="0">
237        <size>
238         <width>20</width>
# Line 318 | Line 241 | p, li { white-space: pre-wrap; }
241       </property>
242      </spacer>
243     </item>
244 <   <item>
245 <    <widget class="QLabel" name="label_12">
244 >   <item row="8" column="0" colspan="2">
245 >    <widget class="QLabel" name="lbFieldsReadOnly">
246       <property name="text">
247        <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;
248   &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;
249   p, li { white-space: pre-wrap; }
250   &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;
251 < &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; color:#0000ff;&quot;&gt;* Fields read &lt;/span&gt;&lt;span style=&quot; font-size:8pt; color:#0000ff;&quot;&gt;only&lt;/span&gt;&lt;span style=&quot; font-size:8pt; color:#0000ff;&quot;&gt; by AEI2 when the package isn't at the mod depot.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
251 > &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; color:#0000ff;&quot;&gt;* Edit this text in packagepage2.cpp&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
252 >     </property>
253 >     <property name="wordWrap">
254 >      <bool>true</bool>
255       </property>
256      </widget>
257     </item>

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)