virt-manager/src/vmm-open-connection.glade

301 lines
14 KiB
Plaintext
Raw Normal View History

<?xml version="1.0" encoding="UTF-8"?>
<glade-interface>
<!-- interface-requires gtk+ 2.6 -->
<!-- interface-naming-policy toplevel-contextual -->
2008-10-31 17:18:55 +03:00
<widget class="GtkDialog" id="vmm-open-connection">
<property name="visible">True</property>
<property name="border_width">6</property>
2008-10-31 17:18:55 +03:00
<property name="title" translatable="yes">Add Connection</property>
<property name="type_hint">dialog</property>
2008-10-31 17:18:55 +03:00
<signal name="delete_event" handler="on_vmm_open_connection_delete_event"/>
<child internal-child="vbox">
<widget class="GtkVBox" id="dialog-vbox2">
<property name="visible">True</property>
<property name="spacing">6</property>
2008-10-31 17:18:55 +03:00
<child>
<widget class="GtkTable" id="table1">
<property name="visible">True</property>
<property name="border_width">6</property>
<property name="n_rows">8</property>
2008-10-31 17:18:55 +03:00
<property name="n_columns">2</property>
<property name="column_spacing">6</property>
<property name="row_spacing">6</property>
2008-10-31 17:18:55 +03:00
<child>
<widget class="GtkComboBox" id="hypervisor">
2008-10-31 17:18:55 +03:00
<property name="visible">True</property>
<property name="items" translatable="yes">Xen
QEMU/KVM
LXC (Linux Containers)</property>
<accessibility>
<atkproperty name="AtkObject::accessible-name" translatable="yes">Hypervisor Select</atkproperty>
</accessibility>
<signal name="changed" handler="on_hypervisor_changed"/>
2008-10-31 17:18:55 +03:00
</widget>
<packing>
<property name="left_attach">1</property>
<property name="right_attach">2</property>
<property name="x_options">GTK_FILL</property>
<property name="y_options">GTK_FILL</property>
2008-10-31 17:18:55 +03:00
</packing>
</child>
<child>
<widget class="GtkLabel" id="label87">
2008-10-31 17:18:55 +03:00
<property name="visible">True</property>
<property name="xalign">0</property>
<property name="label" translatable="yes">_Hypervisor:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">hypervisor</property>
2008-10-31 17:18:55 +03:00
</widget>
<packing>
<property name="x_options">GTK_FILL</property>
2008-10-31 17:18:55 +03:00
<property name="y_options"></property>
</packing>
</child>
<child>
<widget class="GtkComboBox" id="connection">
2008-10-31 17:18:55 +03:00
<property name="visible">True</property>
<property name="items" translatable="yes">SSH
TCP (SASL, Kerberos, ...)
SSL/TLS with certificates</property>
<accessibility>
<atkproperty name="AtkObject::accessible-name" translatable="yes">Connection Select</atkproperty>
</accessibility>
<signal name="changed" handler="on_connection_changed"/>
2008-10-31 17:18:55 +03:00
</widget>
<packing>
<property name="left_attach">1</property>
<property name="right_attach">2</property>
<property name="top_attach">2</property>
<property name="bottom_attach">3</property>
2008-10-31 17:18:55 +03:00
<property name="x_options">GTK_FILL</property>
<property name="y_options">GTK_FILL</property>
2008-10-31 17:18:55 +03:00
</packing>
</child>
<child>
<widget class="GtkComboBoxEntry" id="hostname">
2008-10-31 17:18:55 +03:00
<property name="visible">True</property>
<signal name="changed" handler="on_hostname_combo_changed"/>
2008-10-31 17:18:55 +03:00
</widget>
<packing>
<property name="left_attach">1</property>
<property name="right_attach">2</property>
<property name="top_attach">4</property>
<property name="bottom_attach">5</property>
2008-10-31 17:18:55 +03:00
<property name="y_options">GTK_FILL</property>
</packing>
</child>
<child>
<widget class="GtkHSeparator" id="hseparator1">
2008-10-31 17:18:55 +03:00
<property name="visible">True</property>
</widget>
<packing>
<property name="right_attach">2</property>
<property name="top_attach">5</property>
<property name="bottom_attach">6</property>
2008-10-31 17:18:55 +03:00
</packing>
</child>
<child>
<widget class="GtkLabel" id="label1">
2008-10-31 17:18:55 +03:00
<property name="visible">True</property>
<property name="xalign">0</property>
<property name="label" translatable="yes">Generated URI:</property>
2008-10-31 17:18:55 +03:00
</widget>
<packing>
<property name="top_attach">7</property>
<property name="bottom_attach">8</property>
<property name="x_options">GTK_FILL</property>
2008-10-31 17:18:55 +03:00
</packing>
</child>
<child>
<widget class="GtkLabel" id="uri-entry">
2008-10-31 17:18:55 +03:00
<property name="visible">True</property>
<property name="xalign">0</property>
<property name="label">uri</property>
2008-10-31 17:18:55 +03:00
</widget>
<packing>
<property name="left_attach">1</property>
<property name="right_attach">2</property>
<property name="top_attach">7</property>
<property name="bottom_attach">8</property>
</packing>
</child>
<child>
<widget class="GtkCheckButton" id="connect-remote">
<property name="label" translatable="yes">Connect to _remote host</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
<property name="use_underline">True</property>
<property name="draw_indicator">True</property>
<signal name="toggled" handler="on_connect_remote_toggled"/>
</widget>
<packing>
2008-10-31 17:18:55 +03:00
<property name="right_attach">2</property>
<property name="top_attach">1</property>
<property name="bottom_attach">2</property>
</packing>
</child>
<child>
<widget class="GtkAlignment" id="alignment1">
<property name="visible">True</property>
<property name="left_padding">22</property>
<child>
<widget class="GtkLabel" id="label88">
<property name="visible">True</property>
<property name="xalign">0</property>
<property name="label" translatable="yes">Me_thod:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">connection</property>
</widget>
</child>
</widget>
<packing>
<property name="top_attach">2</property>
<property name="bottom_attach">3</property>
<property name="x_options">GTK_FILL</property>
<property name="y_options"></property>
</packing>
</child>
<child>
<widget class="GtkAlignment" id="alignment2">
<property name="visible">True</property>
<property name="left_padding">22</property>
<child>
<widget class="GtkLabel" id="label91">
<property name="visible">True</property>
<property name="xalign">0</property>
<property name="label" translatable="yes">H_ostname:</property>
<property name="use_underline">True</property>
</widget>
</child>
</widget>
<packing>
<property name="top_attach">4</property>
<property name="bottom_attach">5</property>
<property name="x_options">GTK_FILL</property>
<property name="y_options"></property>
</packing>
</child>
<child>
<widget class="GtkLabel" id="label90">
<property name="visible">True</property>
<property name="xalign">0</property>
<property name="label" translatable="yes">_Autoconnect:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">autoconnect</property>
</widget>
<packing>
<property name="top_attach">6</property>
<property name="bottom_attach">7</property>
<property name="x_options">GTK_FILL</property>
<property name="y_options"></property>
</packing>
</child>
<child>
<widget class="GtkCheckButton" id="autoconnect">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
<property name="use_underline">True</property>
<property name="draw_indicator">True</property>
</widget>
<packing>
<property name="left_attach">1</property>
<property name="right_attach">2</property>
<property name="top_attach">6</property>
<property name="bottom_attach">7</property>
<property name="x_options">GTK_FILL</property>
<property name="y_options"></property>
</packing>
</child>
<child>
<widget class="GtkAlignment" id="alignment3">
<property name="visible">True</property>
<property name="left_padding">22</property>
<child>
<widget class="GtkLabel" id="label2">
<property name="visible">True</property>
<property name="xalign">0</property>
<property name="yalign">0.51999998092651367</property>
<property name="ypad">2</property>
<property name="label" translatable="yes">_Username:</property>
<property name="use_markup">True</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">username-entry</property>
</widget>
</child>
</widget>
<packing>
<property name="top_attach">3</property>
<property name="bottom_attach">4</property>
<property name="x_options">GTK_FILL</property>
</packing>
</child>
<child>
<widget class="GtkEntry" id="username-entry">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="invisible_char">●</property>
<signal name="changed" handler="on_username_entry_changed"/>
</widget>
<packing>
<property name="left_attach">1</property>
<property name="right_attach">2</property>
<property name="top_attach">3</property>
<property name="bottom_attach">4</property>
</packing>
</child>
2008-10-31 17:18:55 +03:00
</widget>
<packing>
<property name="position">1</property>
</packing>
</child>
<child internal-child="action_area">
<widget class="GtkHButtonBox" id="dialog-action_area2">
<property name="visible">True</property>
<property name="layout_style">end</property>
2008-10-31 17:18:55 +03:00
<child>
<widget class="GtkButton" id="cancel">
<property name="label">gtk-cancel</property>
2008-10-31 17:18:55 +03:00
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="can_default">True</property>
<property name="receives_default">False</property>
2008-10-31 17:18:55 +03:00
<property name="use_stock">True</property>
<signal name="clicked" handler="on_cancel_clicked"/>
</widget>
<packing>
<property name="expand">False</property>
<property name="fill">False</property>
<property name="position">0</property>
</packing>
2008-10-31 17:18:55 +03:00
</child>
<child>
<widget class="GtkButton" id="connect">
<property name="label" translatable="yes">Co_nnect</property>
2008-10-31 17:18:55 +03:00
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="can_default">True</property>
<property name="has_default">True</property>
<property name="receives_default">True</property>
<property name="use_underline">True</property>
2008-10-31 17:18:55 +03:00
<signal name="clicked" handler="on_connect_clicked"/>
</widget>
<packing>
<property name="expand">False</property>
<property name="fill">False</property>
2008-10-31 17:18:55 +03:00
<property name="position">1</property>
</packing>
</child>
</widget>
<packing>
<property name="expand">False</property>
<property name="pack_type">end</property>
<property name="position">0</property>
2008-10-31 17:18:55 +03:00
</packing>
</child>
</widget>
</child>
</widget>
</glade-interface>