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

« back to all changes in this revision

Viewing changes to panels/network/wireless-security/ws-wpa-psk.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="wpa_psk_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="wpa_psk_table">
 
11
        <property name="visible">True</property>
 
12
        <property name="can_focus">False</property>
 
13
        <property name="n_rows">3</property>
 
14
        <property name="n_columns">2</property>
 
15
        <property name="column_spacing">6</property>
 
16
        <property name="row_spacing">6</property>
 
17
        <child>
 
18
          <object class="GtkLabel" id="wpa_psk_label">
 
19
            <property name="visible">True</property>
 
20
            <property name="can_focus">False</property>
 
21
            <property name="xalign">1</property>
 
22
            <property name="label" translatable="yes">_Password</property>
 
23
            <property name="use_underline">True</property>
 
24
            <property name="mnemonic_widget">wpa_psk_entry</property>
 
25
          </object>
 
26
          <packing>
 
27
            <property name="x_options">GTK_FILL</property>
 
28
            <property name="y_options"/>
 
29
          </packing>
 
30
        </child>
 
31
        <child>
 
32
          <object class="GtkEntry" id="wpa_psk_entry">
 
33
            <property name="visible">True</property>
 
34
            <property name="can_focus">True</property>
 
35
            <property name="max_length">64</property>
 
36
            <property name="visibility">False</property>
 
37
            <property name="activates_default">True</property>
 
38
          </object>
 
39
          <packing>
 
40
            <property name="left_attach">1</property>
 
41
            <property name="right_attach">2</property>
 
42
            <property name="y_options"/>
 
43
          </packing>
 
44
        </child>
 
45
        <child>
 
46
          <object class="GtkLabel" id="wpa_psk_type_label">
 
47
            <property name="visible">True</property>
 
48
            <property name="can_focus">False</property>
 
49
            <property name="xalign">1</property>
 
50
            <property name="label" translatable="yes">_Type</property>
 
51
            <property name="use_underline">True</property>
 
52
            <property name="mnemonic_widget">wpa_psk_type_combo</property>
 
53
          </object>
 
54
          <packing>
 
55
            <property name="top_attach">2</property>
 
56
            <property name="bottom_attach">3</property>
 
57
            <property name="x_options">GTK_FILL</property>
 
58
            <property name="y_options"/>
 
59
          </packing>
 
60
        </child>
 
61
        <child>
 
62
          <object class="GtkLabel" id="label32">
 
63
            <property name="visible">True</property>
 
64
            <property name="can_focus">False</property>
 
65
            <property name="xalign">0</property>
 
66
          </object>
 
67
          <packing>
 
68
            <property name="top_attach">1</property>
 
69
            <property name="bottom_attach">2</property>
 
70
            <property name="x_options">GTK_FILL</property>
 
71
            <property name="y_options"/>
 
72
          </packing>
 
73
        </child>
 
74
        <child>
 
75
          <object class="GtkCheckButton" id="show_checkbutton_wpa">
 
76
            <property name="label" translatable="yes">Sho_w password</property>
 
77
            <property name="visible">True</property>
 
78
            <property name="can_focus">True</property>
 
79
            <property name="receives_default">False</property>
 
80
            <property name="use_underline">True</property>
 
81
            <property name="draw_indicator">True</property>
 
82
          </object>
 
83
          <packing>
 
84
            <property name="left_attach">1</property>
 
85
            <property name="right_attach">2</property>
 
86
            <property name="top_attach">1</property>
 
87
            <property name="bottom_attach">2</property>
 
88
            <property name="x_options">GTK_FILL</property>
 
89
            <property name="y_options"/>
 
90
          </packing>
 
91
        </child>
 
92
        <child>
 
93
          <object class="GtkComboBox" id="wpa_psk_type_combo">
 
94
            <property name="visible">True</property>
 
95
            <property name="can_focus">False</property>
 
96
          </object>
 
97
          <packing>
 
98
            <property name="left_attach">1</property>
 
99
            <property name="right_attach">2</property>
 
100
            <property name="top_attach">2</property>
 
101
            <property name="bottom_attach">3</property>
 
102
            <property name="y_options">GTK_FILL</property>
 
103
          </packing>
 
104
        </child>
 
105
      </object>
 
106
    </child>
 
107
    <child type="tab">
 
108
      <object class="GtkLabel" id="GtkLabel2">
 
109
        <property name="visible">True</property>
 
110
        <property name="can_focus">False</property>
 
111
      </object>
 
112
      <packing>
 
113
        <property name="tab_fill">False</property>
 
114
      </packing>
 
115
    </child>
 
116
  </object>
 
117
</interface>