author | koda |
Sun, 26 Sep 2010 17:02:44 +0200 | |
changeset 3906 | c5da430cb3fd |
parent 2596 | 41b46f83d088 |
permissions | -rw-r--r-- |
2589 | 1 |
<?xml version="1.0" encoding="UTF-8"?> |
2 |
<ui version="4.0"> |
|
3 |
<class>TeamEdit</class> |
|
4 |
<widget class="QWidget" name="TeamEdit"> |
|
5 |
<property name="geometry"> |
|
6 |
<rect> |
|
7 |
<x>0</x> |
|
8 |
<y>0</y> |
|
2594 | 9 |
<width>450</width> |
10 |
<height>414</height> |
|
2589 | 11 |
</rect> |
12 |
</property> |
|
13 |
<property name="windowTitle"> |
|
14 |
<string>Form</string> |
|
15 |
</property> |
|
2594 | 16 |
<layout class="QGridLayout" name="gridLayout_2"> |
17 |
<item row="0" column="0" colspan="2"> |
|
18 |
<layout class="QGridLayout" name="gridLayout"> |
|
19 |
<item row="0" column="0"> |
|
20 |
<widget class="QLabel" name="label"> |
|
21 |
<property name="text"> |
|
22 |
<string>Team name</string> |
|
23 |
</property> |
|
24 |
</widget> |
|
25 |
</item> |
|
26 |
<item row="0" column="1"> |
|
27 |
<widget class="QLineEdit" name="leTeamName"/> |
|
28 |
</item> |
|
29 |
<item row="1" column="1"> |
|
30 |
<widget class="QComboBox" name="cbColor"/> |
|
31 |
</item> |
|
32 |
<item row="1" column="0"> |
|
33 |
<widget class="QLabel" name="label_2"> |
|
34 |
<property name="text"> |
|
35 |
<string>Colour</string> |
|
36 |
</property> |
|
37 |
</widget> |
|
38 |
</item> |
|
39 |
<item row="2" column="0"> |
|
40 |
<widget class="QLabel" name="label_3"> |
|
41 |
<property name="text"> |
|
42 |
<string>Fort</string> |
|
43 |
</property> |
|
44 |
</widget> |
|
45 |
</item> |
|
46 |
<item row="3" column="0"> |
|
47 |
<widget class="QLabel" name="label_4"> |
|
48 |
<property name="text"> |
|
49 |
<string>Grave</string> |
|
50 |
</property> |
|
51 |
</widget> |
|
52 |
</item> |
|
53 |
<item row="2" column="1"> |
|
54 |
<widget class="QLineEdit" name="leFort"/> |
|
55 |
</item> |
|
56 |
<item row="3" column="1"> |
|
57 |
<widget class="QLineEdit" name="leGrave"/> |
|
58 |
</item> |
|
59 |
<item row="4" column="0"> |
|
60 |
<widget class="QLabel" name="label_5"> |
|
61 |
<property name="text"> |
|
62 |
<string>Voicepack</string> |
|
63 |
</property> |
|
64 |
</widget> |
|
65 |
</item> |
|
66 |
<item row="4" column="1"> |
|
67 |
<widget class="QLineEdit" name="leVoicepack"/> |
|
68 |
</item> |
|
69 |
</layout> |
|
70 |
</item> |
|
2596
41b46f83d088
Compete loading teams/hedgehogs part from mission config
unc0rr
parents:
2594
diff
changeset
|
71 |
<item row="1" column="0" rowspan="3"> |
41b46f83d088
Compete loading teams/hedgehogs part from mission config
unc0rr
parents:
2594
diff
changeset
|
72 |
<widget class="QScrollArea" name="scrollArea"> |
41b46f83d088
Compete loading teams/hedgehogs part from mission config
unc0rr
parents:
2594
diff
changeset
|
73 |
<property name="widgetResizable"> |
41b46f83d088
Compete loading teams/hedgehogs part from mission config
unc0rr
parents:
2594
diff
changeset
|
74 |
<bool>true</bool> |
41b46f83d088
Compete loading teams/hedgehogs part from mission config
unc0rr
parents:
2594
diff
changeset
|
75 |
</property> |
41b46f83d088
Compete loading teams/hedgehogs part from mission config
unc0rr
parents:
2594
diff
changeset
|
76 |
<widget class="QWidget" name="scrollAreaWidgetContents"> |
41b46f83d088
Compete loading teams/hedgehogs part from mission config
unc0rr
parents:
2594
diff
changeset
|
77 |
<property name="geometry"> |
41b46f83d088
Compete loading teams/hedgehogs part from mission config
unc0rr
parents:
2594
diff
changeset
|
78 |
<rect> |
41b46f83d088
Compete loading teams/hedgehogs part from mission config
unc0rr
parents:
2594
diff
changeset
|
79 |
<x>0</x> |
41b46f83d088
Compete loading teams/hedgehogs part from mission config
unc0rr
parents:
2594
diff
changeset
|
80 |
<y>0</y> |
41b46f83d088
Compete loading teams/hedgehogs part from mission config
unc0rr
parents:
2594
diff
changeset
|
81 |
<width>301</width> |
41b46f83d088
Compete loading teams/hedgehogs part from mission config
unc0rr
parents:
2594
diff
changeset
|
82 |
<height>235</height> |
41b46f83d088
Compete loading teams/hedgehogs part from mission config
unc0rr
parents:
2594
diff
changeset
|
83 |
</rect> |
2594 | 84 |
</property> |
2596
41b46f83d088
Compete loading teams/hedgehogs part from mission config
unc0rr
parents:
2594
diff
changeset
|
85 |
<layout class="QVBoxLayout" name="verticalLayout"> |
41b46f83d088
Compete loading teams/hedgehogs part from mission config
unc0rr
parents:
2594
diff
changeset
|
86 |
<property name="spacing"> |
41b46f83d088
Compete loading teams/hedgehogs part from mission config
unc0rr
parents:
2594
diff
changeset
|
87 |
<number>3</number> |
41b46f83d088
Compete loading teams/hedgehogs part from mission config
unc0rr
parents:
2594
diff
changeset
|
88 |
</property> |
41b46f83d088
Compete loading teams/hedgehogs part from mission config
unc0rr
parents:
2594
diff
changeset
|
89 |
<property name="margin"> |
41b46f83d088
Compete loading teams/hedgehogs part from mission config
unc0rr
parents:
2594
diff
changeset
|
90 |
<number>4</number> |
41b46f83d088
Compete loading teams/hedgehogs part from mission config
unc0rr
parents:
2594
diff
changeset
|
91 |
</property> |
41b46f83d088
Compete loading teams/hedgehogs part from mission config
unc0rr
parents:
2594
diff
changeset
|
92 |
<item> |
41b46f83d088
Compete loading teams/hedgehogs part from mission config
unc0rr
parents:
2594
diff
changeset
|
93 |
<widget class="HedgehogEdit" name="widget" native="true"/> |
41b46f83d088
Compete loading teams/hedgehogs part from mission config
unc0rr
parents:
2594
diff
changeset
|
94 |
</item> |
41b46f83d088
Compete loading teams/hedgehogs part from mission config
unc0rr
parents:
2594
diff
changeset
|
95 |
<item> |
41b46f83d088
Compete loading teams/hedgehogs part from mission config
unc0rr
parents:
2594
diff
changeset
|
96 |
<widget class="HedgehogEdit" name="widget_3" native="true"/> |
41b46f83d088
Compete loading teams/hedgehogs part from mission config
unc0rr
parents:
2594
diff
changeset
|
97 |
</item> |
41b46f83d088
Compete loading teams/hedgehogs part from mission config
unc0rr
parents:
2594
diff
changeset
|
98 |
<item> |
41b46f83d088
Compete loading teams/hedgehogs part from mission config
unc0rr
parents:
2594
diff
changeset
|
99 |
<widget class="HedgehogEdit" name="widget_4" native="true"/> |
41b46f83d088
Compete loading teams/hedgehogs part from mission config
unc0rr
parents:
2594
diff
changeset
|
100 |
</item> |
41b46f83d088
Compete loading teams/hedgehogs part from mission config
unc0rr
parents:
2594
diff
changeset
|
101 |
<item> |
41b46f83d088
Compete loading teams/hedgehogs part from mission config
unc0rr
parents:
2594
diff
changeset
|
102 |
<widget class="HedgehogEdit" name="widget_5" native="true"/> |
41b46f83d088
Compete loading teams/hedgehogs part from mission config
unc0rr
parents:
2594
diff
changeset
|
103 |
</item> |
41b46f83d088
Compete loading teams/hedgehogs part from mission config
unc0rr
parents:
2594
diff
changeset
|
104 |
<item> |
41b46f83d088
Compete loading teams/hedgehogs part from mission config
unc0rr
parents:
2594
diff
changeset
|
105 |
<widget class="HedgehogEdit" name="widget_6" native="true"/> |
41b46f83d088
Compete loading teams/hedgehogs part from mission config
unc0rr
parents:
2594
diff
changeset
|
106 |
</item> |
41b46f83d088
Compete loading teams/hedgehogs part from mission config
unc0rr
parents:
2594
diff
changeset
|
107 |
<item> |
41b46f83d088
Compete loading teams/hedgehogs part from mission config
unc0rr
parents:
2594
diff
changeset
|
108 |
<widget class="HedgehogEdit" name="widget_7" native="true"/> |
41b46f83d088
Compete loading teams/hedgehogs part from mission config
unc0rr
parents:
2594
diff
changeset
|
109 |
</item> |
41b46f83d088
Compete loading teams/hedgehogs part from mission config
unc0rr
parents:
2594
diff
changeset
|
110 |
<item> |
41b46f83d088
Compete loading teams/hedgehogs part from mission config
unc0rr
parents:
2594
diff
changeset
|
111 |
<widget class="HedgehogEdit" name="widget_8" native="true"/> |
41b46f83d088
Compete loading teams/hedgehogs part from mission config
unc0rr
parents:
2594
diff
changeset
|
112 |
</item> |
41b46f83d088
Compete loading teams/hedgehogs part from mission config
unc0rr
parents:
2594
diff
changeset
|
113 |
<item> |
41b46f83d088
Compete loading teams/hedgehogs part from mission config
unc0rr
parents:
2594
diff
changeset
|
114 |
<widget class="HedgehogEdit" name="widget_2" native="true"/> |
41b46f83d088
Compete loading teams/hedgehogs part from mission config
unc0rr
parents:
2594
diff
changeset
|
115 |
</item> |
41b46f83d088
Compete loading teams/hedgehogs part from mission config
unc0rr
parents:
2594
diff
changeset
|
116 |
<item> |
41b46f83d088
Compete loading teams/hedgehogs part from mission config
unc0rr
parents:
2594
diff
changeset
|
117 |
<spacer name="verticalSpacer_2"> |
41b46f83d088
Compete loading teams/hedgehogs part from mission config
unc0rr
parents:
2594
diff
changeset
|
118 |
<property name="orientation"> |
41b46f83d088
Compete loading teams/hedgehogs part from mission config
unc0rr
parents:
2594
diff
changeset
|
119 |
<enum>Qt::Vertical</enum> |
41b46f83d088
Compete loading teams/hedgehogs part from mission config
unc0rr
parents:
2594
diff
changeset
|
120 |
</property> |
41b46f83d088
Compete loading teams/hedgehogs part from mission config
unc0rr
parents:
2594
diff
changeset
|
121 |
<property name="sizeHint" stdset="0"> |
41b46f83d088
Compete loading teams/hedgehogs part from mission config
unc0rr
parents:
2594
diff
changeset
|
122 |
<size> |
41b46f83d088
Compete loading teams/hedgehogs part from mission config
unc0rr
parents:
2594
diff
changeset
|
123 |
<width>20</width> |
41b46f83d088
Compete loading teams/hedgehogs part from mission config
unc0rr
parents:
2594
diff
changeset
|
124 |
<height>120</height> |
41b46f83d088
Compete loading teams/hedgehogs part from mission config
unc0rr
parents:
2594
diff
changeset
|
125 |
</size> |
41b46f83d088
Compete loading teams/hedgehogs part from mission config
unc0rr
parents:
2594
diff
changeset
|
126 |
</property> |
41b46f83d088
Compete loading teams/hedgehogs part from mission config
unc0rr
parents:
2594
diff
changeset
|
127 |
</spacer> |
41b46f83d088
Compete loading teams/hedgehogs part from mission config
unc0rr
parents:
2594
diff
changeset
|
128 |
</item> |
41b46f83d088
Compete loading teams/hedgehogs part from mission config
unc0rr
parents:
2594
diff
changeset
|
129 |
</layout> |
41b46f83d088
Compete loading teams/hedgehogs part from mission config
unc0rr
parents:
2594
diff
changeset
|
130 |
</widget> |
2594 | 131 |
</widget> |
132 |
</item> |
|
133 |
<item row="1" column="1"> |
|
134 |
<widget class="QPushButton" name="pbAddHedgehog"> |
|
2589 | 135 |
<property name="text"> |
2594 | 136 |
<string>Add hedgehog</string> |
2589 | 137 |
</property> |
138 |
</widget> |
|
139 |
</item> |
|
2594 | 140 |
<item row="2" column="1"> |
141 |
<spacer name="verticalSpacer"> |
|
2589 | 142 |
<property name="orientation"> |
2594 | 143 |
<enum>Qt::Vertical</enum> |
2589 | 144 |
</property> |
145 |
<property name="sizeHint" stdset="0"> |
|
146 |
<size> |
|
2594 | 147 |
<width>117</width> |
148 |
<height>125</height> |
|
2589 | 149 |
</size> |
150 |
</property> |
|
151 |
</spacer> |
|
152 |
</item> |
|
2596
41b46f83d088
Compete loading teams/hedgehogs part from mission config
unc0rr
parents:
2594
diff
changeset
|
153 |
<item row="3" column="1"> |
2594 | 154 |
<widget class="QPushButton" name="pbDeleteTeam"> |
155 |
<property name="text"> |
|
156 |
<string>Delete team</string> |
|
2589 | 157 |
</property> |
158 |
</widget> |
|
159 |
</item> |
|
160 |
</layout> |
|
161 |
</widget> |
|
2596
41b46f83d088
Compete loading teams/hedgehogs part from mission config
unc0rr
parents:
2594
diff
changeset
|
162 |
<customwidgets> |
41b46f83d088
Compete loading teams/hedgehogs part from mission config
unc0rr
parents:
2594
diff
changeset
|
163 |
<customwidget> |
41b46f83d088
Compete loading teams/hedgehogs part from mission config
unc0rr
parents:
2594
diff
changeset
|
164 |
<class>HedgehogEdit</class> |
41b46f83d088
Compete loading teams/hedgehogs part from mission config
unc0rr
parents:
2594
diff
changeset
|
165 |
<extends>QWidget</extends> |
41b46f83d088
Compete loading teams/hedgehogs part from mission config
unc0rr
parents:
2594
diff
changeset
|
166 |
<header>hedgehogedit.h</header> |
41b46f83d088
Compete loading teams/hedgehogs part from mission config
unc0rr
parents:
2594
diff
changeset
|
167 |
<container>1</container> |
41b46f83d088
Compete loading teams/hedgehogs part from mission config
unc0rr
parents:
2594
diff
changeset
|
168 |
</customwidget> |
41b46f83d088
Compete loading teams/hedgehogs part from mission config
unc0rr
parents:
2594
diff
changeset
|
169 |
</customwidgets> |
2589 | 170 |
<resources/> |
171 |
<connections/> |
|
172 |
</ui> |