2010-11-24 23:57:40 +03:00
<?xml version="1.0" encoding="UTF-8"?>
2007-02-15 23:35:37 +03:00
<glade-interface>
2009-09-23 18:45:44 +04:00
<!-- interface-requires gtk+ 2.6 -->
<!-- interface-naming-policy toplevel-contextual -->
2008-12-17 23:27:06 +03:00
<widget class="GtkWindow" id="vmm-preferences">
2009-09-23 19:49:35 +04:00
<property name="border_width">12</property>
2008-10-31 17:18:55 +03:00
<property name="title" translatable="yes">Preferences</property>
2009-09-23 18:45:44 +04:00
<property name="type_hint">dialog</property>
2008-10-31 17:18:55 +03:00
<signal name="delete_event" handler="on_vmm_preferences_delete_event"/>
2008-12-17 23:27:06 +03:00
<child>
<widget class="GtkVBox" id="vbox1">
2008-10-31 17:18:55 +03:00
<property name="visible">True</property>
2009-09-23 19:49:35 +04:00
<property name="spacing">12</property>
2008-10-31 17:18:55 +03:00
<child>
2008-12-17 23:27:06 +03:00
<widget class="GtkNotebook" id="prefs-pages">
2008-10-31 17:18:55 +03:00
<property name="visible">True</property>
2008-12-17 23:27:06 +03:00
<property name="can_focus">True</property>
2009-07-28 06:30:01 +04:00
<child>
<widget class="GtkVBox" id="vbox5">
<property name="visible">True</property>
2009-09-23 19:49:35 +04:00
<property name="border_width">12</property>
2009-07-28 06:30:01 +04:00
<child>
<widget class="GtkFrame" id="frame5">
<property name="visible">True</property>
<property name="label_xalign">0</property>
2009-09-23 18:45:44 +04:00
<property name="shadow_type">none</property>
2009-07-28 06:30:01 +04:00
<child>
<widget class="GtkAlignment" id="alignment7">
<property name="visible">True</property>
<property name="left_padding">12</property>
<child>
<widget class="GtkTable" id="table5">
<property name="visible">True</property>
<property name="column_spacing">6</property>
<property name="row_spacing">6</property>
<child>
<widget class="GtkCheckButton" id="prefs-system-tray">
2009-11-17 23:06:15 +03:00
<property name="label" translatable="yes">Enable _system tray icon</property>
2009-07-28 06:30:01 +04:00
<property name="visible">True</property>
<property name="can_focus">True</property>
2009-09-23 18:45:44 +04:00
<property name="receives_default">False</property>
2009-11-17 23:06:15 +03:00
<property name="use_underline">True</property>
2009-07-28 06:30:01 +04:00
<property name="draw_indicator">True</property>
<signal name="toggled" handler="on_prefs_system_tray_toggled"/>
</widget>
<packing>
<property name="x_options">GTK_FILL</property>
<property name="y_options">GTK_FILL</property>
</packing>
</child>
</widget>
</child>
</widget>
</child>
<child>
<widget class="GtkLabel" id="label12">
<property name="visible">True</property>
<property name="label" translatable="yes"><b>General</b></property>
<property name="use_markup">True</property>
</widget>
<packing>
<property name="type">label_item</property>
</packing>
</child>
</widget>
2009-09-23 18:45:44 +04:00
<packing>
<property name="position">0</property>
</packing>
2009-07-28 06:30:01 +04:00
</child>
</widget>
</child>
<child>
<widget class="GtkLabel" id="label11">
<property name="visible">True</property>
<property name="label" translatable="yes">General</property>
</widget>
<packing>
<property name="tab_fill">False</property>
2009-09-23 18:45:44 +04:00
<property name="type">tab</property>
2009-07-28 06:30:01 +04:00
</packing>
</child>
2008-10-31 17:18:55 +03:00
<child>
2008-12-17 23:27:06 +03:00
<widget class="GtkVBox" id="vbox2">
2008-10-31 17:18:55 +03:00
<property name="visible">True</property>
2009-09-23 19:49:35 +04:00
<property name="border_width">12</property>
2008-12-17 23:27:06 +03:00
<property name="spacing">8</property>
2008-10-31 17:18:55 +03:00
<child>
2008-12-17 23:27:06 +03:00
<widget class="GtkFrame" id="frame1">
2008-10-31 17:18:55 +03:00
<property name="visible">True</property>
2008-12-17 23:27:06 +03:00
<property name="label_xalign">0</property>
2009-09-23 18:45:44 +04:00
<property name="shadow_type">none</property>
2008-10-31 17:18:55 +03:00
<child>
2008-12-17 23:27:06 +03:00
<widget class="GtkAlignment" id="alignment2">
2008-10-31 17:18:55 +03:00
<property name="visible">True</property>
2008-12-17 23:27:06 +03:00
<property name="left_padding">12</property>
2008-10-31 17:18:55 +03:00
<child>
2008-12-17 23:27:06 +03:00
<widget class="GtkTable" id="table1">
2008-10-31 17:18:55 +03:00
<property name="visible">True</property>
2008-12-17 23:27:06 +03:00
<property name="n_rows">2</property>
<property name="n_columns">3</property>
<property name="column_spacing">3</property>
<property name="row_spacing">3</property>
<child>
2009-07-28 06:30:01 +04:00
<widget class="GtkLabel" id="label9">
2009-07-27 00:09:46 +04:00
<property name="visible">True</property>
<property name="xalign">0</property>
2009-07-28 06:30:01 +04:00
<property name="label" translatable="yes">samples</property>
2008-12-17 23:27:06 +03:00
</widget>
<packing>
2009-07-28 06:30:01 +04:00
<property name="left_attach">2</property>
<property name="right_attach">3</property>
2008-12-17 23:27:06 +03:00
<property name="top_attach">1</property>
<property name="bottom_attach">2</property>
</packing>
</child>
<child>
2009-07-28 06:30:01 +04:00
<widget class="GtkLabel" id="label8">
2008-12-17 23:27:06 +03:00
<property name="visible">True</property>
2009-07-28 06:30:01 +04:00
<property name="xalign">0</property>
<property name="label" translatable="yes">seconds</property>
2008-12-17 23:27:06 +03:00
</widget>
<packing>
2009-07-28 06:30:01 +04:00
<property name="left_attach">2</property>
<property name="right_attach">3</property>
2008-12-17 23:27:06 +03:00
</packing>
</child>
<child>
<widget class="GtkSpinButton" id="prefs-stats-history-len">
<property name="visible">True</property>
<property name="can_focus">True</property>
2010-11-24 23:57:40 +03:00
<property name="invisible_char">●</property>
2008-12-17 23:27:06 +03:00
<property name="adjustment">0 0 300 5 5 0</property>
<property name="climb_rate">0.01</property>
2009-02-17 03:04:44 +03:00
<signal name="value_changed" handler="on_prefs_stats_history_length_changed"/>
2008-12-17 23:27:06 +03:00
</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="x_options">GTK_FILL</property>
</packing>
</child>
<child>
2009-07-28 06:30:01 +04:00
<widget class="GtkSpinButton" id="prefs-stats-update-interval">
2008-12-17 23:27:06 +03:00
<property name="visible">True</property>
2009-07-28 06:30:01 +04:00
<property name="can_focus">True</property>
2010-11-24 23:57:40 +03:00
<property name="invisible_char">●</property>
2009-07-28 06:30:01 +04:00
<property name="adjustment">0 0 60 1 5 0</property>
<signal name="value_changed" handler="on_prefs_stats_update_interval_changed"/>
2008-12-17 23:27:06 +03:00
</widget>
<packing>
2009-07-28 06:30:01 +04:00
<property name="left_attach">1</property>
<property name="right_attach">2</property>
<property name="x_options">GTK_FILL</property>
2008-12-17 23:27:06 +03:00
</packing>
</child>
<child>
2009-07-28 06:30:01 +04:00
<widget class="GtkLabel" id="label7">
2008-12-17 23:27:06 +03:00
<property name="visible">True</property>
<property name="xalign">0</property>
2009-11-17 23:06:15 +03:00
<property name="label" translatable="yes">Maintain h_istory of</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">prefs-stats-history-len</property>
2008-12-17 23:27:06 +03:00
</widget>
<packing>
<property name="top_attach">1</property>
<property name="bottom_attach">2</property>
</packing>
</child>
2009-07-28 06:30:01 +04:00
<child>
<widget class="GtkLabel" id="label6">
<property name="visible">True</property>
<property name="xalign">0</property>
2009-11-17 23:06:15 +03:00
<property name="label" translatable="yes">_Update status every</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">prefs-stats-update-interval</property>
2009-07-28 06:30:01 +04:00
</widget>
</child>
2008-10-31 17:18:55 +03:00
</widget>
</child>
</widget>
</child>
2008-12-17 23:27:06 +03:00
<child>
<widget class="GtkLabel" id="label77">
<property name="visible">True</property>
<property name="label" translatable="yes"><b>Stats Options</b></property>
<property name="use_markup">True</property>
</widget>
<packing>
<property name="type">label_item</property>
</packing>
</child>
2008-10-31 17:18:55 +03:00
</widget>
2008-12-17 23:27:06 +03:00
<packing>
<property name="expand">False</property>
2009-09-23 18:45:44 +04:00
<property name="position">0</property>
2008-12-17 23:27:06 +03:00
</packing>
2008-10-31 17:18:55 +03:00
</child>
<child>
2008-12-17 23:27:06 +03:00
<widget class="GtkFrame" id="frame2">
2008-10-31 17:18:55 +03:00
<property name="visible">True</property>
2008-12-17 23:27:06 +03:00
<property name="label_xalign">0</property>
2009-09-23 18:45:44 +04:00
<property name="shadow_type">none</property>
2008-12-17 23:27:06 +03:00
<child>
<widget class="GtkAlignment" id="alignment3">
<property name="visible">True</property>
<property name="left_padding">12</property>
<child>
<widget class="GtkTable" id="table2">
<property name="visible">True</property>
2009-11-19 00:11:17 +03:00
<property name="n_rows">2</property>
2008-12-17 23:27:06 +03:00
<property name="n_columns">2</property>
<property name="column_spacing">3</property>
<property name="row_spacing">3</property>
2009-07-27 00:09:46 +04:00
<child>
2009-07-28 06:30:01 +04:00
<widget class="GtkCheckButton" id="prefs-stats-enable-net">
2008-12-17 23:27:06 +03:00
<property name="visible">True</property>
2009-07-28 06:30:01 +04:00
<property name="can_focus">True</property>
2009-09-23 18:45:44 +04:00
<property name="receives_default">False</property>
2009-07-28 06:30:01 +04:00
<property name="draw_indicator">True</property>
<signal name="toggled" handler="on_prefs_stats_enable_net_toggled"/>
2008-12-17 23:27:06 +03:00
</widget>
<packing>
2009-07-28 06:30:01 +04:00
<property name="left_attach">1</property>
<property name="right_attach">2</property>
2009-07-27 00:09:46 +04:00
<property name="top_attach">1</property>
<property name="bottom_attach">2</property>
2009-07-28 06:30:01 +04:00
<property name="x_options">GTK_EXPAND</property>
2008-12-17 23:27:06 +03:00
</packing>
</child>
<child>
2009-07-27 00:09:46 +04:00
<widget class="GtkCheckButton" id="prefs-stats-enable-disk">
2008-12-17 23:27:06 +03:00
<property name="visible">True</property>
<property name="can_focus">True</property>
2009-09-23 18:45:44 +04:00
<property name="receives_default">False</property>
2008-12-17 23:27:06 +03:00
<property name="draw_indicator">True</property>
2009-07-27 00:09:46 +04:00
<signal name="toggled" handler="on_prefs_stats_enable_disk_toggled"/>
2008-12-17 23:27:06 +03:00
</widget>
<packing>
<property name="left_attach">1</property>
<property name="right_attach">2</property>
<property name="x_options">GTK_EXPAND</property>
</packing>
</child>
<child>
2009-07-28 06:30:01 +04:00
<widget class="GtkLabel" id="label14">
2008-12-17 23:27:06 +03:00
<property name="visible">True</property>
2009-07-28 06:30:01 +04:00
<property name="xalign">0</property>
2009-11-17 23:06:15 +03:00
<property name="label" translatable="yes">_Network I/O</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">prefs-stats-enable-net</property>
2008-12-17 23:27:06 +03:00
</widget>
<packing>
2009-02-24 02:50:47 +03:00
<property name="top_attach">1</property>
<property name="bottom_attach">2</property>
2009-07-28 06:30:01 +04:00
<property name="x_options">GTK_FILL</property>
</packing>
</child>
<child>
<widget class="GtkLabel" id="label13">
<property name="visible">True</property>
<property name="xalign">0</property>
2009-11-17 23:06:15 +03:00
<property name="label" translatable="yes">_Disk I/O</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">prefs-stats-enable-disk</property>
2009-07-28 06:30:01 +04:00
</widget>
<packing>
<property name="x_options">GTK_FILL</property>
2008-12-17 23:27:06 +03:00
</packing>
</child>
</widget>
</child>
</widget>
</child>
<child>
<widget class="GtkLabel" id="label10">
<property name="visible">True</property>
<property name="label" translatable="yes"><b>Enable Stats Polling</b></property>
<property name="use_markup">True</property>
</widget>
<packing>
<property name="type">label_item</property>
</packing>
</child>
2008-10-31 17:18:55 +03:00
</widget>
<packing>
2008-12-17 23:27:06 +03:00
<property name="expand">False</property>
<property name="position">1</property>
2008-10-31 17:18:55 +03:00
</packing>
</child>
</widget>
2009-07-28 06:30:01 +04:00
<packing>
<property name="position">1</property>
</packing>
2008-10-31 17:18:55 +03:00
</child>
<child>
2008-12-17 23:27:06 +03:00
<widget class="GtkLabel" id="label2">
2008-10-31 17:18:55 +03:00
<property name="visible">True</property>
2008-12-17 23:27:06 +03:00
<property name="label" translatable="yes">Stats</property>
</widget>
<packing>
2009-07-28 06:30:01 +04:00
<property name="position">1</property>
2008-12-17 23:27:06 +03:00
<property name="tab_fill">False</property>
2009-09-23 18:45:44 +04:00
<property name="type">tab</property>
2008-12-17 23:27:06 +03:00
</packing>
</child>
<child>
<widget class="GtkVBox" id="vbox3">
<property name="visible">True</property>
2009-09-23 19:49:35 +04:00
<property name="border_width">12</property>
2008-12-17 23:27:06 +03:00
<property name="spacing">8</property>
2008-10-31 17:18:55 +03:00
<child>
2008-12-17 23:27:06 +03:00
<widget class="GtkFrame" id="frame3">
2008-10-31 17:18:55 +03:00
<property name="visible">True</property>
2008-12-17 23:27:06 +03:00
<property name="label_xalign">0</property>
2009-09-23 18:45:44 +04:00
<property name="shadow_type">none</property>
2008-10-31 17:18:55 +03:00
<child>
2008-12-17 23:27:06 +03:00
<widget class="GtkAlignment" id="alignment4">
2008-10-31 17:18:55 +03:00
<property name="visible">True</property>
2008-12-17 23:27:06 +03:00
<property name="left_padding">12</property>
2008-10-31 17:18:55 +03:00
<child>
2008-12-17 23:27:06 +03:00
<widget class="GtkTable" id="table3">
2008-10-31 17:18:55 +03:00
<property name="visible">True</property>
2010-12-02 21:41:22 +03:00
<property name="n_rows">6</property>
2009-02-24 02:50:47 +03:00
<property name="row_spacing">3</property>
2008-12-17 23:27:06 +03:00
<child>
2009-07-28 06:30:01 +04:00
<widget class="GtkComboBox" id="prefs-console-scaling">
2008-12-17 23:27:06 +03:00
<property name="visible">True</property>
<property name="items" translatable="yes">Never
2009-07-28 06:30:01 +04:00
Fullscreen only
Always</property>
<signal name="changed" handler="on_prefs_console_scaling_changed"/>
2008-12-17 23:27:06 +03:00
</widget>
<packing>
2010-12-02 21:41:22 +03:00
<property name="top_attach">3</property>
<property name="bottom_attach">4</property>
2008-12-17 23:27:06 +03:00
<property name="x_padding">5</property>
</packing>
</child>
2009-02-17 03:04:44 +03:00
<child>
2009-07-28 06:30:01 +04:00
<widget class="GtkLabel" id="label17">
2009-07-27 00:09:46 +04:00
<property name="visible">True</property>
<property name="xalign">0</property>
2009-11-17 23:06:15 +03:00
<property name="label" translatable="yes">Graphical console _scaling:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">prefs-console-scaling</property>
2009-02-17 03:04:44 +03:00
</widget>
2008-12-17 23:27:06 +03:00
<packing>
2009-07-28 06:30:01 +04:00
<property name="top_attach">2</property>
<property name="bottom_attach">3</property>
2008-12-17 23:27:06 +03:00
</packing>
</child>
2010-08-23 19:50:36 +04:00
<child>
<widget class="GtkComboBox" id="prefs-console-popup">
<property name="visible">True</property>
<property name="items" translatable="yes">Never
For all new domains
For all domains</property>
<signal name="changed" handler="on_prefs_console_popup_changed"/>
</widget>
<packing>
<property name="top_attach">1</property>
<property name="bottom_attach">2</property>
<property name="x_padding">5</property>
</packing>
</child>
2008-12-17 23:27:06 +03:00
<child>
2009-07-28 06:30:01 +04:00
<widget class="GtkLabel" id="label5">
<property name="visible">True</property>
<property name="xalign">0</property>
2009-11-17 23:06:15 +03:00
<property name="label" translatable="yes">Automatically _open consoles:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">prefs-console-popup</property>
2009-07-28 06:30:01 +04:00
</widget>
</child>
<child>
2010-08-23 19:50:36 +04:00
<widget class="GtkHBox" id="hbox2">
2008-12-17 23:27:06 +03:00
<property name="visible">True</property>
2010-08-23 19:50:36 +04:00
<child>
<widget class="GtkLabel" id="label24">
<property name="visible">True</property>
<property name="xalign">0</property>
<property name="label" translatable="yes">Grab keys:</property>
</widget>
<packing>
<property name="expand">False</property>
<property name="position">0</property>
</packing>
</child>
<child>
<widget class="GtkLabel" id="prefs-keys-grab-sequence">
<property name="visible">True</property>
<property name="xalign">0</property>
<property name="label" translatable="yes">Not supported</property>
</widget>
<packing>
<property name="padding">8</property>
<property name="position">1</property>
</packing>
</child>
<child>
<widget class="GtkButton" id="prefs-keys-grab-changebtn">
<property name="label" translatable="yes">Change...</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<signal name="clicked" handler="on_prefs_btn_keys_define_clicked"/>
</widget>
<packing>
<property name="expand">False</property>
<property name="position">2</property>
</packing>
</child>
2008-12-17 23:27:06 +03:00
</widget>
<packing>
2010-12-02 21:41:22 +03:00
<property name="top_attach">4</property>
<property name="bottom_attach">5</property>
</packing>
</child>
<child>
<widget class="GtkHBox" id="hbox1">
<property name="visible">True</property>
<property name="spacing">6</property>
<child>
<widget class="GtkLabel" id="label15">
<property name="visible">True</property>
<property name="tooltip" translatable="yes">Force console menu accelerators while the console is active. Enabling this may overwrite keyboard interaction with the guest.</property>
<property name="label" translatable="yes">Force console keyboard shortcuts:</property>
</widget>
<packing>
<property name="expand">False</property>
<property name="position">0</property>
</packing>
</child>
<child>
<widget class="GtkCheckButton" id="prefs-console-accels">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
<property name="draw_indicator">True</property>
<signal name="toggled" handler="on_prefs_console_accels_toggled"/>
</widget>
<packing>
<property name="expand">False</property>
<property name="position">1</property>
</packing>
</child>
</widget>
<packing>
<property name="top_attach">5</property>
<property name="bottom_attach">6</property>
2008-12-17 23:27:06 +03:00
</packing>
</child>
2008-10-31 17:18:55 +03:00
</widget>
</child>
</widget>
</child>
2008-12-17 23:27:06 +03:00
<child>
<widget class="GtkLabel" id="label1">
<property name="visible">True</property>
2010-04-21 20:59:48 +04:00
<property name="label" translatable="yes"><b>Graphical Consoles</b></property>
2008-12-17 23:27:06 +03:00
<property name="use_markup">True</property>
</widget>
<packing>
<property name="type">label_item</property>
</packing>
</child>
2008-10-31 17:18:55 +03:00
</widget>
<packing>
2008-12-17 23:27:06 +03:00
<property name="expand">False</property>
2009-09-23 18:45:44 +04:00
<property name="position">0</property>
2008-10-31 17:18:55 +03:00
</packing>
</child>
<child>
2008-12-17 23:27:06 +03:00
<widget class="GtkFrame" id="frame4">
2008-10-31 17:18:55 +03:00
<property name="visible">True</property>
2008-12-17 23:27:06 +03:00
<property name="label_xalign">0</property>
2009-09-23 18:45:44 +04:00
<property name="shadow_type">none</property>
2008-10-31 17:18:55 +03:00
<child>
2008-12-17 23:27:06 +03:00
<widget class="GtkAlignment" id="alignment5">
2008-10-31 17:18:55 +03:00
<property name="visible">True</property>
2008-12-17 23:27:06 +03:00
<property name="left_padding">12</property>
2008-10-31 17:18:55 +03:00
<child>
2008-12-17 23:27:06 +03:00
<widget class="GtkTable" id="table4">
2008-10-31 17:18:55 +03:00
<property name="visible">True</property>
2009-01-12 17:40:41 +03:00
<property name="n_rows">2</property>
2008-12-17 23:27:06 +03:00
<property name="column_spacing">8</property>
<child>
2009-01-12 17:40:41 +03:00
<widget class="GtkAlignment" id="alignment6">
2008-12-17 23:27:06 +03:00
<property name="visible">True</property>
2009-01-12 17:40:41 +03:00
<property name="left_padding">12</property>
<child>
<widget class="GtkVBox" id="vbox4">
<property name="visible">True</property>
<child>
<widget class="GtkCheckButton" id="prefs-sound-local">
2009-11-17 23:06:15 +03:00
<property name="label" translatable="yes">_Local virtual machine</property>
2009-01-12 17:40:41 +03:00
<property name="visible">True</property>
<property name="can_focus">True</property>
2009-09-23 18:45:44 +04:00
<property name="receives_default">False</property>
2009-11-17 23:06:15 +03:00
<property name="use_underline">True</property>
2009-01-12 17:40:41 +03:00
<property name="draw_indicator">True</property>
<signal name="toggled" handler="on_prefs_sound_local_toggled"/>
</widget>
2009-09-23 18:45:44 +04:00
<packing>
<property name="position">0</property>
</packing>
2009-01-12 17:40:41 +03:00
</child>
<child>
<widget class="GtkCheckButton" id="prefs-sound-remote">
2009-11-17 23:06:15 +03:00
<property name="label" translatable="yes">_Remote virtual machine</property>
2009-01-12 17:40:41 +03:00
<property name="visible">True</property>
<property name="can_focus">True</property>
2009-09-23 18:45:44 +04:00
<property name="receives_default">False</property>
2009-11-17 23:06:15 +03:00
<property name="use_underline">True</property>
2009-01-12 17:40:41 +03:00
<property name="draw_indicator">True</property>
2010-11-29 21:29:00 +03:00
<signal name="toggled" handler="on_prefs_sound_remote_toggled"/>
2009-01-12 17:40:41 +03:00
</widget>
<packing>
<property name="position">1</property>
</packing>
</child>
</widget>
</child>
2008-12-17 23:27:06 +03:00
</widget>
<packing>
2009-01-12 17:40:41 +03:00
<property name="top_attach">1</property>
<property name="bottom_attach">2</property>
2008-12-17 23:27:06 +03:00
</packing>
</child>
2009-07-28 06:30:01 +04:00
<child>
<widget class="GtkLabel" id="label16">
<property name="visible">True</property>
<property name="xalign">0</property>
<property name="label" translatable="yes">Install Audio Device:</property>
</widget>
</child>
2011-03-18 15:59:14 +03:00
<child>
<widget class="GtkLabel" id="label162">
<property name="visible">True</property>
<property name="label" translatable="yes">Install Graphics:</property>
<property name="use_underline">False</property>
<property name="use_markup">False</property>
<property name="justify">GTK_JUSTIFY_LEFT</property>
<property name="wrap">False</property>
<property name="selectable">False</property>
<property name="xalign">0</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
<property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
<property name="width_chars">-1</property>
<property name="single_line_mode">False</property>
<property name="angle">0</property>
</widget>
<packing>
<property name="left_attach">0</property>
<property name="right_attach">1</property>
<property name="top_attach">2</property>
<property name="bottom_attach">3</property>
<property name="x_options">fill</property>
<property name="y_options"></property>
</packing>
</child>
<child>
<widget class="GtkComboBox" id="prefs-graphics-type">
<property name="visible">True</property>
<property name="items" translatable="no">VNC
Spice</property>
<signal name="changed" handler="on_prefs_graphics_type_changed"/>
</widget>
<packing>
<property name="left_attach">0</property>
<property name="right_attach">1</property>
<property name="top_attach">3</property>
<property name="bottom_attach">4</property>
<property name="x_padding">5</property>
<property name="x_options">fill</property>
</packing>
</child>
2008-10-31 17:18:55 +03:00
</widget>
</child>
</widget>
</child>
2008-12-17 23:27:06 +03:00
<child>
<widget class="GtkLabel" id="label4">
<property name="visible">True</property>
<property name="label" translatable="yes"><b>New VM</b></property>
<property name="use_markup">True</property>
</widget>
<packing>
<property name="type">label_item</property>
</packing>
</child>
2008-10-31 17:18:55 +03:00
</widget>
<packing>
2008-12-17 23:27:06 +03:00
<property name="expand">False</property>
<property name="position">1</property>
2008-10-31 17:18:55 +03:00
</packing>
</child>
</widget>
<packing>
2009-07-28 06:30:01 +04:00
<property name="position">2</property>
2008-12-17 23:27:06 +03:00
</packing>
</child>
<child>
<widget class="GtkLabel" id="label3">
<property name="visible">True</property>
<property name="label" translatable="yes">VM Details</property>
</widget>
<packing>
2009-07-28 06:30:01 +04:00
<property name="position">2</property>
2008-12-17 23:27:06 +03:00
<property name="tab_fill">False</property>
2009-09-23 18:45:44 +04:00
<property name="type">tab</property>
2009-11-19 00:11:17 +03:00
</packing>
</child>
<child>
<widget class="GtkVBox" id="vbox6">
<property name="visible">True</property>
<property name="border_width">12</property>
<child>
<widget class="GtkFrame" id="frame6">
<property name="visible">True</property>
<property name="label_xalign">0</property>
<property name="shadow_type">none</property>
<child>
<widget class="GtkAlignment" id="alignment1">
<property name="visible">True</property>
<property name="top_padding">6</property>
<property name="left_padding">12</property>
<child>
<widget class="GtkTable" id="table6">
<property name="visible">True</property>
2009-11-19 00:46:36 +03:00
<property name="n_rows">5</property>
2009-11-19 00:11:17 +03:00
<property name="n_columns">2</property>
<property name="column_spacing">12</property>
<property name="row_spacing">6</property>
<child>
<widget class="GtkLabel" id="label19">
<property name="visible">True</property>
<property name="xalign">0</property>
<property name="label" translatable="yes">_Force Poweroff:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">prefs-confirm-forcepoweroff</property>
</widget>
<packing>
<property name="x_options">GTK_FILL</property>
2009-11-19 00:46:36 +03:00
<property name="y_options"></property>
2009-11-19 00:11:17 +03:00
</packing>
</child>
<child>
<widget class="GtkCheckButton" id="prefs-confirm-forcepoweroff">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
<property name="draw_indicator">True</property>
<signal name="toggled" handler="on_prefs_confirm_forcepoweroff_toggled"/>
</widget>
<packing>
<property name="left_attach">1</property>
<property name="right_attach">2</property>
2009-11-19 00:46:36 +03:00
<property name="y_options"></property>
2009-11-19 00:11:17 +03:00
</packing>
</child>
<child>
<widget class="GtkLabel" id="label20">
<property name="visible">True</property>
<property name="xalign">0</property>
2010-05-12 03:01:25 +04:00
<property name="label" translatable="yes">Poweroff/_Reboot/Save:</property>
2009-11-19 00:11:17 +03:00
<property name="use_underline">True</property>
<property name="mnemonic_widget">prefs-confirm-poweroff</property>
</widget>
<packing>
<property name="top_attach">1</property>
<property name="bottom_attach">2</property>
<property name="x_options">GTK_FILL</property>
2009-11-19 00:46:36 +03:00
<property name="y_options"></property>
2009-11-19 00:11:17 +03:00
</packing>
</child>
<child>
<widget class="GtkLabel" id="label21">
<property name="visible">True</property>
<property name="xalign">0</property>
<property name="label" translatable="yes">_Pause:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">prefs-confirm-pause</property>
</widget>
<packing>
<property name="top_attach">2</property>
<property name="bottom_attach">3</property>
<property name="x_options">GTK_FILL</property>
2009-11-19 00:46:36 +03:00
<property name="y_options"></property>
2009-11-19 00:11:17 +03:00
</packing>
</child>
<child>
<widget class="GtkCheckButton" id="prefs-confirm-poweroff">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
<property name="draw_indicator">True</property>
<signal name="toggled" handler="on_prefs_confirm_poweroff_toggled"/>
</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>
2009-11-19 00:46:36 +03:00
<property name="y_options"></property>
2009-11-19 00:11:17 +03:00
</packing>
</child>
<child>
<widget class="GtkCheckButton" id="prefs-confirm-pause">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
<property name="draw_indicator">True</property>
<signal name="toggled" handler="on_prefs_confirm_pause_toggled"/>
</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>
2009-11-19 00:46:36 +03:00
<property name="y_options"></property>
</packing>
</child>
2010-02-09 06:34:23 +03:00
<child>
<widget class="GtkCheckButton" id="prefs-confirm-removedev">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
<property name="draw_indicator">True</property>
<signal name="toggled" handler="on_prefs_confirm_removedev_toggled"/>
</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>
<property name="x_options">GTK_FILL</property>
</packing>
</child>
2009-11-19 00:46:36 +03:00
<child>
<widget class="GtkLabel" id="label22">
<property name="visible">True</property>
<property name="xalign">0</property>
<property name="label" translatable="yes">Device re_moval:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">prefs-confirm-removedev</property>
</widget>
<packing>
<property name="top_attach">4</property>
<property name="bottom_attach">5</property>
<property name="x_options">GTK_FILL</property>
</packing>
</child>
<child>
2010-02-09 06:34:23 +03:00
<widget class="GtkLabel" id="label23">
2009-11-19 00:46:36 +03:00
<property name="visible">True</property>
2010-02-09 06:34:23 +03:00
<property name="xalign">0</property>
<property name="label" translatable="yes">_Interface start/stop:</property>
<property name="use_underline">True</property>
2009-11-19 00:46:36 +03:00
</widget>
<packing>
<property name="top_attach">3</property>
<property name="bottom_attach">4</property>
<property name="x_options">GTK_FILL</property>
</packing>
</child>
<child>
2010-02-09 06:34:23 +03:00
<widget class="GtkCheckButton" id="prefs-confirm-interface">
2009-11-19 00:46:36 +03:00
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
<property name="draw_indicator">True</property>
2010-02-09 06:34:23 +03:00
<signal name="toggled" handler="on_prefs_confirm_interface_toggled"/>
2009-11-19 00:46:36 +03:00
</widget>
<packing>
<property name="left_attach">1</property>
<property name="right_attach">2</property>
2010-02-09 06:34:23 +03:00
<property name="top_attach">3</property>
<property name="bottom_attach">4</property>
2009-11-19 00:46:36 +03:00
<property name="x_options">GTK_FILL</property>
2009-11-19 00:11:17 +03:00
</packing>
</child>
</widget>
</child>
</widget>
</child>
<child>
<widget class="GtkLabel" id="label161">
<property name="visible">True</property>
<property name="label" translatable="yes"><b>Confirmations</b></property>
<property name="use_markup">True</property>
</widget>
<packing>
<property name="type">label_item</property>
</packing>
</child>
</widget>
<packing>
<property name="expand">False</property>
<property name="position">0</property>
</packing>
</child>
</widget>
<packing>
<property name="position">3</property>
</packing>
</child>
<child>
<widget class="GtkLabel" id="label18">
<property name="visible">True</property>
<property name="label" translatable="yes">Feedback</property>
</widget>
<packing>
<property name="position">3</property>
<property name="tab_fill">False</property>
<property name="type">tab</property>
2008-10-31 17:18:55 +03:00
</packing>
</child>
</widget>
2009-09-23 18:45:44 +04:00
<packing>
<property name="position">0</property>
</packing>
2008-10-31 17:18:55 +03:00
</child>
2008-12-17 23:27:06 +03:00
<child>
2009-09-23 19:49:35 +04:00
<widget class="GtkHButtonBox" id="hbuttonbox1">
2008-10-31 17:18:55 +03:00
<property name="visible">True</property>
2009-09-29 22:26:43 +04:00
<property name="layout_style">end</property>
2008-10-31 17:18:55 +03:00
<child>
2008-12-17 23:27:06 +03:00
<widget class="GtkButton" id="prefs-help">
2009-09-23 18:45:44 +04:00
<property name="label">gtk-help</property>
2008-10-31 17:18:55 +03:00
<property name="visible">True</property>
<property name="can_focus">True</property>
2008-12-17 23:27:06 +03:00
<property name="receives_default">True</property>
2008-10-31 17:18:55 +03:00
<property name="use_stock">True</property>
2008-12-17 23:27:06 +03:00
<signal name="clicked" handler="on_prefs_help_clicked"/>
2008-10-31 17:18:55 +03:00
</widget>
2008-12-17 23:27:06 +03:00
<packing>
<property name="expand">False</property>
2009-09-29 22:26:43 +04:00
<property name="fill">False</property>
2009-09-23 18:45:44 +04:00
<property name="position">0</property>
2009-09-29 22:26:43 +04:00
<property name="secondary">True</property>
2008-12-17 23:27:06 +03:00
</packing>
2008-10-31 17:18:55 +03:00
</child>
<child>
2009-09-23 19:49:35 +04:00
<widget class="GtkButton" id="prefs-close">
<property name="label">gtk-close</property>
2008-10-31 17:18:55 +03:00
<property name="visible">True</property>
2009-09-23 19:49:35 +04:00
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="use_stock">True</property>
<signal name="clicked" handler="on_prefs_close_clicked"/>
2008-10-31 17:18:55 +03:00
</widget>
<packing>
2009-09-29 22:26:43 +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-11-24 21:24:46 +03:00
<property name="expand">False</property>
2008-12-17 23:27:06 +03:00
<property name="position">1</property>
2008-10-31 17:18:55 +03:00
</packing>
</child>
</widget>
</child>
</widget>
2007-02-15 23:35:37 +03:00
</glade-interface>