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

246 lines
13 KiB
Plaintext
Raw Normal View History

2008-10-31 17:18:55 +03:00
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE glade-interface SYSTEM "glade-2.0.dtd">
<!--*- mode: xml -*-->
<glade-interface>
2008-10-31 17:18:55 +03: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="title" translatable="yes">Choose A CD Source Device</property>
<property name="resizable">False</property>
<property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
<property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
<property name="gravity">GDK_GRAVITY_CENTER</property>
<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>
<child>
<widget class="GtkVBox" id="vbox4">
<property name="visible">True</property>
<child>
<widget class="GtkFrame" id="frame1">
<property name="visible">True</property>
<property name="border_width">3</property>
<property name="label_xalign">0</property>
<child>
<widget class="GtkAlignment" id="alignment2">
<property name="visible">True</property>
<property name="left_padding">20</property>
<child>
<widget class="GtkTable" id="table1">
<property name="visible">True</property>
<property name="border_width">6</property>
<property name="n_rows">4</property>
<property name="n_columns">3</property>
<property name="column_spacing">3</property>
<property name="row_spacing">3</property>
<child>
<placeholder/>
</child>
<child>
2009-04-03 23:38:41 +04:00
<widget class="GtkAlignment" id="alignment4">
2008-10-31 17:18:55 +03:00
<property name="visible">True</property>
2009-04-03 23:38:41 +04:00
<property name="yalign">0</property>
<property name="yscale">0</property>
2008-10-31 17:18:55 +03:00
<child>
2009-04-03 23:38:41 +04:00
<placeholder/>
</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="GtkHBox" id="hbox1">
<property name="visible">True</property>
<child>
<widget class="GtkEntry" id="iso-path">
2008-10-31 17:18:55 +03:00
<property name="visible">True</property>
2009-04-03 23:38:41 +04:00
<property name="can_focus">True</property>
2008-10-31 17:18:55 +03:00
</widget>
</child>
<child>
2009-04-03 23:38:41 +04:00
<widget class="GtkButton" id="iso-file-chooser">
2008-10-31 17:18:55 +03:00
<property name="visible">True</property>
2009-04-03 23:38:41 +04:00
<property name="can_focus">True</property>
<property name="label" translatable="yes">_Browse...</property>
<property name="use_underline">True</property>
<property name="response_id">0</property>
<signal name="clicked" handler="on_fv_iso_location_browse_clicked"/>
2008-10-31 17:18:55 +03:00
</widget>
<packing>
2009-04-03 23:38:41 +04:00
<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>
2009-04-03 23:38:41 +04:00
<property name="left_attach">2</property>
2008-10-31 17:18:55 +03:00
<property name="right_attach">3</property>
2009-04-03 23:38:41 +04:00
<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>
2008-10-31 17:18:55 +03:00
</packing>
</child>
<child>
2009-04-03 23:38:41 +04:00
<widget class="GtkLabel" id="label36">
2008-10-31 17:18:55 +03:00
<property name="visible">True</property>
2009-04-03 23:38:41 +04:00
<property name="xalign">1</property>
<property name="label" translatable="yes">ISO _Location:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">iso-path</property>
2008-10-31 17:18:55 +03:00
</widget>
<packing>
2009-04-03 23:38:41 +04:00
<property name="left_attach">1</property>
<property name="right_attach">2</property>
<property name="top_attach">1</property>
<property name="bottom_attach">2</property>
2008-10-31 17:18:55 +03:00
<property name="x_options">GTK_FILL</property>
2009-04-03 23:38:41 +04:00
<property name="y_options"></property>
<property name="x_padding">3</property>
2008-10-31 17:18:55 +03:00
</packing>
</child>
<child>
<widget class="GtkRadioButton" id="physical-media">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="label" translatable="yes">_CD-ROM or DVD:</property>
<property name="use_underline">True</property>
<property name="response_id">0</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">3</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>
2009-04-03 23:38:41 +04:00
<widget class="GtkAlignment" id="alignment5">
2008-10-31 17:18:55 +03:00
<property name="visible">True</property>
2009-04-03 23:38:41 +04:00
<property name="yalign">0</property>
<property name="yscale">0</property>
<child>
<widget class="GtkRadioButton" id="iso-image">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="label" translatable="yes">_ISO Image Location:</property>
<property name="use_underline">True</property>
<property name="response_id">0</property>
<property name="draw_indicator">True</property>
<property name="group">physical-media</property>
<signal name="toggled" handler="on_media_toggled"/>
</widget>
</child>
2008-10-31 17:18:55 +03:00
</widget>
<packing>
2009-04-03 23:38:41 +04:00
<property name="right_attach">3</property>
2008-10-31 17:18:55 +03:00
<property name="x_options">GTK_FILL</property>
2009-04-03 23:38:41 +04:00
<property name="y_options">GTK_FILL</property>
2008-10-31 17:18:55 +03:00
</packing>
</child>
<child>
2009-04-03 23:38:41 +04:00
<widget class="GtkHBox" id="hbox2">
2008-10-31 17:18:55 +03:00
<property name="visible">True</property>
<child>
2009-04-03 23:38:41 +04:00
<widget class="GtkLabel" id="label38">
2008-10-31 17:18:55 +03:00
<property name="visible">True</property>
2009-04-03 23:38:41 +04:00
<property name="xpad">5</property>
<property name="label" translatable="yes">_Path to install media:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">cd-path</property>
2008-10-31 17:18:55 +03:00
</widget>
2009-04-03 23:38:41 +04:00
<packing>
<property name="expand">False</property>
<property name="fill">False</property>
</packing>
2008-10-31 17:18:55 +03:00
</child>
<child>
2009-04-03 23:38:41 +04:00
<widget class="GtkComboBox" id="cd-path">
2008-10-31 17:18:55 +03:00
<property name="visible">True</property>
2009-04-03 23:38:41 +04:00
<signal name="changed" handler="on_cd_path_changed"/>
2008-10-31 17:18:55 +03:00
</widget>
<packing>
<property name="position">1</property>
</packing>
</child>
</widget>
<packing>
2009-04-03 23:38:41 +04:00
<property name="left_attach">1</property>
2008-10-31 17:18:55 +03:00
<property name="right_attach">3</property>
2009-04-03 23:38:41 +04:00
<property name="top_attach">3</property>
<property name="bottom_attach">4</property>
2008-10-31 17:18:55 +03:00
</packing>
</child>
</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>
</widget>
<packing>
<property name="type">label_item</property>
</packing>
</child>
</widget>
</child>
</widget>
<packing>
<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">GTK_BUTTONBOX_END</property>
<child>
2009-04-03 23:38:41 +04:00
<widget class="GtkButton" id="Cancel">
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>
2009-04-03 23:38:41 +04:00
<property name="label">gtk-cancel</property>
2008-10-31 17:18:55 +03:00
<property name="use_stock">True</property>
2009-04-03 23:38:41 +04:00
<property name="response_id">-6</property>
<signal name="clicked" handler="on_cancel_clicked"/>
2008-10-31 17:18:55 +03:00
</widget>
</child>
<child>
2009-04-03 23:38:41 +04:00
<widget class="GtkButton" id="OK">
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>
2009-04-03 23:38:41 +04:00
<property name="label">gtk-ok</property>
2008-10-31 17:18:55 +03:00
<property name="use_stock">True</property>
2009-04-03 23:38:41 +04:00
<property name="response_id">-5</property>
<signal name="clicked" handler="on_ok_clicked"/>
2008-10-31 17:18:55 +03:00
</widget>
<packing>
<property name="position">1</property>
</packing>
</child>
</widget>
<packing>
<property name="expand">False</property>
<property name="pack_type">GTK_PACK_END</property>
</packing>
</child>
</widget>
</child>
</widget>
</glade-interface>