equal
deleted
inserted
replaced
4 <widget class="QMainWindow" name="editor"> |
4 <widget class="QMainWindow" name="editor"> |
5 <property name="geometry"> |
5 <property name="geometry"> |
6 <rect> |
6 <rect> |
7 <x>0</x> |
7 <x>0</x> |
8 <y>0</y> |
8 <y>0</y> |
9 <width>601</width> |
9 <width>419</width> |
10 <height>526</height> |
10 <height>476</height> |
11 </rect> |
11 </rect> |
12 </property> |
12 </property> |
13 <property name="windowTitle"> |
13 <property name="windowTitle"> |
14 <string>editor</string> |
14 <string>editor</string> |
15 </property> |
15 </property> |
16 <widget class="QWidget" name="centralWidget"> |
16 <widget class="QWidget" name="centralWidget"> |
17 <layout class="QGridLayout" name="gridLayout"> |
17 <layout class="QGridLayout" name="gridLayout"> |
18 <item row="0" column="0"> |
18 <item row="0" column="0"> |
19 <widget class="QTabWidget" name="tabWidget"> |
19 <widget class="QTabWidget" name="tabWidget"> |
20 <property name="currentIndex"> |
20 <property name="currentIndex"> |
21 <number>0</number> |
21 <number>2</number> |
22 </property> |
22 </property> |
23 <widget class="QWidget" name="tab_4"> |
23 <widget class="QWidget" name="tab_4"> |
24 <attribute name="title"> |
24 <attribute name="title"> |
25 <string>Mission</string> |
25 <string>Mission</string> |
26 </attribute> |
26 </attribute> |
281 </widget> |
281 </widget> |
282 <widget class="QWidget" name="tab_3"> |
282 <widget class="QWidget" name="tab_3"> |
283 <attribute name="title"> |
283 <attribute name="title"> |
284 <string>Teams</string> |
284 <string>Teams</string> |
285 </attribute> |
285 </attribute> |
|
286 <layout class="QGridLayout" name="gridLayout_4"> |
|
287 <item row="0" column="0"> |
|
288 <widget class="TeamEdit" name="widget" native="true"/> |
|
289 </item> |
|
290 </layout> |
286 </widget> |
291 </widget> |
287 <widget class="QWidget" name="tab_2"> |
292 <widget class="QWidget" name="tab_2"> |
288 <attribute name="title"> |
293 <attribute name="title"> |
289 <string>Triggers</string> |
294 <string>Triggers</string> |
290 </attribute> |
295 </attribute> |
296 <widget class="QMenuBar" name="menuBar"> |
301 <widget class="QMenuBar" name="menuBar"> |
297 <property name="geometry"> |
302 <property name="geometry"> |
298 <rect> |
303 <rect> |
299 <x>0</x> |
304 <x>0</x> |
300 <y>0</y> |
305 <y>0</y> |
301 <width>601</width> |
306 <width>419</width> |
302 <height>28</height> |
307 <height>28</height> |
303 </rect> |
308 </rect> |
304 </property> |
309 </property> |
305 <widget class="QMenu" name="menuFile"> |
310 <widget class="QMenu" name="menuFile"> |
306 <property name="title"> |
311 <property name="title"> |
329 <string>&Quit</string> |
334 <string>&Quit</string> |
330 </property> |
335 </property> |
331 </action> |
336 </action> |
332 </widget> |
337 </widget> |
333 <layoutdefault spacing="6" margin="11"/> |
338 <layoutdefault spacing="6" margin="11"/> |
|
339 <customwidgets> |
|
340 <customwidget> |
|
341 <class>TeamEdit</class> |
|
342 <extends>QWidget</extends> |
|
343 <header>teamedit.h</header> |
|
344 <container>1</container> |
|
345 </customwidget> |
|
346 </customwidgets> |
334 <resources/> |
347 <resources/> |
335 <connections/> |
348 <connections/> |
336 </ui> |
349 </ui> |