~unity-control-center-team/unity-control-center/trunk

« back to all changes in this revision

Viewing changes to panels/network/wireless-security/ws-wpa-eap.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="GtkListStore" id="model5">
 
5
    <columns>
 
6
      <!-- column-name gchararray -->
 
7
      <column type="gchararray"/>
 
8
    </columns>
 
9
    <data>
 
10
      <row>
 
11
        <col id="0"> </col>
 
12
      </row>
 
13
    </data>
 
14
  </object>
 
15
  <object class="GtkNotebook" id="wpa_eap_notebook">
 
16
    <property name="visible">True</property>
 
17
    <property name="can_focus">False</property>
 
18
    <property name="show_tabs">False</property>
 
19
    <property name="show_border">False</property>
 
20
    <child>
 
21
      <object class="GtkTable" id="wpa_eap_table">
 
22
        <property name="visible">True</property>
 
23
        <property name="can_focus">False</property>
 
24
        <property name="n_rows">2</property>
 
25
        <property name="n_columns">2</property>
 
26
        <property name="column_spacing">6</property>
 
27
        <property name="row_spacing">6</property>
 
28
        <child>
 
29
          <object class="GtkLabel" id="wpa_eap_auth_label">
 
30
            <property name="visible">True</property>
 
31
            <property name="can_focus">False</property>
 
32
            <property name="xalign">1</property>
 
33
            <property name="label" translatable="yes">Au_thentication</property>
 
34
            <property name="use_underline">True</property>
 
35
            <property name="mnemonic_widget">wpa_eap_auth_combo</property>
 
36
          </object>
 
37
          <packing>
 
38
            <property name="x_options">GTK_FILL</property>
 
39
            <property name="y_options"/>
 
40
          </packing>
 
41
        </child>
 
42
        <child>
 
43
          <object class="GtkComboBox" id="wpa_eap_auth_combo">
 
44
            <property name="visible">True</property>
 
45
            <property name="can_focus">False</property>
 
46
            <property name="model">model5</property>
 
47
            <child>
 
48
              <object class="GtkCellRendererText" id="renderer5"/>
 
49
              <attributes>
 
50
                <attribute name="text">0</attribute>
 
51
              </attributes>
 
52
            </child>
 
53
          </object>
 
54
          <packing>
 
55
            <property name="left_attach">1</property>
 
56
            <property name="right_attach">2</property>
 
57
            <property name="y_options">GTK_FILL</property>
 
58
          </packing>
 
59
        </child>
 
60
        <child>
 
61
          <object class="GtkVBox" id="wpa_eap_method_vbox">
 
62
            <property name="visible">True</property>
 
63
            <property name="can_focus">False</property>
 
64
            <child>
 
65
              <placeholder/>
 
66
            </child>
 
67
          </object>
 
68
          <packing>
 
69
            <property name="right_attach">2</property>
 
70
            <property name="top_attach">1</property>
 
71
            <property name="bottom_attach">2</property>
 
72
            <property name="x_options">GTK_FILL</property>
 
73
          </packing>
 
74
        </child>
 
75
      </object>
 
76
    </child>
 
77
    <child type="tab">
 
78
      <object class="GtkLabel" id="GtkLabel3">
 
79
        <property name="visible">True</property>
 
80
        <property name="can_focus">False</property>
 
81
      </object>
 
82
      <packing>
 
83
        <property name="tab_fill">False</property>
 
84
      </packing>
 
85
    </child>
 
86
  </object>
 
87
</interface>