summaryrefslogtreecommitdiffstats
path: root/panels/network/connection-editor/wifi-page.ui
blob: 6662b8f0c4ac5dcd2771ca4c5f44ccb66827751c (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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
<?xml version="1.0" encoding="UTF-8"?>
<interface>
  <!-- interface-requires gtk+ 3.0 -->
  <template class="CEPageWifi" parent="GtkGrid">
    <property name="margin_start">50</property>
    <property name="margin_end">50</property>
    <property name="margin_top">12</property>
    <property name="margin_bottom">12</property>
    <property name="hexpand">True</property>
    <property name="vexpand">True</property>
    <property name="row_spacing">10</property>
    <property name="column_spacing">6</property>
    <child>
      <object class="GtkLabel">
        <property name="xalign">1</property>
        <property name="label" translatable="yes">_SSID</property>
        <property name="use_underline">True</property>
        <property name="mnemonic_widget">ssid_entry</property>
        <layout>
          <property name="column">0</property>
          <property name="row">0</property>
        </layout>
      </object>
    </child>
    <child>
      <object class="GtkLabel">
        <property name="xalign">1</property>
        <property name="label" translatable="yes">_BSSID</property>
        <property name="use_underline">True</property>
        <property name="mnemonic_widget">bssid_combo</property>
        <layout>
          <property name="column">0</property>
          <property name="row">1</property>
        </layout>
      </object>
    </child>
    <child>
      <object class="GtkEntry" id="ssid_entry">
        <property name="hexpand">True</property>
        <property name="invisible_char">●</property>
        <property name="invisible_char_set">True</property>
        <layout>
          <property name="column">1</property>
          <property name="row">0</property>
        </layout>
      </object>
    </child>
    <child>
      <object class="GtkLabel">
        <property name="xalign">1</property>
        <property name="label" translatable="yes">_MAC Address</property>
        <property name="use_underline">True</property>
        <property name="mnemonic_widget">mac_combo</property>
        <layout>
          <property name="column">0</property>
          <property name="row">2</property>
        </layout>
      </object>
    </child>
    <child>
      <object class="GtkComboBoxText" id="cloned_mac_combo">
        <property name="has_entry">True</property>
        <property name="hexpand">True</property>
        <property name="active_id">0</property>
        <layout>
          <property name="column">1</property>
          <property name="row">3</property>
        </layout>
        <child internal-child="entry">
          <object class="GtkEntry">
          </object>
        </child>
      </object>
    </child>
    <child>
      <object class="GtkLabel">
        <property name="label" translatable="yes">_Cloned Address</property>
        <property name="use_underline">True</property>
        <property name="mnemonic_widget">cloned_mac_combo</property>
        <layout>
          <property name="column">0</property>
          <property name="row">3</property>
        </layout>
      </object>
    </child>
    <child>
      <object class="GtkComboBoxText" id="bssid_combo">
        <property name="has_entry">True</property>
        <property name="entry_text_column">0</property>
        <property name="id_column">1</property>
        <layout>
          <property name="column">1</property>
          <property name="row">1</property>
        </layout>
      </object>
    </child>
    <child>
      <object class="GtkComboBoxText" id="mac_combo">
        <property name="has_entry">True</property>
        <property name="entry_text_column">0</property>
        <property name="id_column">1</property>
        <layout>
          <property name="column">1</property>
          <property name="row">2</property>
        </layout>
      </object>
    </child>
  </template>
</interface>