]> ruin.nu Git - eonsl.git/blob - eonsl/widgets/war.ui
The makefile linked wrong, just some cleanup..
[eonsl.git] / eonsl / widgets / war.ui
1 <!DOCTYPE UI><UI>
2 <class>CWarBase</class>
3 <widget>
4     <class>QDialog</class>
5     <property stdset="1">
6         <name>name</name>
7         <cstring>War</cstring>
8     </property>
9     <property stdset="1">
10         <name>geometry</name>
11         <rect>
12             <x>0</x>
13             <y>0</y>
14             <width>402</width>
15             <height>470</height>
16         </rect>
17     </property>
18     <property stdset="1">
19         <name>caption</name>
20         <string>NoName</string>
21     </property>
22     <widget>
23         <class>QListBox</class>
24         <property stdset="1">
25             <name>name</name>
26             <cstring>InvolvList</cstring>
27         </property>
28         <property stdset="1">
29             <name>geometry</name>
30             <rect>
31                 <x>230</x>
32                 <y>330</y>
33                 <width>150</width>
34                 <height>70</height>
35             </rect>
36         </property>
37     </widget>
38     <widget>
39         <class>QLabel</class>
40         <property stdset="1">
41             <name>name</name>
42             <cstring>InvolvLabel</cstring>
43         </property>
44         <property stdset="1">
45             <name>geometry</name>
46             <rect>
47                 <x>230</x>
48                 <y>300</y>
49                 <width>100</width>
50                 <height>30</height>
51             </rect>
52         </property>
53         <property stdset="1">
54             <name>text</name>
55             <string>Involverad med:</string>
56         </property>
57         <property>
58             <name>buddy</name>
59             <cstring></cstring>
60         </property>
61     </widget>
62     <widget>
63         <class>QLabel</class>
64         <property stdset="1">
65             <name>name</name>
66             <cstring>AvstandLabel</cstring>
67         </property>
68         <property stdset="1">
69             <name>geometry</name>
70             <rect>
71                 <x>230</x>
72                 <y>20</y>
73                 <width>100</width>
74                 <height>20</height>
75             </rect>
76         </property>
77         <property stdset="1">
78             <name>text</name>
79             <string>Avståndsanfallare</string>
80         </property>
81     </widget>
82     <widget>
83         <class>QLabel</class>
84         <property stdset="1">
85             <name>name</name>
86             <cstring>OppningLabel</cstring>
87         </property>
88         <property stdset="1">
89             <name>geometry</name>
90             <rect>
91                 <x>230</x>
92                 <y>150</y>
93                 <width>110</width>
94                 <height>20</height>
95             </rect>
96         </property>
97         <property stdset="1">
98             <name>text</name>
99             <string>Öppnings</string>
100         </property>
101     </widget>
102     <widget>
103         <class>QPushButton</class>
104         <property stdset="1">
105             <name>name</name>
106             <cstring>RunButton</cstring>
107         </property>
108         <property stdset="1">
109             <name>geometry</name>
110             <rect>
111                 <x>280</x>
112                 <y>410</y>
113                 <width>100</width>
114                 <height>30</height>
115             </rect>
116         </property>
117         <property stdset="1">
118             <name>text</name>
119             <string>Kör</string>
120         </property>
121     </widget>
122     <widget>
123         <class>QLabel</class>
124         <property stdset="1">
125             <name>name</name>
126             <cstring>RPLabel</cstring>
127         </property>
128         <property stdset="1">
129             <name>geometry</name>
130             <rect>
131                 <x>20</x>
132                 <y>10</y>
133                 <width>100</width>
134                 <height>30</height>
135             </rect>
136         </property>
137         <property stdset="1">
138             <name>text</name>
139             <string>Försvarare</string>
140         </property>
141     </widget>
142     <widget>
143         <class>QListView</class>
144         <column>
145             <property>
146                 <name>text</name>
147                 <string>Motståndare</string>
148             </property>
149             <property>
150                 <name>clickable</name>
151                 <bool>true</bool>
152             </property>
153             <property>
154                 <name>resizeable</name>
155                 <bool>true</bool>
156             </property>
157         </column>
158         <property stdset="1">
159             <name>name</name>
160             <cstring>OppningView</cstring>
161         </property>
162         <property stdset="1">
163             <name>geometry</name>
164             <rect>
165                 <x>230</x>
166                 <y>170</y>
167                 <width>170</width>
168                 <height>130</height>
169             </rect>
170         </property>
171         <property stdset="1">
172             <name>vScrollBarMode</name>
173             <enum>Auto</enum>
174         </property>
175         <property stdset="1">
176             <name>hScrollBarMode</name>
177             <enum>Auto</enum>
178         </property>
179     </widget>
180     <widget>
181         <class>QListView</class>
182         <column>
183             <property>
184                 <name>text</name>
185                 <string>Skyttar</string>
186             </property>
187             <property>
188                 <name>clickable</name>
189                 <bool>true</bool>
190             </property>
191             <property>
192                 <name>resizeable</name>
193                 <bool>true</bool>
194             </property>
195         </column>
196         <property stdset="1">
197             <name>name</name>
198             <cstring>AvstandView</cstring>
199         </property>
200         <property stdset="1">
201             <name>geometry</name>
202             <rect>
203                 <x>230</x>
204                 <y>40</y>
205                 <width>170</width>
206                 <height>110</height>
207             </rect>
208         </property>
209         <property stdset="1">
210             <name>vScrollBarMode</name>
211             <enum>Auto</enum>
212         </property>
213         <property stdset="1">
214             <name>hScrollBarMode</name>
215             <enum>Auto</enum>
216         </property>
217     </widget>
218     <widget>
219         <class>QListView</class>
220         <column>
221             <property>
222                 <name>text</name>
223                 <string>New Column</string>
224             </property>
225             <property>
226                 <name>clickable</name>
227                 <bool>true</bool>
228             </property>
229             <property>
230                 <name>resizeable</name>
231                 <bool>true</bool>
232             </property>
233         </column>
234         <property stdset="1">
235             <name>name</name>
236             <cstring>ForsvarView</cstring>
237         </property>
238         <property stdset="1">
239             <name>geometry</name>
240             <rect>
241                 <x>20</x>
242                 <y>40</y>
243                 <width>150</width>
244                 <height>360</height>
245             </rect>
246         </property>
247         <property stdset="1">
248             <name>vScrollBarMode</name>
249             <enum>Auto</enum>
250         </property>
251         <property stdset="1">
252             <name>hScrollBarMode</name>
253             <enum>Auto</enum>
254         </property>
255     </widget>
256 </widget>
257 </UI>