~ubuntu-branches/ubuntu/hoary/psi/hoary

« back to all changes in this revision

Viewing changes to src/ui_accountreg.ui

  • Committer: Bazaar Package Importer
  • Author(s): Jan Niehusmann
  • Date: 2004-06-15 00:10:41 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20040615001041-enywb6pcpe4sjsw6
Tags: 0.9.2-1
* New upstream release
* Set KDEDIR for ./configure so kde specific files get installed
* Don't install libpsiwidgets.so. It got installed in /usr/share
  where it doesn't belong. May be included (at a better location)
  later.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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>377</width>
 
12
            <height>355</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="QLineEdit" row="1" column="1">
 
51
                    <property name="name">
 
52
                        <cstring>le_pass</cstring>
 
53
                    </property>
 
54
                    <property name="echoMode">
 
55
                        <enum>Password</enum>
 
56
                    </property>
 
57
                </widget>
 
58
                <widget class="QLineEdit" row="2" column="1">
 
59
                    <property name="name">
 
60
                        <cstring>le_confirm</cstring>
 
61
                    </property>
 
62
                    <property name="echoMode">
 
63
                        <enum>Password</enum>
 
64
                    </property>
 
65
                </widget>
 
66
                <widget class="QLabel" row="0" column="0">
 
67
                    <property name="name">
 
68
                        <cstring>TextLabel2_4</cstring>
 
69
                    </property>
 
70
                    <property name="text">
 
71
                        <string>Jabber ID:</string>
 
72
                    </property>
 
73
                </widget>
 
74
                <widget class="QLabel" row="1" column="0">
 
75
                    <property name="name">
 
76
                        <cstring>TextLabel1</cstring>
 
77
                    </property>
 
78
                    <property name="text">
 
79
                        <string>Password:</string>
 
80
                    </property>
 
81
                </widget>
 
82
                <widget class="QLabel" row="2" column="0">
 
83
                    <property name="name">
 
84
                        <cstring>TextLabel2</cstring>
 
85
                    </property>
 
86
                    <property name="text">
 
87
                        <string>Confirm Password:</string>
 
88
                    </property>
 
89
                </widget>
 
90
            </grid>
 
91
        </widget>
 
92
        <widget class="QGroupBox">
 
93
            <property name="name">
 
94
                <cstring>gb_proxy</cstring>
 
95
            </property>
 
96
            <property name="title">
 
97
                <string>Proxy</string>
 
98
            </property>
 
99
            <vbox>
 
100
                <property name="name">
 
101
                    <cstring>unnamed</cstring>
 
102
                </property>
 
103
                <widget class="QLabel">
 
104
                    <property name="name">
 
105
                        <cstring>lb_proxychooser</cstring>
 
106
                    </property>
 
107
                    <property name="text">
 
108
                        <string>proxychooser</string>
 
109
                    </property>
 
110
                </widget>
 
111
            </vbox>
 
112
        </widget>
 
113
        <widget class="QGroupBox">
 
114
            <property name="name">
 
115
                <cstring>gb_advanced</cstring>
 
116
            </property>
 
117
            <property name="title">
 
118
                <string>Advanced</string>
 
119
            </property>
 
120
            <vbox>
 
121
                <property name="name">
 
122
                    <cstring>unnamed</cstring>
 
123
                </property>
 
124
                <widget class="QCheckBox">
 
125
                    <property name="name">
 
126
                        <cstring>ck_ssl</cstring>
 
127
                    </property>
 
128
                    <property name="text">
 
129
                        <string>Use SSL encryption (to server)</string>
 
130
                    </property>
 
131
                </widget>
 
132
                <widget class="QCheckBox">
 
133
                    <property name="name">
 
134
                        <cstring>ck_host</cstring>
 
135
                    </property>
 
136
                    <property name="text">
 
137
                        <string>Manually Specify Server Host/Port:</string>
 
138
                    </property>
 
139
                </widget>
 
140
                <widget class="QLayoutWidget">
 
141
                    <property name="name">
 
142
                        <cstring>Layout4_2</cstring>
 
143
                    </property>
 
144
                    <hbox>
 
145
                        <property name="name">
 
146
                            <cstring>unnamed</cstring>
 
147
                        </property>
 
148
                        <property name="margin">
 
149
                            <number>0</number>
 
150
                        </property>
 
151
                        <property name="spacing">
 
152
                            <number>6</number>
 
153
                        </property>
 
154
                        <widget class="QLabel">
 
155
                            <property name="name">
 
156
                                <cstring>TextLabel1_8_2</cstring>
 
157
                            </property>
 
158
                            <property name="text">
 
159
                                <string>Host:</string>
 
160
                            </property>
 
161
                        </widget>
 
162
                        <widget class="QLineEdit">
 
163
                            <property name="name">
 
164
                                <cstring>le_host</cstring>
 
165
                            </property>
 
166
                        </widget>
 
167
                        <widget class="QLabel">
 
168
                            <property name="name">
 
