summaryrefslogtreecommitdiffstats
path: root/panels/network/wireless-security/ws-wpa-psk.ui
blob: 26c9415d4b573e5e9d69cb7c939f86e02995c942 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
<?xml version="1.0" encoding="UTF-8"?>
<interface>
  <requires lib="gtk+" version="3.4"/>
  <template class="WirelessSecurityWPAPSK" parent="GtkGrid">
    <property name="column_spacing">6</property>
    <property name="row_spacing">6</property>
    <child>
      <object class="GtkLabel" id="password_label">
        <property name="xalign">1</property>
        <property name="label" translatable="yes">_Password</property>
        <property name="use_underline">True</property>
        <property name="mnemonic_widget">password_entry</property>
        <layout>
          <property name="column">0</property>
          <property name="row">0</property>
        </layout>
      </object>
    </child>
    <child>
      <object class="GtkEntry" id="password_entry">
        <property name="hexpand">True</property>
        <property name="max_length">64</property>
        <property name="visibility">False</property>
        <layout>
          <property name="column">1</property>
          <property name="row">0</property>
        </layout>
      </object>
    </child>
    <child>
      <object class="GtkLabel" id="type_label">
        <property name="xalign">1</property>
        <property name="label" translatable="yes">_Type</property>
        <property name="use_underline">True</property>
        <property name="mnemonic_widget">type_combo</property>
        <layout>
          <property name="column">0</property>
          <property name="row">2</property>
        </layout>
      </object>
    </child>
    <child>
      <object class="GtkLabel">
        <property name="xalign">0</property>
        <layout>
          <property name="column">0</property>
          <property name="row">1</property>
        </layout>
      </object>
    </child>
    <child>
      <object class="GtkCheckButton" id="show_password_check">
        <property name="label" translatable="yes">Sho_w password</property>
        <property name="hexpand">True</property>
        <property name="use_underline">True</property>
        <layout>
          <property name="column">1</property>
          <property name="row">1</property>
        </layout>
      </object>
    </child>
    <child>
      <object class="GtkComboBox" id="type_combo">
        <property name="hexpand">True</property>
        <layout>
          <property name="column">1</property>
          <property name="row">2</property>
        </layout>
      </object>
    </child>
  </template>
</interface>