~ubuntu-branches/ubuntu/trusty/unity-control-center/trusty

« back to all changes in this revision

Viewing changes to panels/user-accounts/data/user-accounts-dialog.ui

  • Committer: Package Import Robot
  • Author(s): Robert Ancell
  • Date: 2014-01-08 16:29:18 UTC
  • Revision ID: package-import@ubuntu.com-20140108162918-g29dd08tr913y2qh
Tags: upstream-14.04.0
ImportĀ upstreamĀ versionĀ 14.04.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
<interface>
 
3
  <requires lib="gtk+" version="2.16"/>
 
4
  <!-- interface-naming-policy toplevel-contextual -->
 
5
  <object class="GtkListStore" id="shortname-model">
 
6
    <columns>
 
7
      <!-- column-name gchararray -->
 
8
      <column type="gchararray"/>
 
9
    </columns>
 
10
  </object>
 
11
  <object class="GtkListStore" id="account-type-model">
 
12
    <columns>
 
13
      <!-- column-name gchararray -->
 
14
      <column type="gchararray"/>
 
15
      <!-- column-name gint -->
 
16
      <column type="gint"/>
 
17
    </columns>
 
18
    <data>
 
19
      <row>
 
20
        <col id="0" translatable="yes" context="Account type">Standard</col>
 
21
        <col id="1">0</col>
 
22
      </row>
 
23
      <row>
 
24
        <col id="0" translatable="yes" context="Account type">Administrator</col>
 
25
        <col id="1">1</col>
 
26
      </row>
 
27
    </data>
 
28
  </object>
 
29
  <object class="GtkListStore" id="language-model">
 
30
    <columns>
 
31
      <!-- column-name gchararray -->
 
32
      <column type="gchararray"/>
 
33
      <!-- column-name gchararray1 -->
 
34
      <column type="gchararray"/>
 
35
    </columns>
 
36
  </object>
 
37
  <object class="GtkWindow" id="user-account-window">
 
38
    <property name="border_width">12</property>
 
39
    <property name="title" translatable="yes">Account Information</property>
 
40
    <property name="icon_name">system-users</property>
 
41
    <child>
 
42
      <object class="GtkVBox" id="user-account-main-vbox">
 
43
        <property name="visible">True</property>
 
44
        <property name="spacing">6</property>
 
45
        <child>
 
46
          <object class="GtkVBox" id="accounts-vbox">
 
47
            <property name="visible">True</property>
 
48
            <property name="orientation">vertical</property>
 
49
            <property name="border_width">12</property>
 
50
            <child>
 
51
              <object class="GtkHBox" id="hbox2">
 
52
                <property name="visible">True</property>
 
53
                <property name="spacing">12</property>
 
54
                <child>
 
55
                  <object class="GtkVBox" id="userlist-vbox">
 
56
                    <property name="visible">True</property>
 
57
                    <property name="orientation">vertical</property>
 
58
                    <property name="spacing">0</property>
 
59
                    <child>
 
60
                      <object class="GtkScrolledWindow" id="list-scrolledwindow">
 
61
                        <property name="visible">True</property>
 
62
                        <property name="can_focus">True</property>
 
63
                        <property name="hscrollbar_policy">never</property>
 
64
                        <property name="vscrollbar_policy">automatic</property>
 
65
                        <property name="shadow_type">in</property>
 
66
                        <child>
 
67
                          <object class="GtkTreeView" id="list-treeview">
 
68
                            <property name="visible">True</property>
 
69
                            <property name="can_focus">True</property>
 
70
                            <property name="headers_visible">False</property>
 
71
                          </object>
 
72
                        </child>
 
73
                      </object>
 
74
                      <packing>
 
75
                        <property name="expand">True</property>
 
76
                        <property name="fill">True</property>
 
77
                        <property name="position">0</property>
 
78
                      </packing>
 
79
                    </child>
 
80
                    <child>
 
81
                      <object class="GtkToolbar" id="add-remove-toolbar">
 
82
                        <property name="visible">True</property>
 
83
                        <property name="icon_size">1</property>
 
84
                        <property name="icon_size_set">True</property>
 
