2572
|
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
|
2 |
<ui version="4.0">
|
|
3 |
<class>editor</class>
|
|
4 |
<widget class="QMainWindow" name="editor">
|
|
5 |
<property name="geometry">
|
|
6 |
<rect>
|
|
7 |
<x>0</x>
|
|
8 |
<y>0</y>
|
|
9 |
<width>601</width>
|
|
10 |
<height>526</height>
|
|
11 |
</rect>
|
|
12 |
</property>
|
|
13 |
<property name="windowTitle">
|
|
14 |
<string>editor</string>
|
|
15 |
</property>
|
|
16 |
<widget class="QWidget" name="centralWidget">
|
|
17 |
<layout class="QGridLayout" name="gridLayout">
|
|
18 |
<item row="0" column="0">
|
|
19 |
<widget class="QTabWidget" name="tabWidget">
|
|
20 |
<property name="currentIndex">
|
|
21 |
<number>0</number>
|
|
22 |
</property>
|
|
23 |
<widget class="QWidget" name="tab">
|
|
24 |
<attribute name="title">
|
|
25 |
<string>Options</string>
|
|
26 |
</attribute>
|
|
27 |
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
28 |
<item>
|
|
29 |
<layout class="QVBoxLayout" name="verticalLayout">
|
|
30 |
<item>
|
|
31 |
<widget class="QCheckBox" name="cbInvulnerable">
|
|
32 |
<property name="text">
|
|
33 |
<string>Invulnerable</string>
|
|
34 |
</property>
|
|
35 |
</widget>
|
|
36 |
</item>
|
|
37 |
<item>
|
|
38 |
<widget class="QCheckBox" name="cbArtillery">
|
|
39 |
<property name="text">
|
|
40 |
<string>Artillery</string>
|
|
41 |
</property>
|
|
42 |
</widget>
|
|
43 |
</item>
|
|
44 |
<item>
|
|
45 |
<widget class="QCheckBox" name="cbSolidLand">
|
|
46 |
<property name="text">
|
|
47 |
<string>SolidLand</string>
|
|
48 |
</property>
|
|
49 |
</widget>
|
|
50 |
</item>
|
|
51 |
<item>
|
|
52 |
<widget class="QCheckBox" name="cbVampiric">
|
|
53 |
<property name="text">
|
|
54 |
<string>Vampiric</string>
|
|
55 |
</property>
|
|
56 |
</widget>
|
|
57 |
</item>
|
|
58 |
<item>
|
|
59 |
<widget class="QCheckBox" name="cbOneClanMode">
|
|
60 |
<property name="text">
|
|
61 |
<string>OneClanMode</string>
|
|
62 |
</property>
|
|
63 |
<property name="checked">
|
|
64 |
<bool>true</bool>
|
|
65 |
</property>
|
|
66 |
</widget>
|
|
67 |
</item>
|
|
68 |
<item>
|
|
69 |
<widget class="QCheckBox" name="cbKarma">
|
|
70 |
<property name="text">
|
|
71 |
<string>Karma</string>
|
|
72 |
</property>
|
|
73 |
</widget>
|
|
74 |
</item>
|
|
75 |
<item>
|
|
76 |
<widget class="QCheckBox" name="cbLaserSight">
|
|
77 |
<property name="text">
|
|
78 |
<string>LaserSight</string>
|
|
79 |
</property>
|
|
80 |
</widget>
|
|
81 |
</item>
|
|
82 |
<item>
|
|
83 |
<widget class="QCheckBox" name="cbBorder">
|
|
84 |
<property name="text">
|
|
85 |
<string>Border</string>
|
|
86 |
</property>
|
|
87 |
</widget>
|
|
88 |
</item>
|
|
89 |
<item>
|
|
90 |
<widget class="QCheckBox" name="cbLowGravity">
|
|
91 |
<property name="text">
|
|
92 |
<string>LowGravity</string>
|
|
93 |
</property>
|
|
94 |
</widget>
|
|
95 |
</item>
|
|
96 |
<item>
|
|
97 |
<widget class="QCheckBox" name="cbMines">
|
|
98 |
<property name="text">
|
|
99 |
<string>Mines</string>
|
|
100 |
</property>
|
|
101 |
</widget>
|
|
102 |
</item>
|
|
103 |
<item>
|
|
104 |
<widget class="QCheckBox" name="cbDivideTeams">
|
|
105 |
<property name="text">
|
|
106 |
<string>DivideTeams</string>
|
|
107 |
</property>
|
|
108 |
</widget>
|
|
109 |
</item>
|
|
110 |
<item>
|
|
111 |
<widget class="QCheckBox" name="cbMultiWeapon">
|
|
112 |
<property name="text">
|
|
113 |
<string>MultiWeapon</string>
|
|
114 |
</property>
|
|
115 |
<property name="checked">
|
|
116 |
<bool>true</bool>
|
|
117 |
</property>
|
|
118 |
</widget>
|
|
119 |
</item>
|
|
120 |
<item>
|
|
121 |
<widget class="QCheckBox" name="cbForts">
|
|
122 |
<property name="text">
|
|
123 |
<string>Forts</string>
|
|
124 |
</property>
|
|
125 |
</widget>
|
|
126 |
</item>
|
|
127 |
<item>
|
|
128 |
<spacer name="verticalSpacer">
|
|
129 |
<property name="orientation">
|
|
130 |
<enum>Qt::Vertical</enum>
|
|
131 |
</property>
|
|
132 |
<property name="sizeHint" stdset="0">
|
|
133 |
<size>
|
|
134 |
<width>20</width>
|
|
135 |
<height>40</height>
|
|
136 |
</size>
|
|
137 |
</property>
|
|
138 |
</spacer>
|
|
139 |
</item>
|
|
140 |
</layout>
|
|
141 |
</item>
|
|
142 |
<item>
|
|
143 |
<layout class="QGridLayout" name="gridLayout_2">
|
|
144 |
<item row="0" column="0">
|
|
145 |
<widget class="QLabel" name="labelSeed">
|
|
146 |
<property name="text">
|
|
147 |
<string>Seed</string>
|
|
148 |
</property>
|
|
149 |
</widget>
|
|
150 |
</item>
|
|
151 |
<item row="0" column="1">
|
|
152 |
<widget class="QLineEdit" name="leSeed">
|
|
153 |
<property name="text">
|
|
154 |
<string>foobar</string>
|
|
155 |
</property>
|
|
156 |
</widget>
|
|
157 |
</item>
|
|
158 |
<item row="1" column="0">
|
|
159 |
<widget class="QLabel" name="label">
|
|
160 |
<property name="text">
|
|
161 |
<string>Damage Modifier</string>
|
|
162 |
</property>
|
|
163 |
</widget>
|
|
164 |
</item>
|
|
165 |
<item row="2" column="0">
|
|
166 |
<widget class="QLabel" name="label_2">
|
|
167 |
<property name="text">
|
|
168 |
<string>Turn Time</string>
|
|
169 |
</property>
|
|
170 |
</widget>
|
|
171 |
</item>
|
|
172 |
<item row="3" column="0">
|
|
173 |
<widget class="QLabel" name="label_3">
|
|
174 |
<property name="text">
|
|
175 |
<string>Crate Drops</string>
|
|
176 |
</property>
|
|
177 |
</widget>
|
|
178 |
</item>
|
|
179 |
<item row="4" column="0">
|
|
180 |
<spacer name="verticalSpacer_2">
|
|
181 |
<property name="orientation">
|
|
182 |
<enum>Qt::Vertical</enum>
|
|
183 |
</property>
|
|
184 |
<property name="sizeHint" stdset="0">
|
|
185 |
<size>
|
|
186 |
<width>20</width>
|
|
187 |
<height>40</height>
|
|
188 |
</size>
|
|
189 |
</property>
|
|
190 |
</spacer>
|
|
191 |
</item>
|
|
192 |
<item row="1" column="1">
|
|
193 |
<widget class="QSpinBox" name="sbDamageModifier">
|
|
194 |
<property name="minimum">
|
|
195 |
<number>10</number>
|
|
196 |
</property>
|
|
197 |
<property name="maximum">
|
|
198 |
<number>300</number>
|
|
199 |
</property>
|
|
200 |
<property name="singleStep">
|
|
201 |
<number>15</number>
|
|
202 |
</property>
|
|
203 |
<property name="value">
|
|
204 |
<number>100</number>
|
|
205 |
</property>
|
|
206 |
</widget>
|
|
207 |
</item>
|
|
208 |
<item row="2" column="1">
|
|
209 |
<widget class="QSpinBox" name="sbTurnTime">
|
|
210 |
<property name="minimum">
|
|
211 |
<number>1000</number>
|
|
212 |
</property>
|
|
213 |
<property name="maximum">
|
|
214 |
<number>100000</number>
|
|
215 |
</property>
|
|
216 |
<property name="singleStep">
|
|
217 |
<number>5000</number>
|
|
218 |
</property>
|
|
219 |
<property name="value">
|
|
220 |
<number>45000</number>
|
|
221 |
</property>
|
|
222 |
</widget>
|
|
223 |
</item>
|
|
224 |
<item row="3" column="1">
|
|
225 |
<widget class="QSpinBox" name="sbCrateDrops">
|
|
226 |
<property name="maximum">
|
|
227 |
<number>3</number>
|
|
228 |
</property>
|
|
229 |
</widget>
|
|
230 |
</item>
|
|
231 |
</layout>
|
|
232 |
</item>
|
|
233 |
</layout>
|
|
234 |
</widget>
|
|
235 |
<widget class="QWidget" name="tab_2">
|
|
236 |
<attribute name="title">
|
|
237 |
<string>Triggers</string>
|
|
238 |
</attribute>
|
|
239 |
</widget>
|
|
240 |
</widget>
|
|
241 |
</item>
|
|
242 |
</layout>
|
|
243 |
</widget>
|
|
244 |
<widget class="QMenuBar" name="menuBar">
|
|
245 |
<property name="geometry">
|
|
246 |
<rect>
|
|
247 |
<x>0</x>
|
|
248 |
<y>0</y>
|
|
249 |
<width>601</width>
|
|
250 |
<height>28</height>
|
|
251 |
</rect>
|
|
252 |
</property>
|
|
253 |
<widget class="QMenu" name="menuFile">
|
|
254 |
<property name="title">
|
|
255 |
<string>&File</string>
|
|
256 |
</property>
|
|
257 |
<addaction name="action_Load"/>
|
|
258 |
<addaction name="action_Save"/>
|
|
259 |
<addaction name="separator"/>
|
|
260 |
<addaction name="action_Quit"/>
|
|
261 |
</widget>
|
|
262 |
<addaction name="menuFile"/>
|
|
263 |
</widget>
|
|
264 |
<widget class="QStatusBar" name="statusBar"/>
|
|
265 |
<action name="action_Load">
|
|
266 |
<property name="text">
|
|
267 |
<string>&Load...</string>
|
|
268 |
</property>
|
|
269 |
</action>
|
|
270 |
<action name="action_Save">
|
|
271 |
<property name="text">
|
|
272 |
<string>&Save</string>
|
|
273 |
</property>
|
|
274 |
</action>
|
|
275 |
<action name="action_Quit">
|
|
276 |
<property name="text">
|
|
277 |
<string>&Quit</string>
|
|
278 |
</property>
|
|
279 |
</action>
|
|
280 |
</widget>
|
|
281 |
<layoutdefault spacing="6" margin="11"/>
|
|
282 |
<resources/>
|
|
283 |
<connections/>
|
|
284 |
</ui>
|