VBoxCloseVMDlg.ui revision 8e0c2ca3abd721979958f95b9af73b60665478c8
<ui version="4.0" >
<comment>
VBox frontends: Qt4 GUI ("VirtualBox"):
Copyright (C) 2008 Sun Microsystems, Inc.
This file is part of VirtualBox Open Source Edition (OSE), as
available from http://www.virtualbox.org. This file is free software;
you can redistribute it and/or modify it under the terms of the GNU
General Public License (GPL) as published by the Free Software
Foundation, in version 2 as it comes in the "COPYING" file of the
VirtualBox OSE distribution. VirtualBox OSE is distributed in the
hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa
Clara, CA 95054 USA or visit http://www.sun.com if you need
additional information or have any questions.
</comment>
<class>VBoxCloseVMDlg</class>
<widget class="QDialog" name="VBoxCloseVMDlg" >
<property name="geometry" >
<rect>
<x>0</x>
<y>0</y>
<width>323</width>
<height>192</height>
</rect>
</property>
<property name="windowTitle" >
<string>Close Virtual Machine</string>
</property>
<property name="sizeGripEnabled" >
<bool>false</bool>
</property>
<layout class="QVBoxLayout" >
<property name="spacing" >
<number>10</number>
</property>
<item>
<layout class="QHBoxLayout" >
<item>
<layout class="QVBoxLayout" >
<item>
<widget class="QLabel" name="pmIcon" >
<property name="sizePolicy" >
<sizepolicy vsizetype="Preferred" hsizetype="Maximum" >
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="pixmap" >
<pixmap resource="../VirtualBox.qrc" >:/os_unknown.png</pixmap>
</property>
</widget>
</item>
<item>
<spacer>
<property name="orientation" >
<enum>Qt::Vertical</enum>
</property>
<property name="sizeType" >
<enum>QSizePolicy::Expanding</enum>
</property>
<property name="sizeHint" >
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
</layout>
</item>
<item>
<layout class="QVBoxLayout" >
<item>
<widget class="QLabel" name="label" >
<property name="text" >
<string>You want to:</string>
</property>
</widget>
</item>
<item>
<layout class="QGridLayout" >
<item row="0" column="0" >
<widget class="QLabel" name="mTxSave_2" >
<property name="sizePolicy" >
<sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text" >
<string/>
</property>
<property name="pixmap" >
<pixmap resource="../VirtualBox.qrc" >:/state_saved_16px.png</pixmap>
</property>
</widget>
</item>
<item row="0" column="1" >
<widget class="QRadioButton" name="mRbSave" >
<property name="whatsThis" >
<string>&lt;p>Saves the current execution state of the virtual machine to the physical hard disk of the host PC.&lt;/p>&lt;p>Next time this machine is started, it will be restored from the saved state and continue execution from the same place you saved it at, which will let you continue your work immediately.&lt;/p>&lt;p>Note that saving the machine state may take a long time, depending on the guest operating system type and the amount of memory you assigned to the virtual machine.&lt;/p></string>
</property>
<property name="text" >
<string>&amp;Save the machine state</string>
</property>
</widget>
</item>
<item row="1" column="0" >
<widget class="QLabel" name="mTxShutDown_2" >
<property name="sizePolicy" >
<sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text" >
<string/>
</property>
<property name="pixmap" >
<pixmap resource="../VirtualBox.qrc" >:/acpi_16px.png</pixmap>
</property>
</widget>
</item>
<item row="1" column="1" >
<widget class="QRadioButton" name="mRbShutdown" >
<property name="whatsThis" >
<string>&lt;p>Sends the ACPI Power Button press event to the virtual machine.&lt;/p>&lt;p>Normally, the guest operating system running inside the virtual machine will detect this event and perform a clean shutdown procedure. This is a recommended way to turn off the virtual machine because all applications running inside it will get a chance to save their data and state.&lt;/p>&lt;p>If the machine doesn't respond to this action then the guest operating system may be misconfigured or doesn't understand ACPI Power Button events at all. In this case you should select the &lt;b>Power off the machine&lt;/b> action to stop virtual machine execution.&lt;/p></string>
</property>
<property name="text" >
<string>S&amp;end the shutdown signal</string>
</property>
</widget>
</item>
<item row="2" column="0" >
<widget class="QLabel" name="mTxPowerOff_2" >
<property name="sizePolicy" >
<sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text" >
<string/>
</property>
<property name="pixmap" >
<pixmap resource="../VirtualBox.qrc" >:/poweroff_16px.png</pixmap>
</property>
</widget>
</item>
<item row="2" column="1" >
<widget class="QRadioButton" name="mRbPowerOff" >
<property name="whatsThis" >
<string>&lt;p>Turns off the virtual machine.&lt;/p>&lt;p>Note that this action will stop machine execution immediately so that the guest operating system running inside it will not be able to perform a clean shutdown procedure which may result in &lt;i>data loss&lt;/i> inside the virtual machine. Selecting this action is recommended only if the virtual machine does not respond to the &lt;b>Send the shutdown signal&lt;/b> action.&lt;/p></string>
</property>
<property name="text" >
<string>&amp;Power off the machine</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" >
<property name="spacing" >
<number>0</number>
</property>
<property name="leftMargin" >
<number>0</number>
</property>
<property name="topMargin" >
<number>0</number>
</property>
<property name="rightMargin" >
<number>0</number>
</property>
<property name="bottomMargin" >
<number>0</number>
</property>
<item>
<spacer>
<property name="orientation" >
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeType" >
<enum>QSizePolicy::Fixed</enum>
</property>
<property name="sizeHint" >
<size>
<width>38</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QCheckBox" name="mCbDiscardCurState" >
<property name="enabled" >
<bool>false</bool>
</property>
<property name="toolTip" >
<string>Revert the machine state to the state stored in the current snapshot</string>
</property>
<property name="whatsThis" >
<string>&lt;p>When checked, the machine state will be restored from the state stored in the current snapshot right after it is turned off. This is useful if you are sure that you want to discard the results of your last sessions and go back to the current snapshot.&lt;/p></string>
</property>
<property name="text" >
<string>&amp;Revert to the current snapshot</string>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</item>
</layout>
</item>
<item>
<widget class="QIDialogButtonBox" name="mButtonBox" >
<property name="standardButtons" >
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Help|QDialogButtonBox::NoButton|QDialogButtonBox::Ok</set>
</property>
</widget>
</item>
</layout>
</widget>
<layoutdefault spacing="6" margin="11" />
<customwidgets>
<customwidget>
<class>QIDialogButtonBox</class>
<extends>QDialogButtonBox</extends>
<header>QIDialogButtonBox.h</header>
</customwidget>
</customwidgets>
<resources>
<include location="../VirtualBox.qrc" />
</resources>
<connections>
<connection>
<sender>mRbPowerOff</sender>
<signal>toggled(bool)</signal>
<receiver>mCbDiscardCurState</receiver>
<slot>setEnabled(bool)</slot>
<hints>
<hint type="sourcelabel" >
<x>20</x>
<y>20</y>
</hint>
<hint type="destinationlabel" >
<x>20</x>
<y>20</y>
</hint>
</hints>
</connection>
<connection>
<sender>mButtonBox</sender>
<signal>accepted()</signal>
<receiver>VBoxCloseVMDlg</receiver>
<slot>accept()</slot>
<hints>
<hint type="sourcelabel" >
<x>161</x>
<y>171</y>
</hint>
<hint type="destinationlabel" >
<x>161</x>
<y>95</y>
</hint>
</hints>
</connection>
<connection>
<sender>mButtonBox</sender>
<signal>rejected()</signal>
<receiver>VBoxCloseVMDlg</receiver>
<slot>reject()</slot>
<hints>
<hint type="sourcelabel" >
<x>161</x>
<y>171</y>
</hint>
<hint type="destinationlabel" >
<x>161</x>
<y>95</y>
</hint>
</hints>
</connection>
</connections>
</ui>