85
                        <property name="toolbar_style">icons</property>
 
86
                        <style>
 
87
                          <class name="inline-toolbar"/>
 
88
                        </style>
 
89
                        <child>
 
90
                          <object class="GtkToolButton" id="add-user-toolbutton">
 
91
                            <property name="visible">True</property>
 
92
                            <property name="can_focus">False</property>
 
93
                            <property name="icon_name">list-add-symbolic</property>
 
94
                            <property name="label" translatable="yes">Add User Account</property>
 
95
                          </object>
 
96
                          <packing>
 
97
                            <property name="expand">False</property>
 
98
                            <property name="homogeneous">True</property>
 
99
                          </packing>
 
100
                        </child>
 
101
                        <child>
 
102
                          <object class="GtkToolButton" id="remove-user-toolbutton">
 
103
                            <property name="visible">True</property>
 
104
                            <property name="can_focus">False</property>
 
105
                            <property name="icon_name">list-remove-symbolic</property>
 
106
                            <property name="label" translatable="yes">Remove User Account</property>
 
107
                          </object>
 
108
                          <packing>
 
109
                            <property name="expand">False</property>
 
110
                            <property name="homogeneous">True</property>
 
111
                          </packing>
 
112
                        </child>
 
113
                      </object>
 
114
                      <packing>
 
115
                        <property name="expand">False</property>
 
116
                        <property name="fill">False</property>
 
117
                        <property name="position">1</property>
 
118
                      </packing>
 
119
                    </child>
 
120
                  </object>
 
121
                  <packing>
 
122
                    <property name="expand">True</property>
 
123
                    <property name="fill">True</property>
 
124
                    <property name="position">0</property>
 
125
                  </packing>
 
126
                </child>
 
127
                <child>
 
128
                  <object class="GtkVBox" id="main-user-vbox">
 
129
                    <property name="visible">True</property>
 
130
                    <property name="sensitive">False</property>
 
131
                    <property name="orientation">vertical</property>
 
132
                    <property name="spacing">6</property>
 
133
                    <child>
 
134
                      <object class="GtkTable" id="table1">
 
135
                        <property name="visible">True</property>
 
136
                        <property name="n_rows">7</property>
 
137
                        <property name="n_columns">2</property>
 
138
                        <property name="column_spacing">10</property>
 
139
                        <child>
 
140
                          <object class="GtkNotebook" id="account-fingerprint-notebook">
 
141
                            <property name="visible">True</property>
 
142
                            <property name="show_tabs">False</property>
 
143
                            <property name="show_border">False</property>
 
144
                            <child>
 
145
                              <object class="GtkLabel" id="account-fingerprint-value-label">
 
146
                                <property name="visible">True</property>
 
147
                                <property name="xalign">0</property>
 
148
                              </object>
 
149
                            </child>
 
150
                            <child>
 
151
                              <object class="GtkButton" id="account-fingerprint-button">
 
152
                                <property name="visible">True</property>
 
153
                                <property name="can_focus">True</property>
 
154
                                <property name="receives_default">True</property>
 
155
                                <property name="relief">none</property>
 
156
                                <child>
 
157
                                  <object class="GtkLabel" id="account-fingerprint-button-label">
 
158
                                    <property name="visible">True</property>
 
159
                                    <property name="xalign">0</property>
 
160
                                  </object>
 
161
                                </child>
 
162
                              </object>
 
163
                              <packing>
 
164
                                <property name="position">1</property>
 
165
                              </packing>
 
166
                            </child>
 
167
                          </object>
 
168
                          <packing>
 
169
                            <property name="left_attach">1</property>
 
170
                            <property name="right_attach">2</property>
 
171
                            <property name="top_attach">6</property>
 
172
                            <property name="bottom_attach">7</property>
 
173
                            <property name="y_options">0</property>
 
174
                          </packing>
 
175
                        </child>
 
176
                        <child>
 
177
                          <object class="UmEditableCombo" id="account-type-combo">
 
178
                            <property name="visible">True</property>
 
179
                            <property name="model">account-type-model</property>
 
180
                            <property name="text-column">0</property>
 