169
                                <cstring>TextLabel4_2_2</cstring>
 
170
                            </property>
 
171
                            <property name="text">
 
172
                                <string>Port:</string>
 
173
                            </property>
 
174
                        </widget>
 
175
                        <widget class="QLineEdit">
 
176
                            <property name="name">
 
177
                                <cstring>le_port</cstring>
 
178
                            </property>
 
179
                            <property name="minimumSize">
 
180
                                <size>
 
181
                                    <width>56</width>
 
182
                                    <height>0</height>
 
183
                                </size>
 
184
                            </property>
 
185
                            <property name="maximumSize">
 
186
                                <size>
 
187
                                    <width>56</width>
 
188
                                    <height>32767</height>
 
189
                                </size>
 
190
                            </property>
 
191
                        </widget>
 
192
                    </hbox>
 
193
                </widget>
 
194
            </vbox>
 
195
        </widget>
 
196
        <spacer>
 
197
            <property name="name">
 
198
                <cstring>Spacer17</cstring>
 
199
            </property>
 
200
            <property name="orientation">
 
201
                <enum>Vertical</enum>
 
202
            </property>
 
203
            <property name="sizeType">
 
204
                <enum>Expanding</enum>
 
205
            </property>
 
206
            <property name="sizeHint">
 
207
                <size>
 
208
                    <width>20</width>
 
209
                    <height>16</height>
 
210
                </size>
 
211
            </property>
 
212
        </spacer>
 
213
        <widget class="Line">
 
214
            <property name="name">
 
215
                <cstring>line2</cstring>
 
216
            </property>
 
217
            <property name="frameShape">
 
218
                <enum>HLine</enum>
 
219
            </property>
 
220
            <property name="frameShadow">
 
221
                <enum>Sunken</enum>
 
222
            </property>
 
223
            <property name="orientation">
 
224
                <enum>Horizontal</enum>
 
225
            </property>
 
226
        </widget>
 
227
        <widget class="QLayoutWidget">
 
228
            <property name="name">
 
229
                <cstring>layout23</cstring>
 
230
            </property>
 
231
            <hbox>
 
232
                <property name="name">
 
233
                    <cstring>unnamed</cstring>
 
234
                </property>
 
235
                <widget class="BusyWidget">
 
236
                    <property name="name">
 
237
                        <cstring>busy</cstring>
 
238
                    </property>
 
239
                </widget>
 
240
                <spacer>
 
241
                    <property name="name">
 
242
                        <cstring>Spacer16</cstring>
 
243
                    </property>
 
244
                    <property name="orientation">
 
245
                        <enum>Horizontal</enum>
 
246
                    </property>
 
247
                    <property name="sizeType">
 
248
                        <enum>Expanding</enum>
 
249
                    </property>
 
250
                    <property name="sizeHint">
 
251
                        <size>
 
252
                            <width>80</width>
 
253
                            <height>16</height>
 
254
                        </size>
 
255
                    </property>
 
256
                </spacer>
 
257
                <widget class="IconButton">
 
258
                    <property name="name">
 
259
                        <cstring>pb_close</cstring>
 
260
                    </property>
 
261
                    <property name="text">
 
262
                        <string>&amp;Close</string>
 
263
                    </property>
 
264
                    <property name="iconName" stdset="0">
 
265
                        <string>psi/close</string>
 
266
                    </property>
 
267
                </widget>
 
268
                <widget class="IconButton">
 
269
                    <property name="name">
 
270
                        <cstring>pb_reg</cstring>
 
271
                    </property>
 
272
                    <property name="text">
 
273
                        <string>&amp;Register</string>
 
274
                    </property>
 
275
                    <property name="default">
 
276
                        <bool>true</bool>
 
277
                    </property>
 
278
                    <property name="iconName" stdset="0">
 
279
                        <string>psi/register</string>
 
280
                    </property>
 
281
                </widget>
 
282
            </hbox>
 
283
        </widget>
 
284
    </vbox>
 
285
</widget>
 
286
<connections>
 
287
    <connection>
 
288
        <sender>pb_close</sender>
 
289
        <signal>clicked()</signal>
 
290
        <receiver>AccountRegUI</receiver>
 
291
        <slot>close()</slot>
 
292
    </connection>
 
293
</connections>
 
294
<tabstops>
 
295
    <tabstop>le_jid</tabstop>
 
296
    <tabstop>le_pass</tabstop>
 
297
    <tabstop>le_confirm</tabstop>
 
298
    <tabstop>ck_ssl</tabstop>
 
299
    <tabstop>ck_host</tabstop>
 
300
    <tabstop>le_host</tabstop>
 
301
    <tabstop>le_port</tabstop>
 
302
</tabstops>
 
303
<layoutdefaults spacing="6" margin="11"/>
 
304
<includehints>
 
305
    <includehint>busywidget.h</includehint>
 
306
    <includehint>iconwidget.h</includehint>
 
307
    <includehint>iconwidget.h</includehint>
 
308
</includehints>
 
309
</UI>