2008-10-31 09:18:55 -05:00
|
|
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
|
|
<!DOCTYPE glade-interface SYSTEM "glade-2.0.dtd">
|
|
|
|
<!--*- mode: xml -*-->
|
2007-02-15 14:35:37 -06:00
|
|
|
<glade-interface>
|
2008-10-31 09:18:55 -05:00
|
|
|
<widget class="GtkWindow" id="vmm-manager">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="title" translatable="yes">Virtual Machine Manager</property>
|
|
|
|
<property name="default_width">700</property>
|
|
|
|
<property name="default_height">500</property>
|
|
|
|
<property name="gravity">GDK_GRAVITY_CENTER</property>
|
|
|
|
<signal name="delete_event" handler="on_vm_manager_delete_event"/>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkVBox" id="vbox1">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkMenuBar" id="menubar1">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkMenuItem" id="menuitem4">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="label" translatable="yes">_File</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkMenu" id="menuitem4_menu">
|
|
|
|
<child>
|
|
|
|
<widget class="GtkImageMenuItem" id="menu_file_restore_saved">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="tooltip" translatable="yes">Restore a saved machine from a filesystem image</property>
|
|
|
|
<property name="label" translatable="yes">Restore saved machine...</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<signal name="activate" handler="on_menu_restore_saved_activate"/>
|
|
|
|
<accelerator key="r" modifiers="GDK_MOD1_MASK" signal="activate"/>
|
|
|
|
<child internal-child="image">
|
|
|
|
<widget class="GtkImage" id="image144">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="stock">gtk-open</property>
|
|
|
|
<property name="icon_size">1</property>
|
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkSeparatorMenuItem" id="separator4">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkImageMenuItem" id="open_connection">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="label" translatable="yes">Add Connection...</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<signal name="activate" handler="on_menu_file_add_connection_activate"/>
|
|
|
|
<child internal-child="image">
|
|
|
|
<widget class="GtkImage" id="image145">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="stock">gtk-connect</property>
|
|
|
|
<property name="icon_size">1</property>
|
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkSeparatorMenuItem" id="separatormenuitem1">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkImageMenuItem" id="menu_file_close">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="label">gtk-close</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<property name="use_stock">True</property>
|
|
|
|
<signal name="activate" handler="on_menu_file_close_activate"/>
|
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkImageMenuItem" id="menu_file_quit">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="label">gtk-quit</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<property name="use_stock">True</property>
|
|
|
|
<signal name="activate" handler="on_menu_file_quit_activate"/>
|
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkMenuItem" id="menuitem5">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="label" translatable="yes">_Edit</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkMenu" id="menuitem5_menu">
|
|
|
|
<child>
|
|
|
|
<widget class="GtkMenuItem" id="menu_host_details">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="label" translatable="yes">Connection Details...</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<signal name="activate" handler="on_menu_host_details_activate"/>
|
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkImageMenuItem" id="menu_edit_details">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="label" translatable="yes">Machine Details...</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<signal name="activate" handler="on_menu_edit_details_activate"/>
|
|
|
|
<child internal-child="image">
|
|
|
|
<widget class="GtkImage" id="image146">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="stock">gtk-properties</property>
|
|
|
|
<property name="icon_size">1</property>
|
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkImageMenuItem" id="menu_edit_delete">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="label" translatable="yes">Delete Machine</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<signal name="activate" handler="on_menu_edit_delete_activate"/>
|
|
|
|
<child internal-child="image">
|
|
|
|
<widget class="GtkImage" id="image147">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="stock">gtk-delete</property>
|
|
|
|
<property name="icon_size">1</property>
|
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkSeparatorMenuItem" id="separator2">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkImageMenuItem" id="menu_edit_preferences">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="label">gtk-preferences</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<property name="use_stock">True</property>
|
|
|
|
<signal name="activate" handler="on_menu_edit_preferences_activate"/>
|
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkMenuItem" id="menuitem6">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="label" translatable="yes">_View</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkMenu" id="menuitem6_menu">
|
|
|
|
<child>
|
|
|
|
<widget class="GtkCheckMenuItem" id="menu_view_domain_id">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="label" translatable="yes">Domain ID</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<property name="active">True</property>
|
|
|
|
<signal name="activate" handler="on_menu_view_domain_id_activate"/>
|
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkCheckMenuItem" id="menu_view_status">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="label" translatable="yes">Status</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<property name="active">True</property>
|
|
|
|
<signal name="activate" handler="on_menu_view_status_activate"/>
|
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
<child>
|
2008-12-04 14:34:37 -06:00
|
|
|
<widget class="GtkCheckMenuItem" id="menu_view_virtual_cpus">
|
2008-10-31 09:18:55 -05:00
|
|
|
<property name="visible">True</property>
|
2008-12-04 14:34:37 -06:00
|
|
|
<property name="label" translatable="yes">Virtual CPUs</property>
|
2008-10-31 09:18:55 -05:00
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<property name="active">True</property>
|
2008-12-04 14:34:37 -06:00
|
|
|
<signal name="activate" handler="on_menu_view_virtual_cpus_activate"/>
|
2008-10-31 09:18:55 -05:00
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
<child>
|
2008-12-04 14:34:37 -06:00
|
|
|
<widget class="GtkCheckMenuItem" id="menu_view_cpu_usage">
|
2008-10-31 09:18:55 -05:00
|
|
|
<property name="visible">True</property>
|
2008-12-04 14:34:37 -06:00
|
|
|
<property name="label" translatable="yes">CPU usage</property>
|
2008-10-31 09:18:55 -05:00
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<property name="active">True</property>
|
2008-12-04 14:34:37 -06:00
|
|
|
<signal name="activate" handler="on_menu_view_cpu_usage_activate"/>
|
2008-10-31 09:18:55 -05:00
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkCheckMenuItem" id="menu_view_memory_usage">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="label" translatable="yes">Memory usage</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<property name="active">True</property>
|
|
|
|
<signal name="activate" handler="on_menu_view_memory_usage_activate"/>
|
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkCheckMenuItem" id="menu_view_disk_io">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="label" translatable="yes">Disk I/O</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<property name="active">True</property>
|
|
|
|
<signal name="activate" handler="on_menu_view_disk_io_activate"/>
|
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkCheckMenuItem" id="menu_view_network_traffic">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="label" translatable="yes">Network I/O</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<property name="active">True</property>
|
|
|
|
<signal name="activate" handler="on_menu_view_network_traffic_activate"/>
|
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkMenuItem" id="menuitem7">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="label" translatable="yes">_Help</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkMenu" id="menuitem7_menu">
|
|
|
|
<child>
|
|
|
|
<widget class="GtkImageMenuItem" id="menu_help">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="label" translatable="yes">_Contents</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<signal name="activate" handler="on_menu_help_activate"/>
|
|
|
|
<accelerator key="F1" modifiers="" signal="activate"/>
|
|
|
|
<child internal-child="image">
|
|
|
|
<widget class="GtkImage" id="image148">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="stock">gtk-help</property>
|
|
|
|
<property name="icon_size">1</property>
|
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkImageMenuItem" id="menu_help_about">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="label">gtk-about</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<property name="use_stock">True</property>
|
|
|
|
<signal name="activate" handler="on_menu_help_about_activate"/>
|
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">False</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkVBox" id="vbox2">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="border_width">6</property>
|
|
|
|
<property name="spacing">6</property>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkHBox" id="hbox1">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkLabel" id="label1">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="xalign">1</property>
|
|
|
|
<property name="label" translatable="yes">_View:</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<property name="justify">GTK_JUSTIFY_RIGHT</property>
|
|
|
|
<property name="ellipsize">PANGO_ELLIPSIZE_START</property>
|
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkComboBox" id="vm-view">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="items" translatable="yes">All virtual machines
|
2007-02-15 14:35:37 -06:00
|
|
|
Active virtual machines
|
|
|
|
Inactive virtual machines</property>
|
2008-10-31 09:18:55 -05:00
|
|
|
<signal name="changed" handler="on_vm_view_changed"/>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="position">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkScrolledWindow" id="scrolledwindow1">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
|
|
|
|
<property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
|
|
|
|
<property name="shadow_type">GTK_SHADOW_IN</property>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkTreeView" id="vm-list">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="rules_hint">True</property>
|
|
|
|
<signal name="button_press_event" handler="on_vm_list_button_press_event"/>
|
|
|
|
<signal name="row_collapsed" handler="on_vm_list_row_collapsed"/>
|
|
|
|
<signal name="row_expanded" handler="on_vm_list_row_expanded"/>
|
|
|
|
<signal name="row_activated" handler="on_vm_list_row_activated"/>
|
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="position">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkHButtonBox" id="hbuttonbox2">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="spacing">3</property>
|
|
|
|
<property name="layout_style">GTK_BUTTONBOX_END</property>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkButton" id="vm-delete">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="sensitive">False</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="can_default">True</property>
|
|
|
|
<property name="label">gtk-delete</property>
|
|
|
|
<property name="use_stock">True</property>
|
|
|
|
<property name="response_id">0</property>
|
|
|
|
<signal name="clicked" handler="on_vm_delete_clicked"/>
|
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkButton" id="vm-new">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="sensitive">False</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="can_default">True</property>
|
|
|
|
<property name="label">gtk-new</property>
|
|
|
|
<property name="use_stock">True</property>
|
|
|
|
<property name="response_id">0</property>
|
|
|
|
<signal name="clicked" handler="on_vm_new_clicked"/>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="position">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkButton" id="vm-open">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="can_default">True</property>
|
|
|
|
<property name="label">gtk-open</property>
|
|
|
|
<property name="use_stock">True</property>
|
|
|
|
<property name="response_id">0</property>
|
|
|
|
<signal name="clicked" handler="on_vm_open_clicked"/>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="position">2</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="position">2</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="position">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
</widget>
|
2007-02-15 14:35:37 -06:00
|
|
|
</glade-interface>
|