181
                          </object>
 
182
                          <packing>
 
183
                            <property name="left_attach">1</property>
 
184
                            <property name="right_attach">2</property>
 
185
                            <property name="top_attach">1</property>
 
186
                            <property name="bottom_attach">2</property>
 
187
                            <property name="y_options">0</property>
 
188
                          </packing>
 
189
                        </child>
 
190
                        <child>
 
191
                          <object class="GtkLabel" id="account-type-label">
 
192
                            <property name="visible">True</property>
 
193
                            <property name="xalign">1</property>
 
194
                            <property name="label" translatable="yes">Account _Type</property>
 
195
                            <property name="use_underline">True</property>
 
196
                            <property name="mnemonic_widget">account-type-combo</property>
 
197
                            <style>
 
198
                              <class name="dim-label"/>
 
199
                            </style>
 
200
                          </object>
 
201
                          <packing>
 
202
                            <property name="top_attach">1</property>
 
203
                            <property name="bottom_attach">2</property>
 
204
                            <property name="x_options">GTK_FILL</property>
 
205
                            <property name="y_options">0</property>
 
206
                          </packing>
 
207
                        </child>
 
208
                        <child>
 
209
                          <object class="GtkVBox" id="vbox10">
 
210
                            <property name="visible">True</property>
 
211
                            <property name="orientation">vertical</property>
 
212
                            <child>
 
213
                              <object class="CcEditableEntry" id="full-name-entry">
 
214
                                <property name="visible">True</property>
 
215
                                <property name="scale">1.2</property>
 
216
                                <property name="weight">700</property>
 
217
                              </object>
 
218
                              <packing>
 
219
                                <property name="expand">True</property>
 
220
                                <property name="fill">True</property>
 
221
                                <property name="position">1</property>
 
222
                              </packing>
 
223
                            </child>
 
224
                          </object>
 
225
                          <packing>
 
226
                            <property name="left_attach">1</property>
 
227
                            <property name="right_attach">2</property>
 
228
                            <property name="y_options">0</property>
 
229
                          </packing>
 
230
                        </child>
 
231
                        <child>
 
232
                          <object class="GtkLabel" id="login-options-label">
 
233
                            <property name="visible">True</property>
 
234
                            <property name="xalign">1</property>
 
235
                            <property name="ypad">5</property>
 
236
                            <property name="label" translatable="yes">Login Options</property>
 
237
                            <attributes>
 
238
                              <attribute name="weight" value="bold"/>
 
239
                            </attributes>
 
240
                          </object>
 
241
                          <packing>
 
242
                            <property name="top_attach">3</property>
 
243
                            <property name="bottom_attach">4</property>
 
244
                            <property name="x_options">GTK_FILL</property>
 
245
                            <property name="y_options">0</property>
 
246
                          </packing>
 
247
                        </child>
 
248
                        <child>
 
249
                          <object class="GtkLabel" id="password-label">
 
250
                            <property name="visible">True</property>
 
251
                            <property name="xalign">1</property>
 
252
                            <property name="label" translatable="yes">_Password</property>
 
253
                            <property name="use_underline">True</property>
 
254
                            <property name="mnemonic_widget">account-password-button</property>
 
255
                            <style>
 
256
                              <class name="dim-label"/>
 
257
                            </style>
 
258
                          </object>
 
259
                          <packing>
 
260
                            <property name="top_attach">4</property>
 
261
                            <property name="bottom_attach">5</property>
 
262
                            <property name="x_options">GTK_FILL</property>
 
263
                            <property name="y_options">0</property>
 
264
                          </packing>
 
265
                        </child>
 
266
                        <child>
 
267
                          <object class="UmEditableButton" id="account-password-button">
 
268
                            <property name="visible">True</property>
 
269
                          </object>
 
270
                          <packing>
 
271
                            <property name="left_attach">1</property>
 
272
                            <property name="right_attach">2</property>
 
273
                            <property name="top_attach">4</property>
 
274
                            <property name="bottom_attach">5</property>
 
275
                            <property name="y_options">0</property>
 
276
                          </packing>
 
277
                        </child>
 
