]> ruin.nu Git - hbs.git/blob - bs/ui/infoview.ui
some changes
[hbs.git] / bs / ui / infoview.ui
1 <!DOCTYPE UI><UI version="3.0" stdsetdef="1">
2 <class>InfoView</class>
3 <widget class="QWidget">
4     <property name="name">
5         <cstring>InfoView</cstring>
6     </property>
7     <property name="geometry">
8         <rect>
9             <x>0</x>
10             <y>0</y>
11             <width>263</width>
12             <height>117</height>
13         </rect>
14     </property>
15     <property name="maximumSize">
16         <size>
17             <width>32767</width>
18             <height>150</height>
19         </size>
20     </property>
21     <property name="caption">
22         <string>Form2</string>
23     </property>
24     <vbox>
25         <property name="name">
26             <cstring>unnamed</cstring>
27         </property>
28         <property name="margin">
29             <number>0</number>
30         </property>
31         <property name="spacing">
32             <number>0</number>
33         </property>
34         <widget class="QLayoutWidget">
35             <property name="name">
36                 <cstring>Layout7</cstring>
37             </property>
38             <grid>
39                 <property name="name">
40                     <cstring>unnamed</cstring>
41                 </property>
42                 <property name="margin">
43                     <number>0</number>
44                 </property>
45                 <property name="spacing">
46                     <number>0</number>
47                 </property>
48                 <widget class="QLabel" row="2" column="0">
49                     <property name="name">
50                         <cstring>RaceLabel</cstring>
51                     </property>
52                     <property name="text">
53                         <string>&amp;Race</string>
54                     </property>
55                     <property name="buddy" stdset="0">
56                         <cstring>RaceCombo</cstring>
57                     </property>
58                 </widget>
59                 <widget class="QComboBox" row="2" column="1">
60                     <property name="name">
61                         <cstring>RaceCombo</cstring>
62                     </property>
63                 </widget>
64                 <widget class="QLabel" row="1" column="0">
65                     <property name="name">
66                         <cstring>EtaLabel</cstring>
67                     </property>
68                     <property name="text">
69                         <string>&amp;Eta</string>
70                     </property>
71                     <property name="buddy" stdset="0">
72                         <cstring>EtaSpin</cstring>
73                     </property>
74                 </widget>
75                 <widget class="QSpinBox" row="1" column="1">
76                     <property name="name">
77                         <cstring>EtaSpin</cstring>
78                     </property>
79                 </widget>
80                 <widget class="QLineEdit" row="0" column="1">
81                     <property name="name">
82                         <cstring>NameLine</cstring>
83                     </property>
84                 </widget>
85                 <widget class="QLabel" row="0" column="0">
86                     <property name="name">
87                         <cstring>NameLabel</cstring>
88                     </property>
89                     <property name="text">
90                         <string>&amp;Name</string>
91                     </property>
92                     <property name="buddy" stdset="0">
93                         <cstring>NameLine</cstring>
94                     </property>
95                 </widget>
96             </grid>
97         </widget>
98         <widget class="QLayoutWidget">
99             <property name="name">
100                 <cstring>Layout13</cstring>
101             </property>
102             <hbox>
103                 <property name="name">
104                     <cstring>unnamed</cstring>
105                 </property>
106                 <property name="margin">
107                     <number>0</number>
108                 </property>
109                 <property name="spacing">
110                     <number>0</number>
111                 </property>
112                 <widget class="QPushButton">
113                     <property name="name">
114                         <cstring>ApplyButton</cstring>
115                     </property>
116                     <property name="text">
117                         <string>&amp;Apply</string>
118                     </property>
119                 </widget>
120                 <widget class="QPushButton">
121                     <property name="name">
122                         <cstring>CancelButton</cstring>
123                     </property>
124                     <property name="text">
125                         <string>&amp;Cancel</string>
126                     </property>
127                 </widget>
128                 <spacer>
129                     <property name="name" stdset="0">
130                         <cstring>Spacer1</cstring>
131                     </property>
132                     <property name="orientation">
133                         <enum>Horizontal</enum>
134                     </property>
135                     <property name="sizeType">
136                         <enum>Expanding</enum>
137                     </property>
138                     <property name="sizeHint">
139                         <size>
140                             <width>20</width>
141                             <height>20</height>
142                         </size>
143                     </property>
144                 </spacer>
145                 <widget class="QPushButton">
146                     <property name="name">
147                         <cstring>NewButton</cstring>
148                     </property>
149                     <property name="enabled">
150                         <bool>false</bool>
151                     </property>
152                     <property name="text">
153                         <string>&amp;New</string>
154                     </property>
155                 </widget>
156                 <widget class="QPushButton">
157                     <property name="name">
158                         <cstring>RemoveButton</cstring>
159                     </property>
160                     <property name="enabled">
161                         <bool>false</bool>
162                     </property>
163                     <property name="text">
164                         <string>&amp;Remove</string>
165                     </property>
166                 </widget>
167             </hbox>
168         </widget>
169     </vbox>
170 </widget>
171 <connections>
172     <connection>
173         <sender>ApplyButton</sender>
174         <signal>clicked()</signal>
175         <receiver>InfoView</receiver>
176         <slot>ApplyButton_clicked()</slot>
177     </connection>
178     <connection>
179         <sender>CancelButton</sender>
180         <signal>clicked()</signal>
181         <receiver>InfoView</receiver>
182         <slot>CancelButton_clicked()</slot>
183     </connection>
184     <connection>
185         <sender>NewButton</sender>
186         <signal>clicked()</signal>
187         <receiver>InfoView</receiver>
188         <slot>NewButton_clicked()</slot>
189     </connection>
190     <connection>
191         <sender>RemoveButton</sender>
192         <signal>clicked()</signal>
193         <receiver>InfoView</receiver>
194         <slot>RemoveButton_clicked()</slot>
195     </connection>
196 </connections>
197 <includes>
198     <include location="global" impldecl="in declaration">vector</include>
199     <include location="local" impldecl="in implementation">infoview.ui.h</include>
200 </includes>
201 <signals>
202     <signal>remove()</signal>
203     <signal>cancel()</signal>
204     <signal>apply()</signal>
205     <signal>add()</signal>
206 </signals>
207 <slots>
208     <slot access="protected">init()</slot>
209     <slot access="protected">destroy()</slot>
210     <slot>setRaces( std::vector&lt;QString&gt; races )</slot>
211     <slot>setEta( int eta )</slot>
212     <slot>setFleetName( QString name )</slot>
213     <slot>setRace( QString name )</slot>
214     <slot>InfoView_destroyed( QObject * )</slot>
215     <slot>ApplyButton_clicked()</slot>
216     <slot>CancelButton_clicked()</slot>
217     <slot>NewButton_clicked()</slot>
218     <slot>RemoveButton_clicked()</slot>
219 </slots>
220 <layoutdefaults spacing="0" margin="0"/>
221 </UI>