]> sjero.net Git - linphone/blob - gtk/tunnel_config.ui
Aac-eld add missing header according to RFC3640 3.3.6
[linphone] / gtk / tunnel_config.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <interface>
3   <!-- interface-requires gtk+ 3.0 -->
4   <!-- interface-naming-policy toplevel-contextual -->
5   <object class="GtkAdjustment" id="adjustment1">
6     <property name="lower">1</property>
7     <property name="upper">65535</property>
8     <property name="value">443</property>
9     <property name="step_increment">1</property>
10     <property name="page_increment">10</property>
11   </object>
12   <object class="GtkAdjustment" id="adjustment2">
13     <property name="lower">1</property>
14     <property name="upper">65535</property>
15     <property name="value">8080</property>
16     <property name="step_increment">1</property>
17     <property name="page_increment">10</property>
18   </object>
19   <object class="GtkDialog" id="tunnel_config">
20     <property name="can_focus">False</property>
21     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
22     <property name="border_width">5</property>
23     <property name="title" translatable="yes">Configure VoIP tunnel</property>
24     <property name="window_position">center-on-parent</property>
25     <property name="type_hint">dialog</property>
26     <child internal-child="vbox">
27       <object class="GtkVBox" id="dialog-vbox2">
28         <property name="visible">True</property>
29         <property name="can_focus">False</property>
30         <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
31         <property name="spacing">2</property>
32         <child>
33           <object class="GtkFrame" id="frame15">
34             <property name="visible">True</property>
35             <property name="can_focus">False</property>
36             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
37             <property name="label_xalign">0</property>
38             <property name="shadow_type">none</property>
39             <child>
40               <object class="GtkAlignment" id="alignment15">
41                 <property name="visible">True</property>
42                 <property name="can_focus">False</property>
43                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
44                 <property name="left_padding">12</property>
45                 <child>
46                   <object class="GtkVBox" id="vbox11">
47                     <property name="visible">True</property>
48                     <property name="can_focus">False</property>
49                     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
50                     <child>
51                       <object class="GtkTable" id="table6">
52                         <property name="visible">True</property>
53                         <property name="can_focus">False</property>
54                         <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
55                         <property name="n_rows">4</property>
56                         <property name="n_columns">2</property>
57                         <property name="homogeneous">True</property>
58                         <child>
59                           <object class="GtkLabel" id="label38">
60                             <property name="visible">True</property>
61                             <property name="can_focus">False</property>
62                             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
63                             <property name="label" translatable="yes">Host</property>
64                             <property name="justify">right</property>
65                           </object>
66                         </child>
67                         <child>
68                           <object class="GtkEntry" id="host">
69                             <property name="width_request">275</property>
70                             <property name="visible">True</property>
71                             <property name="can_focus">True</property>
72                             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
73                             <property name="primary_icon_activatable">False</property>
74                             <property name="secondary_icon_activatable">False</property>
75                             <property name="primary_icon_sensitive">True</property>
76                             <property name="secondary_icon_sensitive">True</property>
77                           </object>
78                           <packing>
79                             <property name="left_attach">1</property>
80                             <property name="right_attach">2</property>
81                           </packing>
82                         </child>
83                         <child>
84                           <object class="GtkLabel" id="label39">
85                             <property name="visible">True</property>
86                             <property name="can_focus">False</property>
87                             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
88                             <property name="label" translatable="yes">Port</property>
89                             <property name="justify">right</property>
90                           </object>
91                           <packing>
92                             <property name="top_attach">1</property>
93                             <property name="bottom_attach">2</property>
94                           </packing>
95                         </child>
96                         <child>
97                           <object class="GtkSpinButton" id="port">
98                             <property name="visible">True</property>
99                             <property name="can_focus">True</property>
100                             <property name="invisible_char">●</property>
101                             <property name="primary_icon_activatable">False</property>
102                             <property name="secondary_icon_activatable">False</property>
103                             <property name="primary_icon_sensitive">True</property>
104                             <property name="secondary_icon_sensitive">True</property>
105                             <property name="adjustment">adjustment1</property>
106                           </object>
107                           <packing>
108                             <property name="left_attach">1</property>
109                             <property name="right_attach">2</property>
110                             <property name="top_attach">1</property>
111                             <property name="bottom_attach">2</property>
112                           </packing>
113                         </child>
114                         <child>
115                           <object class="GtkRadioButton" id="radio_enable">
116                             <property name="label" translatable="yes">Enable</property>
117                             <property name="visible">True</property>
118                             <property name="can_focus">True</property>
119                             <property name="receives_default">False</property>
120                             <property name="use_action_appearance">False</property>
121                             <property name="xalign">0</property>
122                             <property name="active">True</property>
123                             <property name="draw_indicator">True</property>
124                             <property name="group">radio_disable</property>
125                           </object>
126                           <packing>
127                             <property name="left_attach">1</property>
128                             <property name="right_attach">2</property>
129                             <property name="top_attach">2</property>
130                             <property name="bottom_attach">3</property>
131                           </packing>
132                         </child>
133                         <child>
134                           <object class="GtkRadioButton" id="radio_disable">
135                             <property name="label" translatable="yes">Disable</property>
136                             <property name="visible">True</property>
137                             <property name="can_focus">True</property>
138                             <property name="receives_default">False</property>
139                             <property name="use_action_appearance">False</property>
140                             <property name="xalign">0</property>
141                             <property name="active">True</property>
142                             <property name="draw_indicator">True</property>
143                           </object>
144                           <packing>
145                             <property name="left_attach">1</property>
146                             <property name="right_attach">2</property>
147                             <property name="top_attach">3</property>
148                             <property name="bottom_attach">4</property>
149                           </packing>
150                         </child>
151                         <child>
152                           <placeholder/>
153                         </child>
154                         <child>
155                           <placeholder/>
156                         </child>
157                       </object>
158                       <packing>
159                         <property name="expand">True</property>
160                         <property name="fill">True</property>
161                         <property name="position">0</property>
162                       </packing>
163                     </child>
164                   </object>
165                 </child>
166               </object>
167             </child>
168             <child type="label">
169               <object class="GtkLabel" id="label42">
170                 <property name="visible">True</property>
171                 <property name="can_focus">False</property>
172                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
173                 <property name="label" translatable="yes">&lt;b&gt;Configure tunnel&lt;/b&gt;</property>
174                 <property name="use_markup">True</property>
175               </object>
176             </child>
177           </object>
178           <packing>
179             <property name="expand">False</property>
180             <property name="fill">True</property>
181             <property name="position">0</property>
182           </packing>
183         </child>
184         <child>
185           <object class="GtkFrame" id="frame1">
186             <property name="visible">True</property>
187             <property name="can_focus">False</property>
188             <property name="label_xalign">0</property>
189             <property name="shadow_type">none</property>
190             <child>
191               <object class="GtkAlignment" id="alignment1">
192                 <property name="visible">True</property>
193                 <property name="can_focus">False</property>
194                 <property name="left_padding">12</property>
195                 <child>
196                   <object class="GtkTable" id="table1">
197                     <property name="visible">True</property>
198                     <property name="can_focus">False</property>
199                     <property name="n_rows">4</property>
200                     <property name="n_columns">2</property>
201                     <property name="homogeneous">True</property>
202                     <child>
203                       <object class="GtkLabel" id="label1">
204                         <property name="visible">True</property>
205                         <property name="can_focus">False</property>
206                         <property name="label" translatable="yes">Host</property>
207                       </object>
208                     </child>
209                     <child>
210                       <object class="GtkLabel" id="label3">
211                         <property name="visible">True</property>
212                         <property name="can_focus">False</property>
213                         <property name="label" translatable="yes">Port</property>
214                       </object>
215                       <packing>
216                         <property name="top_attach">1</property>
217                         <property name="bottom_attach">2</property>
218                       </packing>
219                     </child>
220                     <child>
221                       <object class="GtkLabel" id="label4">
222                         <property name="visible">True</property>
223                         <property name="can_focus">False</property>
224                         <property name="label" translatable="yes">Username</property>
225                       </object>
226                       <packing>
227                         <property name="top_attach">2</property>
228                         <property name="bottom_attach">3</property>
229                       </packing>
230                     </child>
231                     <child>
232                       <object class="GtkLabel" id="label5">
233                         <property name="visible">True</property>
234                         <property name="can_focus">False</property>
235                         <property name="label" translatable="yes">Password</property>
236                       </object>
237                       <packing>
238                         <property name="top_attach">3</property>
239                         <property name="bottom_attach">4</property>
240                       </packing>
241                     </child>
242                     <child>
243                       <object class="GtkSpinButton" id="http_port">
244                         <property name="visible">True</property>
245                         <property name="can_focus">True</property>
246                         <property name="invisible_char">●</property>
247                         <property name="primary_icon_activatable">False</property>
248                         <property name="secondary_icon_activatable">False</property>
249                         <property name="primary_icon_sensitive">True</property>
250                         <property name="secondary_icon_sensitive">True</property>
251                         <property name="adjustment">adjustment2</property>
252                       </object>
253                       <packing>
254                         <property name="left_attach">1</property>
255                         <property name="right_attach">2</property>
256                         <property name="top_attach">1</property>
257                         <property name="bottom_attach">2</property>
258                       </packing>
259                     </child>
260                     <child>
261                       <object class="GtkEntry" id="http_host">
262                         <property name="visible">True</property>
263                         <property name="can_focus">True</property>
264                         <property name="invisible_char">●</property>
265                         <property name="primary_icon_activatable">False</property>
266                         <property name="secondary_icon_activatable">False</property>
267                         <property name="primary_icon_sensitive">True</property>
268                         <property name="secondary_icon_sensitive">True</property>
269                       </object>
270                       <packing>
271                         <property name="left_attach">1</property>
272                         <property name="right_attach">2</property>
273                       </packing>
274                     </child>
275                     <child>
276                       <object class="GtkEntry" id="username">
277                         <property name="visible">True</property>
278                         <property name="can_focus">True</property>
279                         <property name="invisible_char">●</property>
280                         <property name="primary_icon_activatable">False</property>
281                         <property name="secondary_icon_activatable">False</property>
282                         <property name="primary_icon_sensitive">True</property>
283                         <property name="secondary_icon_sensitive">True</property>
284                       </object>
285                       <packing>
286                         <property name="left_attach">1</property>
287                         <property name="right_attach">2</property>
288                         <property name="top_attach">2</property>
289                         <property name="bottom_attach">3</property>
290                       </packing>
291                     </child>
292                     <child>
293                       <object class="GtkEntry" id="password">
294                         <property name="visible">True</property>
295                         <property name="can_focus">True</property>
296                         <property name="visibility">False</property>
297                         <property name="invisible_char">●</property>
298                         <property name="primary_icon_activatable">False</property>
299                         <property name="secondary_icon_activatable">False</property>
300                         <property name="primary_icon_sensitive">True</property>
301                         <property name="secondary_icon_sensitive">True</property>
302                       </object>
303                       <packing>
304                         <property name="left_attach">1</property>
305                         <property name="right_attach">2</property>
306                         <property name="top_attach">3</property>
307                         <property name="bottom_attach">4</property>
308                       </packing>
309                     </child>
310                   </object>
311                 </child>
312               </object>
313             </child>
314             <child type="label">
315               <object class="GtkLabel" id="label2">
316                 <property name="visible">True</property>
317                 <property name="can_focus">False</property>
318                 <property name="label" translatable="yes">&lt;b&gt;Configure http proxy (optional)&lt;/b&gt;</property>
319                 <property name="use_markup">True</property>
320               </object>
321             </child>
322           </object>
323           <packing>
324             <property name="expand">True</property>
325             <property name="fill">True</property>
326             <property name="position">1</property>
327           </packing>
328         </child>
329         <child internal-child="action_area">
330           <object class="GtkHButtonBox" id="dialog-action_area2">
331             <property name="visible">True</property>
332             <property name="can_focus">False</property>
333             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
334             <property name="layout_style">end</property>
335             <child>
336               <object class="GtkButton" id="button6">
337                 <property name="label">gtk-ok</property>
338                 <property name="visible">True</property>
339                 <property name="can_focus">True</property>
340                 <property name="receives_default">True</property>
341                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
342                 <property name="use_action_appearance">False</property>
343                 <property name="use_stock">True</property>
344                 <signal name="clicked" handler="linphone_gtk_tunnel_ok" swapped="no"/>
345               </object>
346               <packing>
347                 <property name="expand">False</property>
348                 <property name="fill">False</property>
349                 <property name="position">0</property>
350               </packing>
351             </child>
352             <child>
353               <object class="GtkButton" id="button7">
354                 <property name="label">gtk-cancel</property>
355                 <property name="visible">True</property>
356                 <property name="can_focus">True</property>
357                 <property name="receives_default">True</property>
358                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
359                 <property name="use_action_appearance">False</property>
360                 <property name="use_stock">True</property>
361                 <signal name="clicked" handler="linphone_gtk_proxy_cancel" swapped="no"/>
362               </object>
363               <packing>
364                 <property name="expand">False</property>
365                 <property name="fill">False</property>
366                 <property name="position">1</property>
367               </packing>
368             </child>
369           </object>
370           <packing>
371             <property name="expand">False</property>
372             <property name="fill">True</property>
373             <property name="pack_type">end</property>
374             <property name="position">2</property>
375           </packing>
376         </child>
377       </object>
378     </child>
379     <action-widgets>
380       <action-widget response="0">button6</action-widget>
381       <action-widget response="0">button7</action-widget>
382     </action-widgets>
383   </object>
384 </interface>