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>VBoxSharedFoldersSettings</class>
|
---|
20 | <widget class="QWidget" name="VBoxSharedFoldersSettings" >
|
---|
21 | <property name="geometry" >
|
---|
22 | <rect>
|
---|
23 | <x>0</x>
|
---|
24 | <y>0</y>
|
---|
25 | <width>351</width>
|
---|
26 | <height>253</height>
|
---|
27 | </rect>
|
---|
28 | </property>
|
---|
29 | <property name="sizePolicy" >
|
---|
30 | <sizepolicy vsizetype="Expanding" hsizetype="Expanding" >
|
---|
31 | <horstretch>0</horstretch>
|
---|
32 | <verstretch>0</verstretch>
|
---|
33 | </sizepolicy>
|
---|
34 | </property>
|
---|
35 | <property name="windowTitle" >
|
---|
36 | <string comment="don't translate" >VBoxSharedFoldersSettings</string>
|
---|
37 | </property>
|
---|
38 | <layout class="QVBoxLayout" >
|
---|
39 | <property name="leftMargin" >
|
---|
40 | <number>0</number>
|
---|
41 | </property>
|
---|
42 | <property name="topMargin" >
|
---|
43 | <number>0</number>
|
---|
44 | </property>
|
---|
45 | <property name="rightMargin" >
|
---|
46 | <number>0</number>
|
---|
47 | </property>
|
---|
48 | <property name="bottomMargin" >
|
---|
49 | <number>0</number>
|
---|
50 | </property>
|
---|
51 | <item>
|
---|
52 | <widget class="QGroupBox" name="mGbSharedFolders" >
|
---|
53 | <property name="title" >
|
---|
54 | <string>Shared &Folders</string>
|
---|
55 | </property>
|
---|
56 | <layout class="QHBoxLayout" >
|
---|
57 | <item>
|
---|
58 | <widget class="QTreeWidget" name="mTreeView" >
|
---|
59 | <property name="whatsThis" >
|
---|
60 | <string><qt>Lists all shared folders accessible to this machine. Use <tt>net use x: \\vboxsvr\share</tt> to access a shared folder named <i>share</i> from a DOS-like OS, or <tt>mount -t vboxsf share mount_point</tt> to access it from a Linux OS. This feature requires Guest Additions.</qt></string>
|
---|
61 | </property>
|
---|
62 | <property name="uniformRowHeights" >
|
---|
63 | <bool>true</bool>
|
---|
64 | </property>
|
---|
65 | <property name="allColumnsShowFocus" >
|
---|
66 | <bool>true</bool>
|
---|
67 | </property>
|
---|
68 | <column>
|
---|
69 | <property name="text" >
|
---|
70 | <string>Name</string>
|
---|
71 | </property>
|
---|
72 | </column>
|
---|
73 | <column>
|
---|
74 | <property name="text" >
|
---|
75 | <string>Path</string>
|
---|
76 | </property>
|
---|
77 | </column>
|
---|
78 | <column>
|
---|
79 | <property name="text" >
|
---|
80 | <string>Access</string>
|
---|
81 | </property>
|
---|
82 | </column>
|
---|
83 | </widget>
|
---|
84 | </item>
|
---|
85 | <item>
|
---|
86 | <layout class="QVBoxLayout" >
|
---|
87 | <property name="spacing" >
|
---|
88 | <number>0</number>
|
---|
89 | </property>
|
---|
90 | <item>
|
---|
91 | <widget class="QToolButton" name="mTbAdd" >
|
---|
92 | <property name="focusPolicy" >
|
---|
93 | <enum>Qt::TabFocus</enum>
|
---|
94 | </property>
|
---|
95 | <property name="toolTip" >
|
---|
96 | <string>Add a new shared folder (Ins)</string>
|
---|
97 | </property>
|
---|
98 | <property name="whatsThis" >
|
---|
99 | <string>Adds a new shared folder definition.</string>
|
---|
100 | </property>
|
---|
101 | <property name="text" >
|
---|
102 | <string/>
|
---|
103 | </property>
|
---|
104 | <property name="shortcut" >
|
---|
105 | <string>Ins</string>
|
---|
106 | </property>
|
---|
107 | <property name="autoRaise" >
|
---|
108 | <bool>true</bool>
|
---|
109 | </property>
|
---|
110 | </widget>
|
---|
111 | </item>
|
---|
112 | <item>
|
---|
113 | <widget class="QToolButton" name="mTbEdit" >
|
---|
114 | <property name="focusPolicy" >
|
---|
115 | <enum>Qt::TabFocus</enum>
|
---|
116 | </property>
|
---|
117 | <property name="toolTip" >
|
---|
118 | <string>Edit the selected shared folder (Ctrl+Space)</string>
|
---|
119 | </property>
|
---|
120 | <property name="whatsThis" >
|
---|
121 | <string>Edits the selected shared folder definition.</string>
|
---|
122 | </property>
|
---|
123 | <property name="text" >
|
---|
124 | <string/>
|
---|
125 | </property>
|
---|
126 | <property name="shortcut" >
|
---|
127 | <string>Ctrl+Space</string>
|
---|
128 | </property>
|
---|
129 | <property name="autoRaise" >
|
---|
130 | <bool>true</bool>
|
---|
131 | </property>
|
---|
132 | </widget>
|
---|
133 | </item>
|
---|
134 | <item>
|
---|
135 | <widget class="QToolButton" name="mTbRemove" >
|
---|
136 | <property name="focusPolicy" >
|
---|
137 | <enum>Qt::TabFocus</enum>
|
---|
138 | </property>
|
---|
139 | <property name="toolTip" >
|
---|
140 | <string>Remove the selected shared folder (Del)</string>
|
---|
141 | </property>
|
---|
142 | <property name="whatsThis" >
|
---|
143 | <string>Removes the selected shared folder definition.</string>
|
---|
144 | </property>
|
---|
145 | <property name="text" >
|
---|
146 | <string/>
|
---|
147 | </property>
|
---|
148 | <property name="shortcut" >
|
---|
149 | <string>Del</string>
|
---|
150 | </property>
|
---|
151 | <property name="autoRaise" >
|
---|
152 | <bool>true</bool>
|
---|
153 | </property>
|
---|
154 | </widget>
|
---|
155 | </item>
|
---|
156 | <item>
|
---|
157 | <spacer>
|
---|
158 | <property name="orientation" >
|
---|
159 | <enum>Qt::Vertical</enum>
|
---|
160 | </property>
|
---|
161 | <property name="sizeType" >
|
---|
162 | <enum>QSizePolicy::Expanding</enum>
|
---|
163 | </property>
|
---|
164 | <property name="sizeHint" >
|
---|
165 | <size>
|
---|
166 | <width>21</width>
|
---|
167 | <height>101</height>
|
---|
168 | </size>
|
---|
169 | </property>
|
---|
170 | </spacer>
|
---|
171 | </item>
|
---|
172 | </layout>
|
---|
173 | </item>
|
---|
174 | </layout>
|
---|
175 | </widget>
|
---|
176 | </item>
|
---|
177 | </layout>
|
---|
178 | </widget>
|
---|
179 | <layoutdefault spacing="6" margin="11" />
|
---|
180 | <includes>
|
---|
181 | <include location="local" >VBoxGlobal.h</include>
|
---|
182 | </includes>
|
---|
183 | <resources>
|
---|
184 | <include location="../VirtualBox.qrc" />
|
---|
185 | </resources>
|
---|
186 | <connections/>
|
---|
187 | </ui>
|
---|