<?xml version="1.0"?> <interface> <requires lib="gtk+" version="2.16"/> <!-- interface-naming-policy toplevel-contextual --> <object class="GtkHBox" id="accounts_dialog_hbox"> <property name="visible">True</property> <property name="border_width">6</property> <property name="spacing">18</property> <child> <object class="GtkVBox" id="vbox195"> <property name="visible">True</property> <property name="spacing">6</property> <child> <object class="GtkVBox" id="vbox1"> <property name="visible">True</property> <property name="can_focus">False</property> <child> <object class="GtkScrolledWindow" id="accounts_sw"> <property name="height_request">200</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="hscrollbar_policy">never</property> <property name="vscrollbar_policy">automatic</property> <property name="shadow_type">in</property> <child> <object class="GtkTreeView" id="treeview"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="enable_search">False</property> </object> </child> </object> <packing> <property name="expand">True</property> <property name="fill">True</property> <property name="position">0</property> </packing> </child> <child> <object class="GtkToolbar" id="add_remove_toolbar"> <property name="visible">True</property> <property name="icon_size">1</property> <style> <class name="inline-toolbar"/> </style> <child> <object class="GtkToolButton" id="button_add"> <property name="tooltip-text" translatable="yes">Add…</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> <property name="icon_name">list-add-symbolic</property> <property name="use_underline">True</property> </object> <packing> </packing> </child> <child> <object class="GtkToolButton" id="button_remove"> <property name="tooltip-text" translatable="yes">Remove</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> <property name="icon_name">list-remove-symbolic</property> <property name="use_underline">True</property> </object> <packing> </packing> </child> </object> <packing> <property name="expand">False</property> <property name="fill">False</property> <property name="position">1</property> </packing> </child> </object> <packing> <property name="expand">True</property> <property name="fill">True</property> <property name="position">0</property> </packing> </child> <child> <object class="GtkButton" id="button_import"> <property name="label" translatable="yes">_Import…</property> <property name="can_focus">True</property> <property name="receives_default">True</property> <property name="use_action_appearance">False</property> <property name="use_underline">True</property> </object> <packing> <property name="expand">False</property> <property name="fill">True</property> <property name="position">1</property> </packing> </child> </object> <packing> <property name="expand">True</property> <property name="fill">True</property> <property name="position">0</property> </packing> </child> <child> <object class="GtkNotebook" id="notebook_account"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="show_tabs">False</property> <child> <object class="GtkVBox" id="vbox214"> <property name="visible">True</property> <property name="spacing">18</property> <child> <object class="GtkVBox" id="vbox_details"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="spacing">6</property> <child> <placeholder/> </child> <child> <object class="GtkAlignment" id="alignment_infobar"> <property name="visible">True</property> <child> <placeholder/> </child> </object> <packing> <property name="expand">False</property> <property name="position">1</property> </packing> </child> <child> <object class="GtkAlignment" id="alignment_settings"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="left_padding">6</property> <property name="right_padding">6</property> <child> <placeholder/> </child> </object> <packing> <property name="position">2</property> </packing> </child> </object> <packing> <property name="position">1</property> </packing> </child> </object> </child> <child type="tab"> <object class="GtkLabel" id="label1"> <property name="visible">True</property> <property name="label">page 1</property> </object> <packing> <property name="tab_fill">False</property> </packing> </child> <child> <object class="GtkHBox" id="hbox_loading"> <property name="visible">True</property> <child> <object class="GtkAlignment" id="alignment_loading"> <property name="visible">True</property> <property name="left_padding">12</property> <child> <placeholder/> </child> </object> <packing> <property name="position">0</property> </packing> </child> <child> <object class="GtkLabel" id="label5"> <property name="visible">True</property> <property name="label" translatable="yes">Loading account information</property> <attributes> <attribute name="weight" value="bold"/> <attribute name="scale" value="1.728"/> <!-- PANGO_SCALE_XX_LARGE --> </attributes> </object> <packing> <property name="position">1</property> </packing> </child> </object> <packing> <property name="position">1</property> </packing> </child> <child> <object class="GtkVBox" id="vbox_no_protocol"> <property name="visible">True</property> <property name="spacing">18</property> <child> <object class="GtkFrame" id="frame_no_protocol"> <property name="label_xalign">0</property> <property name="shadow_type">none</property> <child> <object class="GtkAlignment" id="alignment21"> <property name="visible">True</property> <property name="top_padding">6</property> <property name="left_padding">12</property> <child> <object class="GtkLabel" id="label4"> <property name="visible">True</property> <property name="label" translatable="yes">To add a new account, you first have to install a backend for each protocol you want to use.</property> <property name="wrap">True</property> </object> </child> </object> </child> <child type="label"> <object class="GtkLabel" id="label_no_protocol"> <property name="visible">True</property> <property name="label" translatable="yes">No protocol backends installed</property> <attributes> <attribute name="weight" value="bold"/> </attributes> </object> </child> </object> <packing> <property name="expand">False</property> <property name="fill">False</property> <property name="position">2</property> </packing> </child> <child> <placeholder/> </child> </object> </child> </object> <packing> <property name="position">1</property> </packing> </child> </object> </interface>