278
                        <child>
 
279
                          <object class="GtkLabel" id="autologin-label">
 
280
                            <property name="visible">True</property>
 
281
                            <property name="xalign">1</property>
 
282
                            <property name="label" translatable="yes">A_utomatic Login</property>
 
283
                            <property name="use_underline">True</property>
 
284
                            <property name="mnemonic_widget">autologin-switch</property>
 
285
                            <style>
 
286
                              <class name="dim-label"/>
 
287
                            </style>
 
288
                          </object>
 
289
                          <packing>
 
290
                            <property name="top_attach">5</property>
 
291
                            <property name="bottom_attach">6</property>
 
292
                            <property name="x_options">GTK_FILL</property>
 
293
                            <property name="y_options">0</property>
 
294
                          </packing>
 
295
                        </child>
 
296
                        <child>
 
297
                          <object class="GtkHBox" id="hbox30">
 
298
                            <property name="visible">True</property>
 
299
                            <child>
 
300
                              <object class="GtkSwitch" id="autologin-switch">
 
301
                                <property name="visible">True</property>
 
302
                              </object>
 
303
                              <packing>
 
304
                                <property name="expand">False</property>
 
305
                                <property name="fill">False</property>
 
306
                                <property name="position">0</property>
 
307
                              </packing>
 
308
                            </child>
 
309
                            <child>
 
310
                              <placeholder/>
 
311
                            </child>
 
312
                          </object>
 
313
                          <packing>
 
314
                            <property name="left_attach">1</property>
 
315
                            <property name="right_attach">2</property>
 
316
                            <property name="top_attach">5</property>
 
317
                            <property name="bottom_attach">6</property>
 
318
                            <property name="y_options">0</property>
 
319
                          </packing>
 
320
                        </child>
 
321
                        <child>
 
322
                          <object class="GtkLabel" id="account-fingerprint-label">
 
323
                            <property name="visible">True</property>
 
324
                            <property name="xalign">1</property>
 
325
                            <property name="label" translatable="yes">_Fingerprint Login</property>
 
326
                            <property name="use_underline">True</property>
 
327
                            <property name="mnemonic_widget">account-fingerprint-button</property>
 
328
                            <style>
 
329
                              <class name="dim-label"/>
 
330
                            </style>
 
331
                          </object>
 
332
                          <packing>
 
333
                            <property name="top_attach">6</property>
 
334
                            <property name="bottom_attach">7</property>
 
335
                            <property name="x_options">GTK_FILL</property>
 
336
                            <property name="y_options">0</property>
 
337
                          </packing>
 
338
                        </child>
 
339
                        <child>
 
340
                          <object class="GtkHBox" id="hbox5">
 
341
                            <property name="visible">True</property>
 
342
                            <child>
 
343
                              <object class="GtkLabel" id="label4">
 
344
                                <property name="visible">True</property>
 
345
                              </object>
 
346
                              <packing>
 
347
                                <property name="expand">True</property>
 
348
                                <property name="fill">True</property>
 
349
                                <property name="position">0</property>
 
350
                              </packing>
 
351
                            </child>
 
352
                            <child>
 
353
                              <object class="GtkAlignment" id="user-icon-nonbutton">
 
354
                                <property name="xscale">0</property>
 
355
                                <property name="yscale">0</property>
 
356
                                <child>
 
357
                                  <object class="GtkImage" id="user-icon-image">
 
358
                                    <property name="visible">True</property>
 
359
                                    <property name="icon_name">avatar-default</property>
 
360
                                    <property name="icon-size">6</property>
 
361
                                    <child internal-child="accessible">
 
362
                                      <object class="AtkObject" id="user-icon-image-a11y">
 
363
                                        <property name="accessible-name" translatable="yes">User Icon</property>
 
364
                                      </object>
 
365
                                    </child>
 
366
                                  </object>
 
367
                                </child>
 
368
                              </object>
 
369
                              <packing>
 
370
                                <property name="expand">False</property>
 
371
                                <property name="fill">False</property>
 
372
                                <property name="position">1</property>
 
373
                              </packing>
 
374
                            </child>
 
375
                            <child>
 
