On Wed, Mar 4, 2015 at 7:01 PM, Marc-André Lureau <marcandre.lureau@xxxxxxxxx> wrote: > --- > src/Makefile.am | 1 + > src/virt-viewer-preferences.xml | 134 ++++++++++++++++++++++++++++++++++++++++ > 2 files changed, 135 insertions(+) > create mode 100644 src/virt-viewer-preferences.xml > > diff --git a/src/Makefile.am b/src/Makefile.am > index e76da2c..e76f5bc 100644 > --- a/src/Makefile.am > +++ b/src/Makefile.am > @@ -10,6 +10,7 @@ builderxml_DATA = \ > virt-viewer-auth.xml \ > virt-viewer-guest-details.xml \ > virt-viewer-vm-connection.xml \ > + virt-viewer-preferences.xml \ > $(NULL) > > EXTRA_DIST = \ > diff --git a/src/virt-viewer-preferences.xml b/src/virt-viewer-preferences.xml > new file mode 100644 > index 0000000..f9738c5 > --- /dev/null > +++ b/src/virt-viewer-preferences.xml > @@ -0,0 +1,134 @@ > +<?xml version="1.0" encoding="UTF-8"?> > +<interface> > + <!-- interface-requires gtk+ 2.6 --> > + <!-- interface-naming-policy toplevel-contextual --> > + <object class="GtkDialog" id="preferences"> > + <property name="can_focus">False</property> > + <property name="border_width">5</property> > + <property name="title" translatable="yes">Preferences</property> > + <property name="type_hint">normal</property> > + <signal name="delete-event" handler="gtk_widget_hide_on_delete" swapped="no"/> > + <child internal-child="vbox"> > + <object class="GtkVBox" id="dialog-vbox1"> > + <property name="visible">True</property> > + <property name="can_focus">False</property> > + <child internal-child="action_area"> > + <object class="GtkHButtonBox" id="dialog-action_area1"> > + <property name="visible">True</property> > + <property name="can_focus">False</property> > + <property name="layout_style">end</property> > + <child> > + <placeholder/> > + </child> > + <child> > + <placeholder/> > + </child> > + </object> > + <packing> > + <property name="expand">True</property> > + <property name="fill">True</property> > + <property name="position">0</property> > + </packing> > + </child> > + <child> > + <object class="GtkNotebook" id="notebook1"> > + <property name="visible">True</property> > + <property name="can_focus">True</property> > + <child> > + <object class="GtkVBox" id="vbox1"> > + <property name="visible">True</property> > + <property name="can_focus">False</property> > + <property name="border_width">18</property> > + <property name="spacing">6</property> > + <child> > + <object class="GtkLabel" id="label2"> > + <property name="visible">True</property> > + <property name="can_focus">False</property> > + <property name="xalign">0</property> > + <property name="label" translatable="yes">Folder sharing</property> > + <attributes> > + <attribute name="weight" value="bold"/> > + </attributes> > + </object> > + <packing> > + <property name="expand">False</property> > + <property name="fill">False</property> > + <property name="position">0</property> > + </packing> > + </child> > + <child> > + <object class="GtkTable" id="table1"> > + <property name="visible">True</property> > + <property name="can_focus">False</property> > + <property name="border_width">6</property> > + <property name="n_rows">2</property> > + <property name="n_columns">2</property> > + <property name="column_spacing">12</property> > + <property name="row_spacing">6</property> > + <child> > + <object class="GtkCheckButton" id="cbsharefolder"> > + <property name="label" translatable="yes">Share folder</property> > + <property name="visible">True</property> > + <property name="can_focus">True</property> > + <property name="receives_default">False</property> > + <property name="draw_indicator">True</property> > + </object> > + <packing> > + <property name="x_options"/> > + </packing> > + </child> > + <child> > + <object class="GtkCheckButton" id="cbsharefolderro"> > + <property name="label" translatable="yes">Read-only</property> > + <property name="visible">True</property> > + <property name="can_focus">True</property> > + <property name="receives_default">False</property> > + <property name="draw_indicator">True</property> > + </object> > + <packing> > + <property name="right_attach">2</property> > + <property name="top_attach">1</property> > + <property name="bottom_attach">2</property> > + </packing> > + </child> > + <child> > + <object class="GtkFileChooserButton" id="fcsharefolder"> > + <property name="visible">True</property> > + <property name="can_focus">False</property> > + <property name="action">select-folder</property> > + </object> > + <packing> > + <property name="left_attach">1</property> > + <property name="right_attach">2</property> > + </packing> > + </child> > + </object> > + <packing> > + <property name="expand">False</property> > + <property name="fill">False</property> > + <property name="position">1</property> > + </packing> > + </child> > + </object> > + </child> > + <child type="tab"> > + <object class="GtkLabel" id="label1"> > + <property name="visible">True</property> > + <property name="can_focus">False</property> > + <property name="label" translatable="yes">Spice</property> > + </object> > + <packing> > + <property name="tab_fill">False</property> > + </packing> > + </child> > + </object> > + <packing> > + <property name="expand">True</property> > + <property name="fill">True</property> > + <property name="position">1</property> > + </packing> > + </child> > + </object> > + </child> > + </object> > +</interface> > -- > 2.1.0 > > _______________________________________________ > virt-tools-list mailing list > virt-tools-list@xxxxxxxxxx > https://www.redhat.com/mailman/listinfo/virt-tools-list Please, avoid the usage of deprecated widgets. A bunch of warnings are being prompted in the terminal, Best Regards, -- Fabiano Fidêncio _______________________________________________ virt-tools-list mailing list virt-tools-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/virt-tools-list