VirtualBox

source: vbox/trunk/src/VBox/Frontends/VirtualBox4/ui/VBoxVMSettingsSFDetails.ui@ 11229

Last change on this file since 11229 was 11229, checked in by vboxsync, 16 years ago

Fe/Qt4: File/Folder path selector reworked. Global/VM Settings updated with new changes.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 4.2 KB
Line 
1<ui version="4.0" >
2 <comment>
3 VBox frontends: Qt4 GUI ("VirtualBox"):
4
5 Copyright (C) 2008 Sun Microsystems, Inc.
6
7 This file is part of VirtualBox Open Source Edition (OSE), as
8 available from http://www.virtualbox.org. This file is free software;
9 you can redistribute it and/or modify it under the terms of the GNU
10 General Public License (GPL) as published by the Free Software
11 Foundation, in version 2 as it comes in the "COPYING" file of the
12 VirtualBox OSE distribution. VirtualBox OSE is distributed in the
13 hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
14
15 Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa
16 Clara, CA 95054 USA or visit http://www.sun.com if you need
17 additional information or have any questions.
18 </comment>
19 <class>VBoxVMSettingsSFDetails</class>
20 <widget class="QDialog" name="VBoxVMSettingsSFDetails" >
21 <property name="geometry" >
22 <rect>
23 <x>0</x>
24 <y>0</y>
25 <width>218</width>
26 <height>196</height>
27 </rect>
28 </property>
29 <property name="windowTitle" >
30 <string>Dialog</string>
31 </property>
32 <layout class="QGridLayout" >
33 <item row="0" column="0" >
34 <widget class="QLabel" name="mLbPath" >
35 <property name="text" >
36 <string>Folder Path:</string>
37 </property>
38 <property name="alignment" >
39 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
40 </property>
41 </widget>
42 </item>
43 <item row="0" column="1" >
44 <widget class="VBoxFilePathSelectorWidget" name="mPsPath" />
45 </item>
46 <item row="1" column="0" >
47 <widget class="QLabel" name="mLbName" >
48 <property name="text" >
49 <string>Folder Name:</string>
50 </property>
51 <property name="alignment" >
52 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
53 </property>
54 </widget>
55 </item>
56 <item row="1" column="1" >
57 <widget class="QLineEdit" name="mLeName" >
58 <property name="toolTip" >
59 <string>Displays the name of the shared folder (as it will be seen by the guest OS).</string>
60 </property>
61 </widget>
62 </item>
63 <item row="2" column="1" >
64 <widget class="QCheckBox" name="mCbReadonly" >
65 <property name="toolTip" >
66 <string>When checked, the guest OS will not be able to write to the specified shared folder.</string>
67 </property>
68 <property name="text" >
69 <string>&amp;Read-only</string>
70 </property>
71 </widget>
72 </item>
73 <item row="3" column="1" >
74 <widget class="QCheckBox" name="mCbPermanent" >
75 <property name="text" >
76 <string>&amp;Make Permanent</string>
77 </property>
78 </widget>
79 </item>
80 <item row="4" column="1" >
81 <spacer>
82 <property name="orientation" >
83 <enum>Qt::Vertical</enum>
84 </property>
85 <property name="sizeHint" >
86 <size>
87 <width>20</width>
88 <height>40</height>
89 </size>
90 </property>
91 </spacer>
92 </item>
93 <item row="5" column="0" colspan="2" >
94 <widget class="QIDialogButtonBox" name="mButtonBox" >
95 <property name="standardButtons" >
96 <set>QDialogButtonBox::Cancel|QDialogButtonBox::NoButton|QDialogButtonBox::Ok</set>
97 </property>
98 </widget>
99 </item>
100 </layout>
101 </widget>
102 <customwidgets>
103 <customwidget>
104 <class>VBoxFilePathSelectorWidget</class>
105 <extends>QComboBox</extends>
106 <header>VBoxFilePathSelectorWidget.h</header>
107 <container>1</container>
108 </customwidget>
109 <customwidget>
110 <class>QIDialogButtonBox</class>
111 <extends>QDialogButtonBox</extends>
112 <header>QIDialogButtonBox.h</header>
113 </customwidget>
114 </customwidgets>
115 <resources/>
116 <connections>
117 <connection>
118 <sender>mButtonBox</sender>
119 <signal>accepted()</signal>
120 <receiver>VBoxVMSettingsSFDetails</receiver>
121 <slot>accept()</slot>
122 <hints>
123 <hint type="sourcelabel" >
124 <x>108</x>
125 <y>158</y>
126 </hint>
127 <hint type="destinationlabel" >
128 <x>108</x>
129 <y>90</y>
130 </hint>
131 </hints>
132 </connection>
133 <connection>
134 <sender>mButtonBox</sender>
135 <signal>rejected()</signal>
136 <receiver>VBoxVMSettingsSFDetails</receiver>
137 <slot>reject()</slot>
138 <hints>
139 <hint type="sourcelabel" >
140 <x>108</x>
141 <y>158</y>
142 </hint>
143 <hint type="destinationlabel" >
144 <x>108</x>
145 <y>90</y>
146 </hint>
147 </hints>
148 </connection>
149 </connections>
150</ui>
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette