VBoxVMSettingsGeneral.ui revision bdad1ad72fb5559ad9737e4e3968dc7c1fa23941
<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>VBoxVMSettingsGeneral</class>
<widget class="QWidget" name="VBoxVMSettingsGeneral" >
<property name="geometry" >
<rect>
<x>0</x>
<y>0</y>
<width>350</width>
<height>250</height>
</rect>
</property>
<layout class="QHBoxLayout" name="mLtMain" >
<item>
<widget class="QTabWidget" name="mTwGeneral" >
<property name="currentIndex" >
<number>0</number>
</property>
<widget class="QWidget" name="mTabBasic" >
<attribute name="title" >
<string>&amp;Basic</string>
</attribute>
<layout class="QVBoxLayout" name="mLtBasic" >
<property name="spacing" >
<number>0</number>
</property>
<item>
<widget class="VBoxOSTypeSelectorWidget" native="1" name="mOSTypeSelector" >
<layout class="QGridLayout" name="mLtOSTypeSelector" >
<property name="margin" >
<number>0</number>
</property>
<item row="0" column="0" >
<widget class="QLabel" name="mLbName" >
<property name="text" >
<string>&amp;Name:</string>
</property>
<property name="alignment" >
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
<property name="buddy" >
<cstring>mLeName</cstring>
</property>
</widget>
</item>
<item row="0" column="1" colspan="2" >
<widget class="QLineEdit" name="mLeName" >
<property name="whatsThis" >
<string>Displays the name of the virtual machine.</string>
</property>
<property name="text" >
<string/>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item>
<spacer name="mSpVer1" >
<property name="orientation" >
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0" >
<size>
<width>0</width>
<height>0</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
<widget class="QWidget" name="mTabAdvanced" >
<attribute name="title" >
<string>&amp;Advanced</string>
</attribute>
<layout class="QVBoxLayout" name="mLtAdvanced" >
<property name="spacing" >
<number>0</number>
</property>
<item>
<widget class="QWidget" native="1" name="mWtAdvanced" >
<layout class="QGridLayout" name="mLtAdvancedItems" >
<property name="margin" >
<number>0</number>
</property>
<item row="0" column="0" >
<widget class="QLabel" name="mLbSnapshot" >
<property name="text" >
<string>S&amp;napshot Folder:</string>
</property>
<property name="alignment" >
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
<property name="buddy" >
<cstring>mPsSnapshot</cstring>
</property>
</widget>
</item>
<item row="0" column="1" colspan="2" >
<widget class="VBoxFilePathSelectorWidget" name="mPsSnapshot" >
<property name="sizePolicy" >
<sizepolicy vsizetype="Fixed" hsizetype="MinimumExpanding" >
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
</widget>
</item>
<item row="1" column="0" >
<widget class="QLabel" name="mLbClipboard" >
<property name="text" >
<string>&amp;Shared Clipboard:</string>
</property>
<property name="alignment" >
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
<property name="buddy" >
<cstring>mCbClipboard</cstring>
</property>
</widget>
</item>
<item row="1" column="1" >
<widget class="QComboBox" name="mCbClipboard" >
<property name="sizePolicy" >
<sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="whatsThis" >
<string>Selects which clipboard data will be copied between the guest and the host OS. This feature requires Guest Additions to be installed in the guest OS.</string>
</property>
</widget>
</item>
<item row="1" column="2" >
<spacer name="mSpHor1" >
<property name="orientation" >
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0" >
<size>
<width>0</width>
<height>0</height>
</size>
</property>
</spacer>
</item>
<item row="2" column="0" >
<widget class="QLabel" name="mLbMedia" >
<property name="text" >
<string>Removable Media:</string>
</property>
<property name="alignment" >
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
</item>
<item row="2" column="1" >
<widget class="QCheckBox" name="mCbSaveMounted" >
<property name="sizePolicy" >
<sizepolicy vsizetype="Fixed" hsizetype="MinimumExpanding" >
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="whatsThis" >
<string>If checked, any change to mounted CD/DVD or Floppy media performed during machine execution will be saved in the settings file in order to preserve the configuration of mounted media between runs.</string>
</property>
<property name="text" >
<string>&amp;Remember Runtime Changes</string>
</property>
<property name="checked" >
<bool>true</bool>
</property>
</widget>
</item>
<item row="3" column="0" >
<widget class="QLabel" name="mLbToolBar" >
<property name="text" >
<string>Mini ToolBar:</string>
</property>
<property name="alignment" >
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
</item>
<item row="3" column="1" >
<widget class="QCheckBox" name="mCbShowToolBar" >
<property name="sizePolicy" >
<sizepolicy vsizetype="Fixed" hsizetype="MinimumExpanding" >
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="whatsThis" >
<string>If checked, show the Mini ToolBar in Fullscreen and Seamless modes.</string>
</property>
<property name="text" >
<string>Show In &amp;Fullscreen/Seamless</string>
</property>
<property name="checked" >
<bool>true</bool>
</property>
</widget>
</item>
<item row="4" column="1" >
<widget class="QCheckBox" name="mCbToolBarAlignment" >
<property name="sizePolicy" >
<sizepolicy vsizetype="Fixed" hsizetype="MinimumExpanding" >
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="whatsThis" >
<string>If checked, show the Mini ToolBar at the top of the screen, rather than in its default position at the bottom of the screen.</string>
</property>
<property name="text" >
<string>Show At &amp;Top Of Screen</string>
</property>
<property name="checked" >
<bool>false</bool>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item>
<spacer name="mSpVer2" >
<property name="orientation" >
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0" >
<size>
<width>0</width>
<height>0</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
<widget class="QWidget" name="mTabDescription" >
<attribute name="title" >
<string>&amp;Description</string>
</attribute>
<layout class="QVBoxLayout" name="mLtDescription" >
<property name="spacing" >
<number>0</number>
</property>
<item>
<widget class="QTextEdit" name="mTeDescription" >
<property name="whatsThis" >
<string>Displays the description of the virtual machine. The description field is useful for commenting on configuration details of the installed guest OS.</string>
</property>
<property name="acceptRichText" >
<bool>false</bool>
</property>
</widget>
</item>
</layout>
</widget>
</widget>
</item>
</layout>
</widget>
<customwidgets>
<customwidget>
<class>VBoxOSTypeSelectorWidget</class>
<extends>QWidget</extends>
<header>VBoxOSTypeSelectorWidget.h</header>
</customwidget>
<customwidget>
<class>VBoxFilePathSelectorWidget</class>
<extends>QComboBox</extends>
<header>VBoxFilePathSelectorWidget.h</header>
<container>1</container>
</customwidget>
</customwidgets>
<resources/>
<connections>
<connection>
<sender>mCbShowToolBar</sender>
<signal>toggled(bool)</signal>
<receiver>mCbToolBarAlignment</receiver>
<slot>setEnabled(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>195</x>
<y>50</y>
</hint>
<hint type="destinationlabel">
<x>196</x>
<y>72</y>
</hint>
</hints>
</connection>
</connections>
</ui>