~dpm/qreator/snap

« back to all changes in this revision

Viewing changes to data/ui/QrCodeWifi.ui

  • Committer: David Planella
  • Date: 2012-05-30 08:33:06 UTC
  • Revision ID: david.planella@ubuntu.com-20120530083306-2naqmakzg56jh5mx
Decoupled QR code types from the QR window and from a particular GUI toolkit (right now only GTK is supported)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<interface>
 
3
  <!-- interface-requires gtk+ 3.0 -->
 
4
  <object class="GtkGrid" id="qr_code_wifi">
 
5
    <property name="visible">True</property>
 
6
    <property name="can_focus">False</property>
 
7
    <child>
 
8
      <object class="GtkComboBoxText" id="comboboxtextSecurity">
 
9
        <property name="visible">True</property>
 
10
        <property name="can_focus">False</property>
 
11
        <property name="margin_bottom">3</property>
 
12
        <property name="active">0</property>
 
13
        <property name="entry_text_column">0</property>
 
14
        <property name="id_column">1</property>
 
15
        <items>
 
16
          <item>WPA</item>
 
17
          <item>WEP</item>
 
18
        </items>
 
19
        <signal name="changed" handler="on_comboboxtextSecurity_changed" swapped="no"/>
 
20
      </object>
 
21
      <packing>
 
22
        <property name="left_attach">1</property>
 
23
        <property name="top_attach">0</property>
 
24
        <property name="width">1</property>
 
25
        <property name="height">1</property>
 
26
      </packing>
 
27
    </child>
 
28
    <child>
 
29
      <object class="GtkLabel" id="label1">
 
30
        <property name="visible">True</property>
 
31
        <property name="can_focus">False</property>
 
32
        <property name="margin_right">6</property>
 
33
        <property name="xalign">0</property>
 
34
        <property name="label" translatable="yes">Security:</property>
 
35
      </object>
 
36
      <packing>
 
37
        <property name="left_attach">0</property>
 
38
        <property name="top_attach">0</property>
 
39
        <property name="width">1</property>
 
40
        <property name="height">1</property>
 
41
      </packing>
 
42
    </child>
 
43
    <child>
 
44
      <object class="GtkLabel" id="label3">
 
45
        <property name="visible">True</property>
 
46
        <property name="can_focus">False</property>
 
47
        <property name="margin_right">6</property>
 
48
        <property name="xalign">0</property>
 
49
        <property name="label" translatable="yes">SSID:</property>
 
50
      </object>
 
51
      <packing>
 
52
        <property name="left_attach">0</property>
 
53
        <property name="top_attach">1</property>
 
54
        <property name="width">1</property>
 
55
        <property name="height">1</property>
 
56
      </packing>
 
57
    </child>
 
58
    <child>
 
59
      <object class="GtkLabel" id="label4">
 
60
        <property name="visible">True</property>
 
61
        <property name="can_focus">False</property>
 
62
        <property name="margin_right">6</property>
 
63
        <property name="xalign">0</property>
 
64
        <property name="label" translatable="yes">Password:</property>
 
65
      </object>
 
66
      <packing>
 
67
        <property name="left_attach">0</property>
 
68
        <property name="top_attach">2</property>
 
69
        <property name="width">1</property>
 
70
        <property name="height">1</property>
 
71
      </packing>
 
72
    </child>
 
73
    <child>
 
74
      <object class="GtkEntry" id="entryPassword">
 
75
        <property name="visible">True</property>
 
76
        <property name="can_focus">True</property>
 
77
        <property name="margin_top">3</property>
 
78
        <property name="margin_bottom">3</property>
 
79
        <property name="hexpand">True</property>
 
80
        <property name="visibility">False</property>
 
81
        <property name="invisible_char">•</property>
 
82
        <property name="invisible_char_set">True</property>
 
83
        <property name="placeholder_text">[Network password]</property>
 
84
        <signal name="changed" handler="on_entryPassword_changed" swapped="no"/>
 
85
      </object>
 
86
      <packing>
 
87
        <property name="left_attach">1</property>
 
88
        <property name="top_attach">2</property>
 
89
        <property name="width">1</property>
 
90
        <property name="height">1</property>
 
91
      </packing>
 
92
    </child>
 
93
    <child>
 
94
      <object class="GtkCheckButton" id="checkbutton1">
 
95
        <property name="label" translatable="yes">Show Password</property>
 
96
        <property name="use_action_appearance">False</property>
 
97
        <property name="visible">True</property>
 
98
        <property name="can_focus">True</property>
 
99
        <property name="receives_default">False</property>
 
100
        <property name="use_action_appearance">False</property>
 
101
        <property name="xalign">0</property>
 
102
        <property name="draw_indicator">True</property>
 
103
      </object>
 
104
      <packing>
 
105
        <property name="left_attach">1</property>
 
106
        <property name="top_attach">3</property>
 
107
        <property name="width">1</property>
 
108
        <property name="height">1</property>
 
109
      </packing>
 
110
    </child>
 
111
    <child>
 
112
      <object class="GtkLabel" id="label5">
 
113
        <property name="visible">True</property>
 
114
        <property name="can_focus">False</property>
 
115
      </object>
 
116
      <packing>
 
117
        <property name="left_attach">0</property>
 
118
        <property name="top_attach">3</property>
 
119
        <property name="width">1</property>
 
120
        <property name="height">1</property>
 
121
      </packing>
 
122
    </child>
 
123
    <child>
 
124
      <object class="GtkComboBoxText" id="comboboxtextSSID">
 
125
        <property name="visible">True</property>
 
126
        <property name="can_focus">False</property>
 
127
        <property name="has_entry">True</property>
 
128
        <property name="entry_text_column">0</property>
 
129
        <property name="id_column">1</property>
 
130
        <signal name="changed" handler="on_comboboxtextSSID_changed" swapped="no"/>
 
131
        <child internal-child="entry">
 
132
          <object class="GtkEntry" id="entrySSID">
 
133
            <property name="can_focus">True</property>
 
134
          </object>
 
135
        </child>
 
136
      </object>
 
137
      <packing>
 
138
        <property name="left_attach">1</property>
 
139
        <property name="top_attach">1</property>
 
140
        <property name="width">1</property>
 
141
        <property name="height">1</property>
 
142
      </packing>
 
143
    </child>
 
144
  </object>
 
145
</interface>