~xubuntu-dev/ubiquity/lp1437180_feh

« back to all changes in this revision

Viewing changes to gui/gtk/stepUserInfo.ui

  • Committer: Colin Watson
  • Date: 2012-04-30 23:38:41 UTC
  • mfrom: (5402 trunk)
  • mto: This revision was merged to the branch mainline in revision 5403.
  • Revision ID: cjwatson@canonical.com-20120430233841-xb0qsk46lnhski7m
merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?xml version="1.0" encoding="UTF-8"?>
2
2
<interface>
3
3
  <requires lib="gtk+" version="2.16"/>
4
 
  <object class="GtkHBox" id="stepUserInfo">
 
4
  <object class="GtkBox" id="stepUserInfo">
5
5
    <property name="visible">True</property>
6
6
    <property name="can_focus">False</property>
7
7
    <child>
19
19
      </packing>
20
20
    </child>
21
21
    <child>
22
 
      <object class="GtkTable" id="userinfo_table">
 
22
      <object class="GtkGrid" id="userinfo_table">
23
23
        <property name="visible">True</property>
24
24
        <property name="can_focus">False</property>
25
25
        <property name="border_width">20</property>
26
 
        <property name="n_rows">6</property>
27
 
        <property name="n_columns">2</property>
28
26
        <property name="column_spacing">6</property>
29
27
        <property name="row_spacing">6</property>
30
28
        <child>
34
32
            <property name="xalign">1</property>
35
33
            <property name="label" translatable="yes">Your name:</property>
36
34
          </object>
37
 
          <packing>
38
 
            <property name="y_options"></property>
39
 
          </packing>
40
35
        </child>
41
36
        <child>
42
37
          <object class="GtkLabel" id="username_label">
47
42
            <property name="justify">right</property>
48
43
          </object>
49
44
          <packing>
 
45
            <property name="left_attach">0</property>
50
46
            <property name="top_attach">2</property>
51
 
            <property name="bottom_attach">3</property>
52
 
            <property name="y_options"></property>
53
47
          </packing>
54
48
        </child>
55
49
        <child>
61
55
            <property name="justify">right</property>
62
56
          </object>
63
57
          <packing>
 
58
            <property name="left_attach">0</property>
64
59
            <property name="top_attach">3</property>
65
 
            <property name="bottom_attach">4</property>
66
 
            <property name="y_options"></property>
67
60
          </packing>
68
61
        </child>
69
62
        <child>
75
68
            <property name="justify">right</property>
76
69
          </object>
77
70
          <packing>
 
71
            <property name="left_attach">0</property>
78
72
            <property name="top_attach">4</property>
79
 
            <property name="bottom_attach">5</property>
80
 
            <property name="y_options"></property>
81
73
          </packing>
82
74
        </child>
83
75
        <child>
84
 
          <object class="GtkVBox" id="login_vbox">
 
76
          <object class="GtkBox" id="login_vbox">
85
77
            <property name="visible">True</property>
86
78
            <property name="can_focus">False</property>
 
79
            <property name="orientation">vertical</property>
87
80
            <property name="spacing">3</property>
88
81
            <child>
89
82
              <object class="GtkRadioButton" id="login_auto">
147
140
          </object>
148
141
          <packing>
149
142
            <property name="left_attach">1</property>
150
 
            <property name="right_attach">2</property>
151
143
            <property name="top_attach">5</property>
152
 
            <property name="bottom_attach">6</property>
153
 
            <property name="y_options"></property>
154
144
          </packing>
155
145
        </child>
156
146
        <child>
157
 
          <object class="GtkHBox" id="hbox1">
 
147
          <object class="GtkBox" id="hbox1">
158
148
            <property name="visible">True</property>
159
149
            <property name="can_focus">False</property>
160
150
            <property name="spacing">6</property>
168
158
                <property name="width_chars">20</property>
169
159
                <property name="invisible_char_set">True</property>
170
160
                <property name="placeholder_text">Password</property>
 
161
                <accessibility>
 
162
                  <relation type="labelled-by" target="password_label"/>
 
163
                </accessibility>
171
164
                <signal name="changed" handler="info_loop" swapped="no"/>
172
165
              </object>
173
166
              <packing>
192
185
          </object>
193
186
          <packing>
194
187
            <property name="left_attach">1</property>
195
 
            <property name="right_attach">2</property>
196
188
            <property name="top_attach">3</property>
197
 
            <property name="bottom_attach">4</property>
198
 
            <property name="y_options"></property>
199
189
          </packing>
200
190
        </child>
201
191
        <child>
202
 
          <object class="GtkHBox" id="hbox2">
 
192
          <object class="GtkBox" id="hbox2">
203
193
            <property name="visible">True</property>
204
194
            <property name="can_focus">False</property>
205
195
            <property name="spacing">6</property>
213
203
                <property name="width_chars">20</property>
214
204
                <property name="invisible_char_set">True</property>
215
205
                <property name="placeholder_text">Confirm password</property>
 
206
                <accessibility>
 
207
                  <relation type="labelled-by" target="verified_password_label"/>
 
208
                </accessibility>
216
209
                <signal name="changed" handler="info_loop" swapped="no"/>
