source: psi/trunk/src/ui_accountreg.ui@ 124

Last change on this file since 124 was 2, checked in by dmik, 19 years ago

Imported original Psi 0.10 sources from Affinix

File size: 11.6 KB
Line 
1<!DOCTYPE UI><UI version="3.1" stdsetdef="1">
2<class>AccountRegUI</class>
3<widget class="QDialog">
4 <property name="name">
5 <cstring>AccountRegUI</cstring>
6 </property>
7 <property name="geometry">
8 <rect>
9 <x>0</x>
10 <y>0</y>
11 <width>378</width>
12 <height>401</height>
13 </rect>
14 </property>
15 <property name="caption">
16 <string>Register Account</string>
17 </property>
18 <vbox>
19 <property name="name">
20 <cstring>unnamed</cstring>
21 </property>
22 <property name="margin">
23 <number>11</number>
24 </property>
25 <property name="spacing">
26 <number>6</number>
27 </property>
28 <widget class="QGroupBox">
29 <property name="name">
30 <cstring>gb_account</cstring>
31 </property>
32 <property name="title">
33 <string>Account</string>
34 </property>
35 <grid>
36 <property name="name">
37 <cstring>unnamed</cstring>
38 </property>
39 <widget class="QLineEdit" row="0" column="1">
40 <property name="name">
41 <cstring>le_jid</cstring>
42 </property>
43 <property name="minimumSize">
44 <size>
45 <width>200</width>
46 <height>0</height>
47 </size>
48 </property>
49 </widget>
50 <widget class="QLabel" row="0" column="0">
51 <property name="name">
52 <cstring>TextLabel2_4</cstring>
53 </property>
54 <property name="text">
55 <string>Jabber ID:</string>
56 </property>
57 </widget>
58 <widget class="QLabel" row="3" column="0">
59 <property name="name">
60 <cstring>TextLabel2</cstring>
61 </property>
62 <property name="text">
63 <string>Confirm Password:</string>
64 </property>
65 </widget>
66 <widget class="QLineEdit" row="3" column="1">
67 <property name="name">
68 <cstring>le_confirm</cstring>
69 </property>
70 <property name="echoMode">
71 <enum>Password</enum>
72 </property>
73 </widget>
74 <widget class="QLineEdit" row="2" column="1">
75 <property name="name">
76 <cstring>le_pass</cstring>
77 </property>
78 <property name="echoMode">
79 <enum>Password</enum>
80 </property>
81 </widget>
82 <widget class="QLabel" row="2" column="0">
83 <property name="name">
84 <cstring>TextLabel1</cstring>
85 </property>
86 <property name="text">
87 <string>Password:</string>
88 </property>
89 </widget>
90 <widget class="QLabel" row="1" column="1">
91 <property name="name">
92 <cstring>textLabel3_2</cstring>
93 </property>
94 <property name="enabled">
95 <bool>false</bool>
96 </property>
97 <property name="font">
98 <font>
99 <italic>1</italic>
100 </font>
101 </property>
102 <property name="text">
103 <string>Example: juliet@capulet.com</string>
104 </property>
105 </widget>
106 </grid>
107 </widget>
108 <widget class="QGroupBox">
109 <property name="name">
110 <cstring>gb_proxy</cstring>
111 </property>
112 <property name="title">
113 <string>Proxy</string>
114 </property>
115 <vbox>
116 <property name="name">
117 <cstring>unnamed</cstring>
118 </property>
119 <widget class="QLabel">
120 <property name="name">
121 <cstring>lb_proxychooser</cstring>
122 </property>
123 <property name="text">
124 <string>proxychooser</string>
125 </property>
126 </widget>
127 </vbox>
128 </widget>
129 <widget class="QGroupBox">
130 <property name="name">
131 <cstring>gb_advanced</cstring>
132 </property>
133 <property name="title">
134 <string>Advanced</string>
135 </property>
136 <vbox>
137 <property name="name">
138 <cstring>unnamed</cstring>
139 </property>
140 <widget class="QCheckBox">
141 <property name="name">
142 <cstring>ck_ssl</cstring>
143 </property>
144 <property name="text">
145 <string>Use SSL encryption (to server)</string>
146 </property>
147 </widget>
148 <widget class="QCheckBox">
149 <property name="name">
150 <cstring>ck_host</cstring>
151 </property>
152 <property name="text">
153 <string>Manually Specify Server Host/Port:</string>
154 </property>
155 </widget>
156 <widget class="QLayoutWidget">
157 <property name="name">
158 <cstring>Layout4_2</cstring>
159 </property>
160 <hbox>
161 <property name="name">
162 <cstring>unnamed</cstring>
163 </property>
164 <property name="margin">
165 <number>0</number>
166 </property>
167 <property name="spacing">
168 <number>6</number>
169 </property>
170 <widget class="QLabel">
171 <property name="name">
172 <cstring>TextLabel1_8_2</cstring>
173 </property>
174 <property name="text">
175 <string>Host:</string>
176 </property>
177 </widget>
178 <widget class="QLineEdit">
179 <property name="name">
180 <cstring>le_host</cstring>
181 </property>
182 </widget>
183 <widget class="QLabel">
184 <property name="name">
185 <cstring>TextLabel4_2_2</cstring>
186 </property>
187 <property name="text">
188 <string>Port:</string>
189 </property>
190 </widget>
191 <widget class="QLineEdit">
192 <property name="name">
193 <cstring>le_port</cstring>
194 </property>
195 <property name="minimumSize">
196 <size>
197 <width>56</width>
198 <height>0</height>
199 </size>
200 </property>
201 <property name="maximumSize">
202 <size>
203 <width>56</width>
204 <height>32767</height>
205 </size>
206 </property>
207 </widget>
208 </hbox>
209 </widget>
210 </vbox>
211 </widget>
212 <spacer>
213 <property name="name">
214 <cstring>Spacer17</cstring>
215 </property>
216 <property name="orientation">
217 <enum>Vertical</enum>
218 </property>
219 <property name="sizeType">
220 <enum>Expanding</enum>
221 </property>
222 <property name="sizeHint">
223 <size>
224 <width>20</width>
225 <height>20</height>
226 </size>
227 </property>
228 </spacer>
229 <widget class="Line">
230 <property name="name">
231 <cstring>line2</cstring>
232 </property>
233 <property name="frameShape">
234 <enum>HLine</enum>
235 </property>
236 <property name="frameShadow">
237 <enum>Sunken</enum>
238 </property>
239 <property name="orientation">
240 <enum>Horizontal</enum>
241 </property>
242 </widget>
243 <widget class="QLayoutWidget">
244 <property name="name">
245 <cstring>layout23</cstring>
246 </property>
247 <hbox>
248 <property name="name">
249 <cstring>unnamed</cstring>
250 </property>
251 <widget class="BusyWidget">
252 <property name="name">
253 <cstring>busy</cstring>
254 </property>
255 </widget>
256 <spacer>
257 <property name="name">
258 <cstring>Spacer16</cstring>
259 </property>
260 <property name="orientation">
261 <enum>Horizontal</enum>
262 </property>
263 <property name="sizeType">
264 <enum>Expanding</enum>
265 </property>
266 <property name="sizeHint">
267 <size>
268 <width>80</width>
269 <height>16</height>
270 </size>
271 </property>
272 </spacer>
273 <widget class="IconButton">
274 <property name="name">
275 <cstring>pb_close</cstring>
276 </property>
277 <property name="text">
278 <string>&amp;Close</string>
279 </property>
280 </widget>
281 <widget class="IconButton">
282 <property name="name">
283 <cstring>pb_reg</cstring>
284 </property>
285 <property name="text">
286 <string>&amp;Register</string>
287 </property>
288 <property name="default">
289 <bool>true</bool>
290 </property>
291 <property name="iconName" stdset="0">
292 <string>psi/register</string>
293 </property>
294 </widget>
295 </hbox>
296 </widget>
297 </vbox>
298</widget>
299<connections>
300 <connection>
301 <sender>pb_close</sender>
302 <signal>clicked()</signal>
303 <receiver>AccountRegUI</receiver>
304 <slot>close()</slot>
305 </connection>
306</connections>
307<tabstops>
308 <tabstop>le_jid</tabstop>
309 <tabstop>le_pass</tabstop>
310 <tabstop>le_confirm</tabstop>
311 <tabstop>ck_ssl</tabstop>
312 <tabstop>ck_host</tabstop>
313 <tabstop>le_host</tabstop>
314 <tabstop>le_port</tabstop>
315</tabstops>
316<layoutdefaults spacing="6" margin="11"/>
317</UI>
Note: See TracBrowser for help on using the repository browser.