376
                              <object class="GtkToggleButton" id="user-icon-button">
 
377
                                <property name="visible">True</property>
 
378
                                <property name="can_focus">True</property>
 
379
                                <property name="receives_default">True</property>
 
380
                                <property name="relief">none</property>
 
381
                                <child internal-child="accessible">
 
382
                                  <object class="AtkObject" id="user-icon-image2-a11y">
 
383
                                    <property name="accessible-name" translatable="yes">User Icon</property>
 
384
                                  </object>
 
385
                                </child>
 
386
                                <child>
 
387
                                  <object class="GtkImage" id="user-icon-image2">
 
388
                                    <property name="visible">True</property>
 
389
                                    <property name="icon_name">avatar-default</property>
 
390
                                    <property name="icon-size">6</property>
 
391
                                  </object>
 
392
                                </child>
 
393
                              </object>
 
394
                              <packing>
 
395
                                <property name="expand">False</property>
 
396
                                <property name="fill">False</property>
 
397
                                <property name="position">2</property>
 
398
                              </packing>
 
399
                            </child>
 
400
                          </object>
 
401
                          <packing>
 
402
                            <property name="x_options">GTK_FILL</property>
 
403
                            <property name="y_options">0</property>
 
404
                          </packing>
 
405
                        </child>
 
406
                        <child>
 
407
                          <object class="GtkLabel" id="language-label">
 
408
                            <property name="visible">True</property>
 
409
                            <property name="xalign">1</property>
 
410
                            <property name="label" translatable="yes">_Language</property>
 
411
                            <property name="use_underline">True</property>
 
412
                            <property name="mnemonic_widget">account-language-combo</property>
 
413
                            <style>
 
414
                              <class name="dim-label"/>
 
415
                            </style>
 
416
                          </object>
 
417
                          <packing>
 
418
                            <property name="top_attach">2</property>
 
419
                            <property name="bottom_attach">3</property>
 
420
                            <property name="x_options">GTK_FILL</property>
 
421
                            <property name="y_options">0</property>
 
422
                          </packing>
 
423
                        </child>
 
424
                        <child>
 
425
                          <object class="UmEditableCombo" id="account-language-combo">
 
426
                            <property name="visible">True</property>
 
427
                            <property name="model">language-model</property>
 
428
                            <property name="text-column">1</property>
 
429
                          </object>
 
430
                          <packing>
 
431
                            <property name="left_attach">1</property>
 
432
                            <property name="right_attach">2</property>
 
433
                            <property name="top_attach">2</property>
 
434
                            <property name="bottom_attach">3</property>
 
435
                            <property name="x_options">GTK_FILL</property>
 
436
                            <property name="y_options">0</property>
 
437
                          </packing>
 
438
                        </child>
 
439
                      </object>
 
440
                      <packing>
 
441
                        <property name="expand">False</property>
 
442
                        <property name="fill">True</property>
 
443
                        <property name="position">0</property>
 
444
                      </packing>
 
445
                    </child>
 
446
                  </object>
 
447
                  <packing>
 
448
                    <property name="expand">True</property>
 
449
                    <property name="fill">True</property>
 
450
                    <property name="position">1</property>
 
451
                  </packing>
 
452
                </child>
 
453
              </object>
 
454
            </child>
 
455
          </object>
 
456
        </child>
 
457
      </object>
 
458
    </child>
 
459
  </object>
 
460
  <object class="GtkSizeGroup" id="user-icon-sizegroup">
 
461
    <property name="mode">both</property>
 
462
    <widgets>
 
463
      <widget name="user-icon-button"/>
 
464
      <widget name="user-icon-nonbutton"/>
 
465
    </widgets>
 
466
  </object>
 
467
  <object class="GtkSizeGroup" id="label-width-sizegroup">
 
468
    <widgets>
 
469
      <widget name="account-fingerprint-label"/>
 
470
      <widget name="language-label"/>
 
471
      <widget name="password-label"/>
 
472
      <widget name="login-options-label"/>
 
473
      <widget name="account-type-label"/>
 
474
    </widgets>
 
475
  </object>
 
476
</interface>