VBoxVMSettingsSFDetails.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>VBoxVMSettingsSFDetails</class>
<widget class="QDialog" name="VBoxVMSettingsSFDetails" >
<property name="geometry" >
<rect>
<x>0</x>
<y>0</y>
<width>218</width>
<height>196</height>
</rect>
</property>
<property name="windowTitle" >
<string>Dialog</string>
</property>
<layout class="QGridLayout" >
<item row="0" column="0" >
<widget class="QLabel" name="mLbPath" >
<property name="text" >
<string>Folder Path:</string>
</property>
<property name="alignment" >
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
</item>
<item row="0" column="1" >
<widget class="VBoxFilePathSelectorWidget" name="mPsPath" />
</item>
<item row="1" column="0" >
<widget class="QLabel" name="mLbName" >
<property name="text" >
<string>Folder Name:</string>
</property>
<property name="alignment" >
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
</item>
<item row="1" column="1" >
<widget class="QLineEdit" name="mLeName" >
<property name="toolTip" >
<string>Displays the name of the shared folder (as it will be seen by the guest OS).</string>
</property>
</widget>
</item>
<item row="2" column="1" >
<widget class="QCheckBox" name="mCbReadonly" >
<property name="toolTip" >
<string>When checked, the guest OS will not be able to write to the specified shared folder.</string>
</property>
<property name="text" >
<string>&amp;Read-only</string>
</property>
</widget>
</item>
<item row="3" column="1" >
<widget class="QCheckBox" name="mCbPermanent" >
<property name="text" >
<string>&amp;Make Permanent</string>
</property>
</widget>
</item>
<item row="4" column="1" >
<spacer>
<property name="orientation" >
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" >
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
<item row="5" column="0" colspan="2" >
<widget class="QIDialogButtonBox" name="mButtonBox" >
<property name="standardButtons" >
<set>QDialogButtonBox::Cancel|QDialogButtonBox::NoButton|QDialogButtonBox::Ok</set>
</property>
</widget>
</item>
</layout>
</widget>
<customwidgets>
<customwidget>
<class>VBoxFilePathSelectorWidget</class>
<extends>QComboBox</extends>
<header>VBoxFilePathSelectorWidget.h</header>
<container>1</container>
</customwidget>
<customwidget>
<class>QIDialogButtonBox</class>
<extends>QDialogButtonBox</extends>
<header>QIDialogButtonBox.h</header>
</customwidget>
</customwidgets>
<resources/>
<connections>
<connection>
<sender>mButtonBox</sender>
<signal>accepted()</signal>
<receiver>VBoxVMSettingsSFDetails</receiver>
<slot>accept()</slot>
<hints>
<hint type="sourcelabel" >
<x>108</x>
<y>158</y>
</hint>
<hint type="destinationlabel" >
<x>108</x>
<y>90</y>
</hint>
</hints>
</connection>
<connection>
<sender>mButtonBox</sender>
<signal>rejected()</signal>
<receiver>VBoxVMSettingsSFDetails</receiver>
<slot>reject()</slot>
<hints>
<hint type="sourcelabel" >
<x>108</x>
<y>158</y>
</hint>
<hint type="destinationlabel" >
<x>108</x>
<y>90</y>
</hint>
</hints>
</connection>
</connections>
</ui>