Tagged for release 2.26.0.
[empathy-mirror.git] / libempathy-gtk / empathy-account-widget-sip.glade
blob3d026de1c42d5d66c0f81dbf354f21ade3178a94
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2 <!DOCTYPE glade-interface SYSTEM "glade-2.0.dtd">
3 <!--*- mode: xml -*-->
4 <glade-interface>
5 <widget class="GtkWindow" id="account_sip_settings">
6 <property name="resizable">False</property>
7 <child>
8 <widget class="GtkVBox" id="vbox_sip_settings">
9 <property name="visible">True</property>
10 <child>
11 <widget class="GtkTable" id="table1">
12 <property name="visible">True</property>
13 <property name="n_rows">2</property>
14 <property name="n_columns">2</property>
15 <property name="column_spacing">12</property>
16 <property name="row_spacing">6</property>
17 <child>
18 <widget class="GtkLabel" id="label_password">
19 <property name="visible">True</property>
20 <property name="xalign">0</property>
21 <property name="label" translatable="yes">Pass_word:</property>
22 <property name="use_underline">True</property>
23 <property name="mnemonic_widget">entry_password</property>
24 </widget>
25 <packing>
26 <property name="top_attach">1</property>
27 <property name="bottom_attach">2</property>
28 <property name="x_options">GTK_FILL</property>
29 <property name="y_options"></property>
30 </packing>
31 </child>
32 <child>
33 <widget class="GtkEntry" id="entry_userid">
34 <property name="visible">True</property>
35 <property name="can_focus">True</property>
36 </widget>
37 <packing>
38 <property name="left_attach">1</property>
39 <property name="right_attach">2</property>
40 <property name="y_options"></property>
41 </packing>
42 </child>
43 <child>
44 <widget class="GtkLabel" id="label_userid">
45 <property name="visible">True</property>
46 <property name="xalign">0</property>
47 <property name="label" translatable="yes">_Username:</property>
48 <property name="use_underline">True</property>
49 <property name="mnemonic_widget">entry_password</property>
50 </widget>
51 <packing>
52 <property name="x_options">GTK_FILL</property>
53 <property name="y_options"></property>
54 </packing>
55 </child>
56 <child>
57 <widget class="GtkHBox" id="hbox1">
58 <property name="visible">True</property>
59 <child>
60 <widget class="GtkEntry" id="entry_password">
61 <property name="visible">True</property>
62 <property name="can_focus">True</property>
63 </widget>
64 </child>
65 <child>
66 <widget class="GtkButton" id="button_forget">
67 <property name="visible">True</property>
68 <property name="can_focus">True</property>
69 <property name="tooltip" translatable="yes">Forget password and clear the entry.</property>
70 <property name="response_id">0</property>
71 <child>
72 <widget class="GtkImage" id="image6">
73 <property name="visible">True</property>
74 <property name="stock">gtk-clear</property>
75 <property name="icon_size">1</property>
76 </widget>
77 </child>
78 </widget>
79 <packing>
80 <property name="expand">False</property>
81 <property name="position">1</property>
82 </packing>
83 </child>
84 </widget>
85 <packing>
86 <property name="left_attach">1</property>
87 <property name="right_attach">2</property>
88 <property name="top_attach">1</property>
89 <property name="bottom_attach">2</property>
90 <property name="y_options"></property>
91 </packing>
92 </child>
93 </widget>
94 <packing>
95 <property name="expand">False</property>
96 <property name="fill">False</property>
97 </packing>
98 </child>
99 <child>
100 <widget class="GtkExpander" id="expander_advanced">
101 <property name="visible">True</property>
102 <property name="can_focus">True</property>
103 <child>
104 <widget class="GtkAlignment" id="alignment1">
105 <property name="visible">True</property>
106 <property name="xalign">0</property>
107 <property name="left_padding">12</property>
108 <child>
109 <widget class="GtkTable" id="table_advanced_sip_settings">
110 <property name="visible">True</property>
111 <property name="n_rows">3</property>
112 <property name="n_columns">2</property>
113 <property name="column_spacing">6</property>
114 <property name="row_spacing">6</property>
115 <child>
116 <widget class="GtkEntry" id="entry_stun-server">
117 <property name="visible">True</property>
118 <property name="can_focus">True</property>
119 </widget>
120 <packing>
121 <property name="left_attach">1</property>
122 <property name="right_attach">2</property>
123 <property name="top_attach">1</property>
124 <property name="bottom_attach">2</property>
125 </packing>
126 </child>
127 <child>
128 <widget class="GtkLabel" id="label_stun-port">
129 <property name="visible">True</property>
130 <property name="xalign">0</property>
131 <property name="label" translatable="yes">STUN port:</property>
132 <property name="mnemonic_widget">spinbutton_stun-port</property>
133 </widget>
134 <packing>
135 <property name="top_attach">2</property>
136 <property name="bottom_attach">3</property>
137 <property name="x_options">GTK_FILL</property>
138 <property name="y_options"></property>
139 </packing>
140 </child>
141 <child>
142 <widget class="GtkLabel" id="label_stun-server">
143 <property name="visible">True</property>
144 <property name="xalign">0</property>
145 <property name="label" translatable="yes">STUN Server:</property>
146 <property name="mnemonic_widget">entry_stun-server</property>
147 </widget>
148 <packing>
149 <property name="top_attach">1</property>
150 <property name="bottom_attach">2</property>
151 <property name="x_options">GTK_FILL</property>
152 <property name="y_options"></property>
153 </packing>
154 </child>
155 <child>
156 <widget class="GtkSpinButton" id="spinbutton_stun-port">
157 <property name="visible">True</property>
158 <property name="can_focus">True</property>
159 <property name="adjustment">0 0 65535 1 10 0</property>
160 <property name="climb_rate">1</property>
161 </widget>
162 <packing>
163 <property name="left_attach">1</property>
164 <property name="right_attach">2</property>
165 <property name="top_attach">2</property>
166 <property name="bottom_attach">3</property>
167 </packing>
168 </child>
169 <child>
170 <widget class="GtkCheckButton" id="checkbutton_discover-stun">
171 <property name="visible">True</property>
172 <property name="can_focus">True</property>
173 <property name="label" translatable="yes" comments="look up the DNS SRV record at the service's domain for the host name of a STUN server.">Discover STUN</property>
174 <property name="use_underline">True</property>
175 <property name="response_id">0</property>
176 <property name="draw_indicator">True</property>
177 </widget>
178 <packing>
179 <property name="right_attach">2</property>
180 <property name="x_options">GTK_FILL</property>
181 <property name="y_options"></property>
182 </packing>
183 </child>
184 </widget>
185 </child>
186 </widget>
187 </child>
188 <child>
189 <widget class="GtkLabel" id="label_expander">
190 <property name="visible">True</property>
191 <property name="label" translatable="yes">&lt;b&gt;Advanced&lt;/b&gt;</property>
192 <property name="use_markup">True</property>
193 </widget>
194 <packing>
195 <property name="type">label_item</property>
196 </packing>
197 </child>
198 </widget>
199 <packing>
200 <property name="expand">False</property>
201 <property name="fill">False</property>
202 <property name="position">1</property>
203 </packing>
204 </child>
205 </widget>
206 </child>
207 </widget>
208 </glade-interface>