2 <class>newGameDialog</class>
3 <widget class="QWidget" name="newGameDialog" >
4 <property name="geometry" >
12 <property name="windowTitle" >
13 <string>Dialog</string>
15 <layout class="QVBoxLayout" >
16 <property name="margin" >
19 <property name="spacing" >
23 <layout class="QHBoxLayout" >
24 <property name="margin" >
27 <property name="spacing" >
31 <widget class="QGroupBox" name="groupBox_2" >
32 <property name="sizePolicy" >
34 <hsizetype>3</hsizetype>
35 <vsizetype>5</vsizetype>
36 <horstretch>0</horstretch>
37 <verstretch>0</verstretch>
40 <property name="title" >
41 <string>Players</string>
43 <layout class="QVBoxLayout" >
44 <property name="margin" >
47 <property name="spacing" >
51 <widget class="QTreeView" name="playerList" >
52 <property name="rootIsDecorated" >
55 <property name="uniformRowHeights" >
58 <property name="itemsExpandable" >
64 <layout class="QHBoxLayout" >
65 <property name="margin" >
68 <property name="spacing" >
72 <widget class="QPushButton" name="addPlayerButton" >
73 <property name="text" >
74 <string>&Add</string>
79 <widget class="QPushButton" name="removePlayerButton" >
80 <property name="text" >
81 <string>&Remove</string>
91 <widget class="QGroupBox" name="groupBox" >
92 <property name="sizePolicy" >
94 <hsizetype>7</hsizetype>
95 <vsizetype>5</vsizetype>
96 <horstretch>0</horstretch>
97 <verstretch>0</verstretch>
100 <property name="title" >
103 <layout class="QGridLayout" >
104 <property name="margin" >
107 <property name="spacing" >
110 <item row="1" column="1" >
111 <widget class="QSpinBox" name="widthSB" >
112 <property name="maximum" >
115 <property name="minimum" >
118 <property name="value" >
123 <item row="2" column="1" >
124 <widget class="QSpinBox" name="heightSB" >
125 <property name="maximum" >
128 <property name="minimum" >
131 <property name="value" >
136 <item row="0" column="1" >
137 <widget class="QSpinBox" name="neutralPlanetsSB" >
138 <property name="maximum" >
141 <property name="minimum" >
144 <property name="value" >
149 <item row="4" column="0" colspan="2" >
150 <widget class="QPushButton" name="rejectMap" >
151 <property name="text" >
152 <string>&Reject</string>
156 <item row="0" column="0" >
157 <widget class="QLabel" name="label_2" >
158 <property name="text" >
159 <string>&Neutral Planets:</string>
161 <property name="buddy" >
162 <cstring>neutralPlanetsSB</cstring>
166 <item row="3" column="0" colspan="2" >
167 <widget class="MiniMapView" native="1" name="map" >
168 <property name="sizePolicy" >
170 <hsizetype>7</hsizetype>
171 <vsizetype>7</vsizetype>
172 <horstretch>0</horstretch>
173 <verstretch>0</verstretch>
178 <item row="1" column="0" >
179 <widget class="QLabel" name="label_3" >
180 <property name="text" >
181 <string>&Width:</string>
183 <property name="buddy" >
184 <cstring>widthSB</cstring>
188 <item row="2" column="0" >
189 <widget class="QLabel" name="label_4" >
190 <property name="text" >
191 <string>&Height:</string>
193 <property name="buddy" >
194 <cstring>heightSB</cstring>
207 <class>MiniMapView</class>
208 <extends>QWidget</extends>
209 <header>minimapview.h</header>
210 <container>1</container>