217
210
              </object>
218
211
              <packing>
249
242
          </object>
250
243
          <packing>
251
244
            <property name="left_attach">1</property>
252
 
            <property name="right_attach">2</property>
253
245
            <property name="top_attach">4</property>
254
 
            <property name="bottom_attach">5</property>
255
 
            <property name="y_options"></property>
256
246
          </packing>
257
247
        </child>
258
248
        <child>
259
 
          <object class="GtkHBox" id="hbox3">
 
249
          <object class="GtkBox" id="hbox3">
260
250
            <property name="visible">True</property>
261
251
            <property name="can_focus">False</property>
262
252
            <property name="spacing">6</property>
268
258
                <property name="activates_default">True</property>
269
259
                <property name="width_chars">40</property>
270
260
                <property name="placeholder_text">Your name</property>
 
261
                <accessibility>
 
262
                  <relation type="labelled-by" target="fullname_label"/>
 
263
                </accessibility>
271
264
                <signal name="changed" handler="info_loop" swapped="no"/>
272
265
              </object>
273
266
              <packing>
290
283
          </object>
291
284
          <packing>
292
285
            <property name="left_attach">1</property>
293
 
            <property name="right_attach">2</property>
294
 
            <property name="y_options"></property>
295
286
          </packing>
296
287
        </child>
297
288
        <child>
298
 
          <object class="GtkHBox" id="hbox4">
 
289
          <object class="GtkBox" id="username_box">
299
290
            <property name="visible">True</property>
300
291
            <property name="can_focus">False</property>
301
292
            <property name="spacing">6</property>
303
294
              <object class="GtkEntry" id="username">
304
295
                <property name="visible">True</property>
305
296
                <property name="can_focus">True</property>
 
297
                <property name="max_length">32</property>
306
298
                <property name="invisible_char">•</property>
307
299
                <property name="activates_default">True</property>
308
300
                <property name="width_chars">15</property>
309
301
                <property name="placeholder_text">Username</property>
 
302
                <accessibility>
 
303
                  <relation type="labelled-by" target="username_label"/>
 
304
                </accessibility>
310
305
                <signal name="changed" handler="info_loop" swapped="no"/>
311
306
              </object>
312
307
              <packing>
328
323
            </child>
329
324
            <child>
330
325
              <object class="GtkLabel" id="username_error_label">
 
326
                <property name="visible">True</property>
331
327
                <property name="can_focus">False</property>
332
328
                <property name="xalign">0</property>
333
329
                <property name="label" translatable="yes">&lt;small&gt;&lt;span color="darkred"&gt;You must enter a username&lt;/span&gt;&lt;/small&gt;</property>
343
339
          </object>
344
340
          <packing>
345
341
            <property name="left_attach">1</property>
346
 
            <property name="right_attach">2</property>
347
342
            <property name="top_attach">2</property>
348
 
            <property name="bottom_attach">3</property>
349
 
            <property name="y_options"></property>
350
343
          </packing>
351
344
        </child>
352
345
        <child>
359
352
            </child>
360
353
          </object>
361
354
          <packing>
 
355
            <property name="left_attach">0</property>
362
356
            <property name="top_attach">5</property>
363
 
            <property name="bottom_attach">6</property>
364
 
            <property name="y_options">GTK_FILL</property>
365
357
          </packing>
366
358
        </child>
367
359
        <child>
368
 
          <object class="GtkBox" id="box2">
 
360
          <object class="GtkBox" id="hostname_box">
369
361
            <property name="visible">True</property>
370
362
            <property name="can_focus">False</property>
371
363
            <property name="orientation">vertical</property>
380
372
                    <property name="visible">True</property>
381
373
                    <property name="can_focus">True</property>
382
374
                    <property name="invisible_char">•</property>
 
375
                    <accessibility>
 
376
                      <relation type="labelled-by" target="hostname_label"/>
 
377
                      <relation type="labelled-by" target="hostname_extra_label"/>
 
378
                    </accessibility>
383
379
                    <signal name="changed" handler="info_loop" swapped="no"/>
384
380
                  </object>
385
381
                  <packing>
405
401
                    <property name="can_focus">False</property>
406
402
                    <property name="label" translatable="yes">&lt;small&gt;&lt;span color="darkred"&gt;You must enter a name&lt;/span&gt;&lt;/small&gt;</property>
407
403
                    <property name="use_markup">True</property>
 
404
                    <property name="wrap">True</property>
408
405
                  </object>
409
406
                  <packing>
410
407
                    <property name="expand">False</property>
438
435
          </object>
439
436
          <packing>
440
437
            <property name="left_attach">1</property>
441
 
            <property name="right_attach">2</property>
442
438
            <property name="top_attach">1</property>
443
 
            <property name="bottom_attach">2</property>
444
 
            <property name="y_options"></property>
445
439
          </packing>
446
440
        </child>
447
441
        <child>
459
453
            </child>
460
454
          </object>
461
455
          <packing>
 
456
            <property name="left_attach">0</property>
462
457
            <property name="top_attach">1</property>
463
 
            <property name="bottom_attach">2</property>
464
 
            <property name="y_options"></property>
465
458
          </packing>
466
459
        </child>
467
460
      </object>