2011-03-12 14:27:22 -05:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2010-12-02 16:03:53 +00:00
|
|
|
<interface>
|
2012-02-08 13:46:57 +00:00
|
|
|
<!-- interface-requires gtk+ 3.0 -->
|
2011-03-12 14:27:22 -05:00
|
|
|
<object class="GtkAdjustment" id="adjustment_proxy_port_ftp">
|
|
|
|
<property name="upper">65535</property>
|
|
|
|
<property name="step_increment">1</property>
|
|
|
|
</object>
|
|
|
|
<object class="GtkAdjustment" id="adjustment_proxy_port_http">
|
|
|
|
<property name="upper">65535</property>
|
|
|
|
<property name="step_increment">1</property>
|
|
|
|
</object>
|
|
|
|
<object class="GtkAdjustment" id="adjustment_proxy_port_https">
|
|
|
|
<property name="upper">65535</property>
|
|
|
|
<property name="step_increment">1</property>
|
|
|
|
</object>
|
|
|
|
<object class="GtkAdjustment" id="adjustment_proxy_port_socks">
|
|
|
|
<property name="upper">65535</property>
|
|
|
|
<property name="step_increment">1</property>
|
2010-12-02 16:03:53 +00:00
|
|
|
</object>
|
|
|
|
<object class="GtkListStore" id="liststore_devices">
|
|
|
|
<columns>
|
|
|
|
<!-- column-name icon -->
|
2010-12-14 10:23:26 +00:00
|
|
|
<column type="gchararray"/>
|
2011-03-16 17:27:24 +00:00
|
|
|
<!-- column-name object -->
|
|
|
|
<column type="GObject"/>
|
2010-12-02 16:03:53 +00:00
|
|
|
</columns>
|
2012-06-28 12:17:18 +01:00
|
|
|
</object>
|
2010-12-02 16:03:53 +00:00
|
|
|
<object class="GtkVBox" id="vbox1">
|
|
|
|
<property name="visible">True</property>
|
2011-03-12 14:27:22 -05:00
|
|
|
<property name="can_focus">False</property>
|
2010-12-02 16:03:53 +00:00
|
|
|
<property name="spacing">12</property>
|
2013-11-19 22:26:49 +02:00
|
|
|
<property name="margin-start">6</property>
|
|
|
|
<property name="margin-end">6</property>
|
2013-01-05 19:13:25 -05:00
|
|
|
<property name="margin-top">6</property>
|
|
|
|
<property name="margin-bottom">6</property>
|
2010-12-02 16:03:53 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkVBox" id="vbox2">
|
|
|
|
<property name="visible">True</property>
|
2011-03-12 14:27:22 -05:00
|
|
|
<property name="can_focus">False</property>
|
2010-12-02 16:03:53 +00:00
|
|
|
<property name="spacing">3</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkHBox" id="hbox2">
|
|
|
|
<property name="visible">True</property>
|
2011-03-12 14:27:22 -05:00
|
|
|
<property name="can_focus">False</property>
|
2010-12-02 16:03:53 +00:00
|
|
|
<property name="spacing">6</property>
|
|
|
|
<child>
|
2011-01-24 15:43:37 -05:00
|
|
|
<object class="GtkVBox" id="vbox10">
|
2010-12-02 16:03:53 +00:00
|
|
|
<property name="visible">True</property>
|
2011-03-12 14:27:22 -05:00
|
|
|
<property name="can_focus">False</property>
|
2013-11-19 22:26:49 +02:00
|
|
|
<property name="margin_start">12</property>
|
2012-02-08 14:21:48 +00:00
|
|
|
<property name="margin_top">12</property>
|
|
|
|
<property name="margin_bottom">12</property>
|
2010-12-02 16:03:53 +00:00
|
|
|
<child>
|
2011-01-26 15:02:53 -05:00
|
|
|
<object class="GtkScrolledWindow" id="devices_scrolledwindow">
|
2010-12-02 16:03:53 +00:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
2011-01-24 15:43:37 -05:00
|
|
|
<property name="hscrollbar_policy">never</property>
|
|
|
|
<property name="shadow_type">in</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkTreeView" id="treeview_devices">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="model">liststore_devices</property>
|
|
|
|
<property name="headers_visible">False</property>
|
|
|
|
<property name="search_column">2</property>
|
|
|
|
<property name="show_expanders">False</property>
|
2011-03-12 14:27:22 -05:00
|
|
|
<child internal-child="selection">
|
|
|
|
<object class="GtkTreeSelection" id="treeview-selection1"/>
|
|
|
|
</child>
|
2011-01-24 15:43:37 -05:00
|
|
|
</object>
|
|
|
|
</child>
|
2010-12-02 16:03:53 +00:00
|
|
|
</object>
|
2011-01-24 15:43:37 -05:00
|
|
|
<packing>
|
2011-03-12 14:27:22 -05:00
|
|
|
<property name="expand">True</property>
|
|
|
|
<property name="fill">True</property>
|
2011-01-24 15:43:37 -05:00
|
|
|
<property name="position">0</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2011-01-26 15:02:53 -05:00
|
|
|
<object class="GtkToolbar" id="devices_toolbar">
|
2011-01-24 15:43:37 -05:00
|
|
|
<property name="visible">True</property>
|
2011-03-12 14:27:22 -05:00
|
|
|
<property name="can_focus">False</property>
|
2012-02-08 13:46:57 +00:00
|
|
|
<property name="toolbar_style">icons</property>
|
2012-02-29 18:31:01 -05:00
|
|
|
<property name="show_arrow">False</property>
|
|
|
|
<property name="icon_size">1</property>
|
2011-03-17 15:07:46 -04:00
|
|
|
<style>
|
|
|
|
<class name="inline-toolbar"/>
|
|
|
|
</style>
|
2011-01-24 15:43:37 -05:00
|
|
|
<child>
|
|
|
|
<object class="GtkToolButton" id="add_toolbutton">
|
2012-02-08 13:46:57 +00:00
|
|
|
<property name="use_action_appearance">False</property>
|
2011-01-24 15:43:37 -05:00
|
|
|
<property name="visible">True</property>
|
2011-03-12 14:27:22 -05:00
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="use_action_appearance">False</property>
|
2012-02-08 13:46:57 +00:00
|
|
|
<property name="label" translatable="yes">Add Device</property>
|
2011-01-24 15:43:37 -05:00
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<property name="icon_name">list-add-symbolic</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="homogeneous">True</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkToolButton" id="remove_toolbutton">
|
2012-02-08 13:46:57 +00:00
|
|
|
<property name="use_action_appearance">False</property>
|
2011-01-24 15:43:37 -05:00
|
|
|
<property name="visible">True</property>
|
2011-03-12 14:27:22 -05:00
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="use_action_appearance">False</property>
|
2012-02-08 13:46:57 +00:00
|
|
|
<property name="label" translatable="yes">Remove Device</property>
|
2011-01-24 15:43:37 -05:00
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<property name="icon_name">list-remove-symbolic</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="homogeneous">True</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
2011-03-12 14:27:22 -05:00
|
|
|
<property name="fill">True</property>
|
2011-01-24 15:43:37 -05:00
|
|
|
<property name="position">1</property>
|
|
|
|
</packing>
|
2010-12-02 16:03:53 +00:00
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
2011-03-12 14:27:22 -05:00
|
|
|
<property name="expand">True</property>
|
|
|
|
<property name="fill">True</property>
|
2010-12-02 16:03:53 +00:00
|
|
|
<property name="position">0</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2011-03-26 16:45:08 -04:00
|
|
|
<object class="GtkNotebook" id="notebook_types">
|
2010-12-02 16:03:53 +00:00
|
|
|
<property name="visible">True</property>
|
2011-03-26 16:45:08 -04:00
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="show_border">False</property>
|
2010-12-02 16:03:53 +00:00
|
|
|
</object>
|
|
|
|
<packing>
|
2011-03-12 14:27:22 -05:00
|
|
|
<property name="expand">True</property>
|
|
|
|
<property name="fill">True</property>
|
2010-12-02 16:03:53 +00:00
|
|
|
<property name="position">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
2011-03-12 14:27:22 -05:00
|
|
|
<property name="expand">True</property>
|
|
|
|
<property name="fill">True</property>
|
2010-12-02 16:03:53 +00:00
|
|
|
<property name="position">0</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
2011-03-12 14:27:22 -05:00
|
|
|
<property name="expand">True</property>
|
|
|
|
<property name="fill">True</property>
|
2010-12-02 16:03:53 +00:00
|
|
|
<property name="position">0</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<object class="GtkSizeGroup" id="sizegroup1">
|
2011-03-17 21:43:24 -04:00
|
|
|
</object>
|
2010-12-02 16:03:53 +00:00
|
|
|
</interface>
|