virt-manager/src/vmm-choose-cd.glade

261 lines
13 KiB
Plaintext
Raw Normal View History

<?xml version="1.0"?>
<glade-interface>
<!-- interface-requires gtk+ 2.16 -->
<!-- interface-naming-policy toplevel-contextual -->
2008-10-31 09:18:55 -05:00
<widget class="GtkDialog" id="vmm-choose-cd">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="has_focus">True</property>
<property name="border_width">6</property>
<property name="title" translatable="yes">Choose CD Media</property>
2008-10-31 09:18:55 -05:00
<property name="resizable">False</property>
<property name="window_position">center-on-parent</property>
<property name="type_hint">dialog</property>
<property name="gravity">center</property>
2008-10-31 09:18:55 -05:00
<property name="has_separator">False</property>
<signal name="delete_event" handler="on_vmm_choose_cd_delete_event"/>
<child internal-child="vbox">
<widget class="GtkVBox" id="dialog-vbox1">
<property name="visible">True</property>
<property name="orientation">vertical</property>
2008-10-31 09:18:55 -05:00
<child>
<widget class="GtkFrame" id="frame1">
2008-10-31 09:18:55 -05:00
<property name="visible">True</property>
<property name="border_width">3</property>
<property name="label_xalign">0</property>
<property name="shadow_type">none</property>
2008-10-31 09:18:55 -05:00
<child>
<widget class="GtkAlignment" id="alignment2">
2008-10-31 09:18:55 -05:00
<property name="visible">True</property>
<property name="top_padding">6</property>
<property name="left_padding">10</property>
2008-10-31 09:18:55 -05:00
<child>
<widget class="GtkTable" id="table1">
2008-10-31 09:18:55 -05:00
<property name="visible">True</property>
<property name="n_rows">4</property>
<property name="n_columns">2</property>
<property name="column_spacing">6</property>
<property name="row_spacing">6</property>
2008-10-31 09:18:55 -05:00
<child>
<widget class="GtkHBox" id="hbox1">
2008-10-31 09:18:55 -05:00
<property name="visible">True</property>
<property name="spacing">6</property>
2009-04-03 14:38:41 -05:00
<child>
<widget class="GtkEntry" id="iso-path">
2009-04-03 14:38:41 -05:00
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="invisible_char">&#x25CF;</property>
2008-10-31 09:18:55 -05:00
</widget>
<packing>
<property name="position">0</property>
2008-10-31 09:18:55 -05:00
</packing>
</child>
<child>
<widget class="GtkButton" id="iso-file-chooser">
<property name="label" translatable="yes">_Browse...</property>
2008-10-31 09:18:55 -05:00
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
2008-10-31 09:18:55 -05:00
<property name="use_underline">True</property>
<signal name="clicked" handler="on_fv_iso_location_browse_clicked"/>
2008-10-31 09:18:55 -05:00
</widget>
<packing>
<property name="expand">False</property>
<property name="fill">False</property>
<property name="position">1</property>
2008-10-31 09:18:55 -05:00
</packing>
</child>
</widget>
<packing>
<property name="left_attach">1</property>
<property name="right_attach">2</property>
<property name="top_attach">1</property>
<property name="bottom_attach">2</property>
<property name="y_options">GTK_FILL</property>
</packing>
</child>
<child>
<widget class="GtkRadioButton" id="physical-media">
<property name="label" translatable="yes">CD-_ROM or DVD</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="active">True</property>
<property name="draw_indicator">True</property>
<signal name="toggled" handler="on_media_toggled"/>
</widget>
<packing>
<property name="right_attach">2</property>
<property name="top_attach">2</property>
<property name="bottom_attach">3</property>
<property name="x_options">GTK_FILL</property>
<property name="y_options">GTK_FILL</property>
</packing>
</child>
<child>
<widget class="GtkAlignment" id="alignment5">
<property name="visible">True</property>
<property name="yalign">0</property>
<property name="yscale">0</property>
2008-10-31 09:18:55 -05:00
<child>
<widget class="GtkRadioButton" id="iso-image">
<property name="label" translatable="yes">_ISO Image Location</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>
<property name="group">physical-media</property>
<signal name="toggled" handler="on_media_toggled"/>
</widget>
</child>
</widget>
<packing>
<property name="right_attach">2</property>
<property name="x_options">GTK_FILL</property>
<property name="y_options">GTK_FILL</property>
</packing>
</child>
<child>
<widget class="GtkAlignment" id="alignment1">
<property name="visible">True</property>
<property name="left_padding">21</property>
<child>
<widget class="GtkLabel" id="label36">
2008-10-31 09:18:55 -05:00
<property name="visible">True</property>
<property name="xalign">0</property>
<property name="label" translatable="yes">ISO _Location:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">iso-path</property>
</widget>
</child>
</widget>
<packing>
<property name="top_attach">1</property>
<property name="bottom_attach">2</property>
<property name="x_options">GTK_FILL</property>
<property name="y_options">GTK_FILL</property>
</packing>
</child>
<child>
<widget class="GtkAlignment" id="alignment3">
<property name="visible">True</property>
<property name="left_padding">21</property>
<child>
<widget class="GtkLabel" id="label38">
<property name="visible">True</property>
<property name="xalign">0</property>
<property name="label" translatable="yes">_Device Media:</property>
<property name="use_underline">True</property>
2008-10-31 09:18:55 -05:00
</widget>
</child>
</widget>
<packing>
<property name="top_attach">3</property>
<property name="bottom_attach">4</property>
<property name="x_options">GTK_FILL</property>
<property name="y_options">GTK_FILL</property>
</packing>
2008-10-31 09:18:55 -05:00
</child>
<child>
<widget class="GtkHBox" id="hbox2">
<property name="visible">True</property>
<property name="spacing">6</property>
<child>
<widget class="GtkComboBox" id="cd-path">
<property name="visible">True</property>
<signal name="changed" handler="on_cd_path_changed"/>
</widget>
<packing>
<property name="position">0</property>
</packing>
</child>
<child>
<widget class="GtkImage" id="cd-path-warn">
<property name="visible">True</property>
<property name="stock">gtk-dialog-warning</property>
</widget>
<packing>
<property name="expand">False</property>
<property name="position">1</property>
</packing>
</child>
</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 09:18:55 -05:00
</widget>
</child>
</widget>
</child>
<child>
<widget class="GtkLabel" id="label35">
<property name="visible">True</property>
<property name="label" translatable="yes">&lt;b&gt;CD Source Device Or File&lt;/b&gt;</property>
<property name="use_markup">True</property>
2008-10-31 09:18:55 -05:00
</widget>
<packing>
<property name="type">label_item</property>
</packing>
2008-10-31 09:18:55 -05:00
</child>
</widget>
<packing>
<property name="expand">False</property>
2008-10-31 09:18:55 -05:00
<property name="position">1</property>
</packing>
</child>
<child internal-child="action_area">
<widget class="GtkHButtonBox" id="dialog-action_area1">
<property name="visible">True</property>
<property name="layout_style">end</property>
2008-10-31 09:18:55 -05:00
<child>
2009-04-03 14:38:41 -05:00
<widget class="GtkButton" id="Cancel">
<property name="label">gtk-cancel</property>
<property name="response_id">-6</property>
2008-10-31 09:18:55 -05: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 09:18:55 -05:00
<property name="use_stock">True</property>
2009-04-03 14:38:41 -05:00
<signal name="clicked" handler="on_cancel_clicked"/>
2008-10-31 09:18:55 -05:00
</widget>
<packing>
<property name="expand">False</property>
<property name="fill">False</property>
<property name="position">0</property>
</packing>
2008-10-31 09:18:55 -05:00
</child>
<child>
2009-04-03 14:38:41 -05:00
<widget class="GtkButton" id="OK">
<property name="label">gtk-ok</property>
<property name="response_id">-5</property>
2008-10-31 09:18:55 -05: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 09:18:55 -05:00
<property name="use_stock">True</property>
2009-04-03 14:38:41 -05:00
<signal name="clicked" handler="on_ok_clicked"/>
2008-10-31 09:18:55 -05:00
</widget>
<packing>
<property name="expand">False</property>
<property name="fill">False</property>
2008-10-31 09:18:55 -05: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 09:18:55 -05:00
</packing>
</child>
</widget>
</child>
</widget>
</glade-interface>