1<?xml version="1.0" encoding="UTF-8"?> 2<interface> 3 <!-- interface-requires gtk+ 3.0 --> 4 <object class="GtkAdjustment" id="adjustment_proxy_port_ftp"> 5 <property name="upper">65535</property> 6 <property name="step_increment">1</property> 7 </object> 8 <object class="GtkAdjustment" id="adjustment_proxy_port_http"> 9 <property name="upper">65535</property> 10 <property name="step_increment">1</property> 11 </object> 12 <object class="GtkAdjustment" id="adjustment_proxy_port_https"> 13 <property name="upper">65535</property> 14 <property name="step_increment">1</property> 15 </object> 16 <object class="GtkAdjustment" id="adjustment_proxy_port_socks"> 17 <property name="upper">65535</property> 18 <property name="step_increment">1</property> 19 </object> 20 <object class="GtkListStore" id="liststore_proxy_method"> 21 <columns> 22 <!-- column-name text --> 23 <column type="gchararray"/> 24 <!-- column-name type --> 25 <column type="gint"/> 26 </columns> 27 <data> 28 <row> 29 <col id="0" translatable="yes" context="proxy method">None</col> 30 <col id="1">0</col> 31 </row> 32 <row> 33 <col id="0" translatable="yes" context="proxy method">Manual</col> 34 <col id="1">1</col> 35 </row> 36 <row> 37 <col id="0" translatable="yes" context="proxy method">Automatic</col> 38 <col id="1">2</col> 39 </row> 40 </data> 41 </object> 42 <object class="GtkGrid" id="grid5"> 43 <property name="visible">True</property> 44 <property name="can_focus">False</property> 45 <property name="valign">start</property> 46 <property name="border_width">12</property> 47 <property name="row_spacing">10</property> 48 <property name="column_spacing">6</property> 49 <child> 50 <object class="GtkAlignment" id="alignment_proxy_switch"> 51 <property name="visible">True</property> 52 <property name="can_focus">False</property> 53 <property name="halign">end</property> 54 <property name="valign">start</property> 55 <child> 56 <placeholder/> 57 </child> 58 </object> 59 <packing> 60 <property name="left_attach">2</property> 61 <property name="top_attach">0</property> 62 <property name="width">1</property> 63 <property name="height">1</property> 64 </packing> 65 </child> 66 <child> 67 <object class="GtkLabel" id="heading_proxy_method"> 68 <property name="visible">True</property> 69 <property name="can_focus">False</property> 70 <property name="xalign">1</property> 71 <property name="label" translatable="yes">_Method</property> 72 <property name="use_underline">True</property> 73 <property name="mnemonic_widget">combobox_proxy_mode</property> 74 <style> 75 <class name="dim-label"/> 76 </style> 77 </object> 78 <packing> 79 <property name="left_attach">0</property> 80 <property name="top_attach">1</property> 81 <property name="width">1</property> 82 <property name="height">1</property> 83 </packing> 84 </child> 85 <child> 86 <object class="GtkComboBoxText" id="combobox_proxy_mode"> 87 <property name="visible">True</property> 88 <property name="can_focus">False</property> 89 <property name="entry_text_column">0</property> 90 <property name="id_column">1</property> 91 <property name="model">liststore_proxy_method</property> 92 </object> 93 <packing> 94 <property name="left_attach">1</property> 95 <property name="top_attach">1</property> 96 <property name="width">2</property> 97 <property name="height">1</property> 98 </packing> 99 </child> 100 <child> 101 <object class="GtkLabel" id="heading_proxy_url"> 102 <property name="visible">True</property> 103 <property name="can_focus">False</property> 104 <property name="xalign">1</property> 105 <property name="label" translatable="yes">_Configuration URL</property> 106 <property name="use_underline">True</property> 107 <property name="mnemonic_widget">entry_proxy_url</property> 108 <style> 109 <class name="dim-label"/> 110 </style> 111 </object> 112 <packing> 113 <property name="left_attach">0</property> 114 <property name="top_attach">2</property> 115 <property name="width">1</property> 116 <property name="height">1</property> 117 </packing> 118 </child> 119 <child> 120 <object class="GtkEntry" id="entry_proxy_url"> 121 <property name="visible">True</property> 122 <property name="can_focus">True</property> 123 <property name="invisible_char">●</property> 124 <property name="invisible_char_set">True</property> 125 </object> 126 <packing> 127 <property name="left_attach">1</property> 128 <property name="top_attach">2</property> 129 <property name="width">2</property> 130 <property name="height">1</property> 131 </packing> 132 </child> 133 <child> 134 <object class="GtkLabel" id="heading_proxy_http"> 135 <property name="visible">True</property> 136 <property name="can_focus">False</property> 137 <property name="xalign">1</property> 138 <property name="label" translatable="yes">_HTTP Proxy</property> 139 <property name="use_underline">True</property> 140 <property name="mnemonic_widget">entry_proxy_http</property> 141 <style> 142 <class name="dim-label"/> 143 </style> 144 </object> 145 <packing> 146 <property name="left_attach">0</property> 147 <property name="top_attach">3</property> 148 <property name="width">1</property> 149 <property name="height">1</property> 150 </packing> 151 </child> 152 <child> 153 <object class="GtkLabel" id="heading_proxy_https"> 154 <property name="visible">True</property> 155 <property name="can_focus">False</property> 156 <property name="xalign">1</property> 157 <property name="label" translatable="yes">H_TTPS Proxy</property> 158 <property name="use_underline">True</property> 159 <property name="mnemonic_widget">entry_proxy_https</property> 160 <style> 161 <class name="dim-label"/> 162 </style> 163 </object> 164 <packing> 165 <property name="left_attach">0</property> 166 <property name="top_attach">4</property> 167 <property name="width">1</property> 168 <property name="height">1</property> 169 </packing> 170 </child> 171 <child> 172 <object class="GtkLabel" id="heading_proxy_ftp"> 173 <property name="visible">True</property> 174 <property name="can_focus">False</property> 175 <property name="xalign">1</property> 176 <property name="label" translatable="yes">_FTP Proxy</property> 177 <property name="use_underline">True</property> 178 <property name="mnemonic_widget">entry_proxy_ftp</property> 179 <style> 180 <class name="dim-label"/> 181 </style> 182 </object> 183 <packing> 184 <property name="left_attach">0</property> 185 <property name="top_attach">5</property> 186 <property name="width">1</property> 187 <property name="height">1</property> 188 </packing> 189 </child> 190 <child> 191 <object class="GtkLabel" id="heading_proxy_socks"> 192 <property name="visible">True</property> 193 <property name="can_focus">False</property> 194 <property name="xalign">1</property> 195 <property name="label" translatable="yes">_Socks Host</property> 196 <property name="use_underline">True</property> 197 <property name="mnemonic_widget">entry_proxy_socks</property> 198 <style> 199 <class name="dim-label"/> 200 </style> 201 </object> 202 <packing> 203 <property name="left_attach">0</property> 204 <property name="top_attach">6</property> 205 <property name="width">1</property> 206 <property name="height">1</property> 207 </packing> 208 </child> 209 <child> 210 <object class="GtkLabel" id="heading_proxy_ignore"> 211 <property name="visible">True</property> 212 <property name="can_focus">False</property> 213 <property name="xalign">1</property> 214 <property name="label" translatable="yes">_Ignore Hosts</property> 215 <property name="use_underline">True</property> 216 <property name="mnemonic_widget">entry_proxy_ignore</property> 217 <style> 218 <class name="dim-label"/> 219 </style> 220 </object> 221 <packing> 222 <property name="left_attach">0</property> 223 <property name="top_attach">7</property> 224 <property name="width">1</property> 225 <property name="height">1</property> 226 </packing> 227 </child> 228 <child> 229 <object class="GtkLabel" id="label_proxy_warning"> 230 <property name="visible">False</property> 231 <property name="can_focus">False</property> 232 <property name="xalign">0</property> 233 <property name="label">WPAD warning…</property> 234 <property name="wrap">True</property> 235 <property name="width_chars">50</property> 236 </object> 237 <packing> 238 <property name="left_attach">0</property> 239 <property name="top_attach">8</property> 240 <property name="width">3</property> 241 <property name="height">1</property> 242 </packing> 243 </child> 244 <child> 245 <object class="GtkEntry" id="entry_proxy_http"> 246 <property name="visible">True</property> 247 <property name="can_focus">True</property> 248 <property name="invisible_char">●</property> 249 <property name="invisible_char_set">True</property> 250 </object> 251 <packing> 252 <property name="left_attach">1</property> 253 <property name="top_attach">3</property> 254 <property name="width">1</property> 255 <property name="height">1</property> 256 </packing> 257 </child> 258 <child> 259 <object class="GtkSpinButton" id="spinbutton_proxy_http"> 260 <property name="visible">True</property> 261 <property name="can_focus">True</property> 262 <property name="invisible_char">●</property> 263 <property name="xalign">1</property> 264 <property name="invisible_char_set">True</property> 265 <property name="adjustment">adjustment_proxy_port_http</property> 266 <child internal-child="accessible"> 267 <object class="AtkObject" id="spinbutton_proxy_http-accessible"> 268 <property name="accessible-name" translatable="yes">HTTP proxy port</property> 269 </object> 270 </child> 271 </object> 272 <packing> 273 <property name="left_attach">2</property> 274 <property name="top_attach">3</property> 275 <property name="width">1</property> 276 <property name="height">1</property> 277 </packing> 278 </child> 279 <child> 280 <object class="GtkEntry" id="entry_proxy_https"> 281 <property name="visible">True</property> 282 <property name="can_focus">True</property> 283 <property name="invisible_char">●</property> 284 <property name="invisible_char_set">True</property> 285 </object> 286 <packing> 287 <property name="left_attach">1</property> 288 <property name="top_attach">4</property> 289 <property name="width">1</property> 290 <property name="height">1</property> 291 </packing> 292 </child> 293 <child> 294 <object class="GtkEntry" id="entry_proxy_ftp"> 295 <property name="visible">True</property> 296 <property name="can_focus">True</property> 297 <property name="invisible_char">●</property> 298 <property name="invisible_char_set">True</property> 299 </object> 300 <packing> 301 <property name="left_attach">1</property> 302 <property name="top_attach">5</property> 303 <property name="width">1</property> 304 <property name="height">1</property> 305 </packing> 306 </child> 307 <child> 308 <object class="GtkEntry" id="entry_proxy_socks"> 309 <property name="visible">True</property> 310 <property name="can_focus">True</property> 311 <property name="invisible_char">●</property> 312 <property name="invisible_char_set">True</property> 313 </object> 314 <packing> 315 <property name="left_attach">1</property> 316 <property name="top_attach">6</property> 317 <property name="width">1</property> 318 <property name="height">1</property> 319 </packing> 320 </child> 321 <child> 322 <object class="GtkEntry" id="entry_proxy_ignore"> 323 <property name="visible">True</property> 324 <property name="can_focus">True</property> 325 <property name="invisible_char">●</property> 326 <property name="invisible_char_set">True</property> 327 </object> 328 <packing> 329 <property name="left_attach">1</property> 330 <property name="top_attach">7</property> 331 <property name="width">2</property> 332 <property name="height">1</property> 333 </packing> 334 </child> 335 <child> 336 <object class="GtkSpinButton" id="spinbutton_proxy_https"> 337 <property name="visible">True</property> 338 <property name="can_focus">True</property> 339 <property name="invisible_char">●</property> 340 <property name="xalign">1</property> 341 <property name="invisible_char_set">True</property> 342 <property name="adjustment">adjustment_proxy_port_https</property> 343 <child internal-child="accessible"> 344 <object class="AtkObject" id="spinbutton_proxy_https-accessible"> 345 <property name="accessible-name" translatable="yes">HTTPS proxy port</property> 346 </object> 347 </child> 348 </object> 349 <packing> 350 <property name="left_attach">2</property> 351 <property name="top_attach">4</property> 352 <property name="width">1</property> 353 <property name="height">1</property> 354 </packing> 355 </child> 356 <child> 357 <object class="GtkSpinButton" id="spinbutton_proxy_ftp"> 358 <property name="visible">True</property> 359 <property name="can_focus">True</property> 360 <property name="invisible_char">●</property> 361 <property name="xalign">1</property> 362 <property name="invisible_char_set">True</property> 363 <property name="adjustment">adjustment_proxy_port_ftp</property> 364 <child internal-child="accessible"> 365 <object class="AtkObject" id="spinbutton_proxy_ftp-accessible"> 366 <property name="accessible-name" translatable="yes">FTP proxy port</property> 367 </object> 368 </child> 369 </object> 370 <packing> 371 <property name="left_attach">2</property> 372 <property name="top_attach">5</property> 373 <property name="width">1</property> 374 <property name="height">1</property> 375 </packing> 376 </child> 377 <child> 378 <object class="GtkSpinButton" id="spinbutton_proxy_socks"> 379 <property name="visible">True</property> 380 <property name="can_focus">True</property> 381 <property name="invisible_char">●</property> 382 <property name="xalign">1</property> 383 <property name="invisible_char_set">True</property> 384 <property name="adjustment">adjustment_proxy_port_socks</property> 385 <child internal-child="accessible"> 386 <object class="AtkObject" id="spinbutton_proxy_socks-accessible"> 387 <property name="accessible-name" translatable="yes">Socks proxy port</property> 388 </object> 389 </child> 390 </object> 391 <packing> 392 <property name="left_attach">2</property> 393 <property name="top_attach">6</property> 394 <property name="width">1</property> 395 <property name="height">1</property> 396 </packing> 397 </child> 398 <child> 399 <object class="GtkBox" id="box1"> 400 <property name="visible">True</property> 401 <property name="can_focus">False</property> 402 <property name="spacing">6</property> 403 <child> 404 <object class="GtkImage" id="image_proxy_device"> 405 <property name="visible">True</property> 406 <property name="can_focus">False</property> 407 <property name="halign">end</property> 408 <property name="valign">start</property> 409 <property name="xalign">1</property> 410 <property name="pixel_size">48</property> 411 <property name="icon_name">preferences-system-network</property> 412 <property name="icon-size">6</property> 413 </object> 414 <packing> 415 <property name="expand">False</property> 416 <property name="fill">True</property> 417 <property name="position">0</property> 418 </packing> 419 </child> 420 <child> 421 <object class="GtkVBox" id="vbox13"> 422 <property name="visible">True</property> 423 <property name="can_focus">False</property> 424 <property name="valign">start</property> 425 <property name="hexpand">True</property> 426 <property name="spacing">3</property> 427 <child> 428 <object class="GtkLabel" id="label_proxy_device"> 429 <property name="visible">True</property> 430 <property name="can_focus">False</property> 431 <property name="xalign">0</property> 432 <property name="label">Proxy</property> 433 <property name="ellipsize">end</property> 434 <attributes> 435 <attribute name="weight" value="bold"/> 436 <attribute name="scale" value="1.2"/> 437 </attributes> 438 </object> 439 <packing> 440 <property name="expand">False</property> 441 <property name="fill">False</property> 442 <property name="position">0</property> 443 </packing> 444 </child> 445 <child> 446 <object class="GtkLabel" id="label_proxy_status"> 447 <property name="visible">True</property> 448 <property name="can_focus">False</property> 449 <property name="xalign">0</property> 450 <property name="label">Not connected</property> 451 </object> 452 <packing> 453 <property name="expand">False</property> 454 <property name="fill">False</property> 455 <property name="position">1</property> 456 </packing> 457 </child> 458 </object> 459 <packing> 460 <property name="expand">False</property> 461 <property name="fill">True</property> 462 <property name="position">1</property> 463 </packing> 464 </child> 465 <child> 466 <object class="GtkSwitch" id="device_proxy_off_switch"> 467 <property name="visible">True</property> 468 <property name="can_focus">True</property> 469 <property name="halign">end</property> 470 <property name="valign">center</property> 471 </object> 472 <packing> 473 <property name="expand">False</property> 474 <property name="fill">True</property> 475 <property name="position">2</property> 476 </packing> 477 </child> 478 </object> 479 <packing> 480 <property name="left_attach">0</property> 481 <property name="top_attach">0</property> 482 <property name="width">3</property> 483 <property name="height">1</property> 484 </packing> 485 </child> 486 </object> 487 <object class="GtkSizeGroup" id="sizegroup3"> 488 <widgets> 489 <widget name="combobox_proxy_mode"/> 490 <widget name="entry_proxy_url"/> 491 </widgets> 492 </object> 493</interface> 494