diff options
author | Cole Robinson <crobinso@redhat.com> | 2014-01-28 16:53:11 -0500 |
---|---|---|
committer | Cole Robinson <crobinso@redhat.com> | 2014-01-29 09:22:28 -0500 |
commit | 00d5312bd67cadc0c5d38098d43794a8b05e8167 (patch) | |
tree | 3ef4481caede2a9bd2bc30d6fe0ef1a5cb5837d9 /ui/addstorage.ui | |
parent | 8c5b1de33c4e10684a2840e0eddcfd8b851abb74 (diff) | |
download | virt-manager-00d5312bd67cadc0c5d38098d43794a8b05e8167.tar.gz |
Break out shared storage creation UI to addstorage.py
Diffstat (limited to 'ui/addstorage.ui')
-rw-r--r-- | ui/addstorage.ui | 250 |
1 files changed, 250 insertions, 0 deletions
diff --git a/ui/addstorage.ui b/ui/addstorage.ui new file mode 100644 index 00000000..2f307a67 --- /dev/null +++ b/ui/addstorage.ui @@ -0,0 +1,250 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- Generated with glade 3.16.1 --> +<interface> + <requires lib="gtk+" version="3.10"/> + <object class="GtkAdjustment" id="adjustment1"> + <property name="upper">1000000</property> + <property name="step_increment">0.10000000000000001</property> + <property name="page_increment">10</property> + </object> + <object class="GtkVBox" id="config-storage-box"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="spacing">4</property> + <child> + <object class="GtkHBox" id="hbox6"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="spacing">6</property> + <child> + <object class="GtkRadioButton" id="config-storage-create"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="receives_default">False</property> + <property name="xalign">0</property> + <property name="active">True</property> + <property name="draw_indicator">True</property> + <child> + <object class="GtkLabel" id="label123"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="label" translatable="yes">C_reate a disk image on the computer's hard drive</property> + <property name="use_markup">True</property> + <property name="use_underline">True</property> + <property name="mnemonic_widget">config-storage-create</property> + </object> + </child> + </object> + <packing> + <property name="expand">False</property> + <property name="fill">True</property> + <property name="position">0</property> + </packing> + </child> + </object> + <packing> + <property name="expand">False</property> + <property name="fill">False</property> + <property name="position">0</property> + </packing> + </child> + <child> + <object class="GtkAlignment" id="alignment4"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="bottom_padding">6</property> + <property name="left_padding">22</property> + <child> + <object class="GtkVBox" id="vbox18"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="spacing">4</property> + <child> + <object class="GtkHBox" id="hbox7"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="spacing">6</property> + <child> + <object class="GtkSpinButton" id="config-storage-size"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="width_chars">5</property> + <property name="text" translatable="yes">0.0</property> + <property name="xalign">1</property> + <property name="adjustment">adjustment1</property> + <property name="climb_rate">1</property> + <property name="digits">1</property> + </object> + <packing> + <property name="expand">False</property> + <property name="fill">False</property> + <property name="position">0</property> + </packing> + </child> + <child> + <object class="GtkLabel" id="label31"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="label" translatable="yes">_GB</property> + <property name="use_underline">True</property> + <property name="mnemonic_widget">config-storage-size</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">False</property> + <property name="fill">False</property> + <property name="position">0</property> + </packing> + </child> + <child> + <object class="GtkLabel" id="phys-hd-label"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="xalign">0</property> + <property name="label"><span color='#484848'>Free Space</span></property> + <property name="use_markup">True</property> + </object> + <packing> + <property name="expand">False</property> + <property name="fill">False</property> + <property name="position">1</property> + </packing> + </child> + <child> + <object class="GtkHBox" id="hbox14"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="spacing">6</property> + <child> + <object class="GtkCheckButton" id="config-storage-nosparse"> + <property name="label" translatable="yes">_Allocate entire disk now</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="xalign">0</property> + <property name="draw_indicator">True</property> + </object> + <packing> + <property name="expand">False</property> + <property name="fill">True</property> + <property name="position">0</property> + </packing> + </child> + <child> + <object class="GtkImage" id="config-storage-nosparse-info"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="tooltip_text" translatable="yes">Fully allocating storage may take longer now, but the OS install phase will be quicker. + +Skipping allocation can also cause space issues on the host machine, if the maximum image size exceeds available storage space. + +Tip: Storage format qcow2 and qed do not support full allocation.</property> + <property name="stock">gtk-info</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">False</property> + <property name="fill">False</property> + <property name="position">2</property> + </packing> + </child> + </object> + </child> + </object> + <packing> + <property name="expand">False</property> + <property name="fill">False</property> + <property name="position">1</property> + </packing> + </child> + <child> + <object class="GtkHBox" id="hbox9"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <child> + <object class="GtkRadioButton" id="config-storage-select"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="receives_default">False</property> + <property name="xalign">0</property> + <property name="draw_indicator">True</property> + <property name="group">config-storage-create</property> + <signal name="toggled" handler="on_config_storage_select_toggled" swapped="no"/> + <child> + <object class="GtkLabel" id="label124"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="label" translatable="yes">Select _managed or other existing storage</property> + <property name="use_markup">True</property> + <property name="use_underline">True</property> + <property name="mnemonic_widget">config-storage-select</property> + </object> + </child> + </object> + <packing> + <property name="expand">False</property> + <property name="fill">True</property> + <property name="position">0</property> + </packing> + </child> + </object> + <packing> + <property name="expand">False</property> + <property name="fill">False</property> + <property name="position">2</property> + </packing> + </child> + <child> + <object class="GtkHBox" id="config-storage-browse-box"> + <property name="visible">True</property> + <property name="sensitive">False</property> + <property name="can_focus">False</property> + <property name="spacing">6</property> + <child> + <object class="GtkButton" id="config-storage-browse"> + <property name="label" translatable="yes">Bro_wse...</property> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="receives_default">True</property> + <property name="use_underline">True</property> + <signal name="clicked" handler="on_config_storage_browse_clicked" swapped="no"/> + </object> + <packing> + <property name="expand">False</property> + <property name="fill">True</property> + <property name="position">0</property> + </packing> + </child> + <child> + <object class="GtkEntry" id="config-storage-entry"> + <property name="visible">True</property> + <property name="can_focus">True</property> + </object> + <packing> + <property name="expand">True</property> + <property name="fill">True</property> + <property name="position">1</property> + </packing> + </child> + </object> + <packing> + <property name="expand">False</property> + <property name="fill">False</property> + <property name="position">3</property> + </packing> + </child> + </object> +</interface> |