~khurshid-alam/unity-control-center/use-usd-schemas

« back to all changes in this revision

Viewing changes to panels/network/wireless-security/eap-method-leap.ui

  • Committer: Sebastien Bacher
  • Author(s): Khurshid Alam
  • Date: 2019-05-17 07:34:33 UTC
  • mfrom: (12920.1.1 unity-control-center)
  • Revision ID: seb128@ubuntu.com-20190517073433-ch2kybdhhzpkmvq4
Network: Port to libnm 1.2 (lp: #1744619)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<interface>
 
3
  <requires lib="gtk+" version="3.4"/>
 
4
  <object class="GtkNotebook" id="eap_leap_notebook">
 
5
    <property name="visible">True</property>
 
6
    <property name="can_focus">False</property>
 
7
    <property name="show_tabs">False</property>
 
8
    <property name="show_border">False</property>
 
9
    <child>
 
10
      <object class="GtkTable" id="table9">
 
11
        <property name="visible">True</property>
 
12
        <property name="can_focus">False</property>
 
13
        <property name="valign">start</property>
 
14
        <property name="n_rows">3</property>
 
15
        <property name="n_columns">2</property>
 
16
        <property name="column_spacing">6</property>
 
17
        <property name="row_spacing">6</property>
 
18
        <child>
 
19
          <placeholder/>
 
20
        </child>
 
21
        <child>
 
22
          <object class="GtkLabel" id="eap_leap_username_label">
 
23
            <property name="visible">True</property>
 
24
            <property name="can_focus">False</property>
 
25
            <property name="xalign">1</property>
 
26
            <property name="label" translatable="yes">_Username</property>
 
27
            <property name="use_underline">True</property>
 
28
            <property name="mnemonic_widget">eap_leap_username_entry</property>
 
29
          </object>
 
30
          <packing>
 
31
            <property name="x_options">GTK_FILL</property>
 
32
            <property name="y_options"/>
 
33
          </packing>
 
34
        </child>
 
35
        <child>
 
36
          <object class="GtkLabel" id="eap_leap_password_label">
 
37
            <property name="visible">True</property>
 
38
            <property name="can_focus">False</property>
 
39
            <property name="xalign">1</property>
 
40
            <property name="label" translatable="yes">_Password</property>
 
41
            <property name="use_underline">True</property>
 
42
            <property name="mnemonic_widget">eap_leap_password_entry</property>
 
43
          </object>
 
44
          <packing>
 
45
            <property name="top_attach">1</property>
 
46
            <property name="bottom_attach">2</property>
 
47
            <property name="x_options">GTK_FILL</property>
 
48
            <property name="y_options"/>
 
49
          </packing>
 
50
        </child>
 
51
        <child>
 
52
          <object class="GtkEntry" id="eap_leap_password_entry">
 
53
            <property name="visible">True</property>
 
54
            <property name="can_focus">True</property>
 
55
            <property name="visibility">False</property>
 
56
            <property name="activates_default">True</property>
 
57
          </object>
 
58
          <packing>
 
59
            <property name="left_attach">1</property>
 
60
            <property name="right_attach">2</property>
 
61
            <property name="top_attach">1</property>
 
62
            <property name="bottom_attach">2</property>
 
63
            <property name="y_options"/>
 
64
          </packing>
 
65
        </child>
 
66
        <child>
 
67
          <object class="GtkCheckButton" id="show_checkbutton_eapleap">
 
68
            <property name="label" translatable="yes">Sho_w password</property>
 
69
            <property name="visible">True</property>
 
70
            <property name="can_focus">True</property>
 
71
            <property name="receives_default">False</property>
 
72
            <property name="use_underline">True</property>
 
73
            <property name="draw_indicator">True</property>
 
74
          </object>
 
75
          <packing>
 
76
            <property name="left_attach">1</property>
 
77
            <property name="right_attach">2</property>
 
78
            <property name="top_attach">2</property>
 
79
            <property name="bottom_attach">3</property>
 
80
            <property name="x_options">GTK_FILL</property>
 
81
            <property name="y_options"/>
 
82
          </packing>
 
83
        </child>
 
84
        <child>
 
85
          <object class="GtkEntry" id="eap_leap_username_entry">
 
86
            <property name="visible">True</property>
 
87
            <property name="can_focus">True</property>
 
88
          </object>
 
89
          <packing>
 
90
            <property name="left_attach">1</property>
 
91
            <property name="right_attach">2</property>
 
92
            <property name="y_options"/>
 
93
          </packing>
 
94
        </child>
 
95
      </object>
 
96
    </child>
 
97
    <child type="tab">
 
98
      <object class="GtkLabel" id="label43">
 
99
        <property name="visible">True</property>
 
100
        <property name="can_focus">False</property>
 
101
      </object>
 
102
      <packing>
 
103
        <property name="tab_fill">False</property>
 
104
      </packing>
 
105
    </child>
 
106
  </object>
 
107
</interface>