1 | <ui version="4.0">
|
---|
2 | <comment>
|
---|
3 | VBox frontends: Qt4 GUI ("VirtualBox"):
|
---|
4 |
|
---|
5 | Copyright (C) 2008-2009 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>VBoxVMSettingsSF</class>
|
---|
20 | <widget class="QWidget" name="VBoxVMSettingsSF">
|
---|
21 | <property name="geometry">
|
---|
22 | <rect>
|
---|
23 | <x>0</x>
|
---|
24 | <y>0</y>
|
---|
25 | <width>300</width>
|
---|
26 | <height>220</height>
|
---|
27 | </rect>
|
---|
28 | </property>
|
---|
29 | <layout class="QVBoxLayout">
|
---|
30 | <property name="margin">
|
---|
31 | <number>0</number>
|
---|
32 | </property>
|
---|
33 | <item>
|
---|
34 | <widget class="QILabelSeparator" native="1" name="mNameSeparator">
|
---|
35 | <property name="text">
|
---|
36 | <string>&Folders List</string>
|
---|
37 | </property>
|
---|
38 | <property name="buddy">
|
---|
39 | <cstring>mTwFolders</cstring>
|
---|
40 | </property>
|
---|
41 | </widget>
|
---|
42 | </item>
|
---|
43 | <item>
|
---|
44 | <layout class="QHBoxLayout" name="mLtFolders">
|
---|
45 | <property name="margin">
|
---|
46 | <number>0</number>
|
---|
47 | </property>
|
---|
48 | <property name="spacing">
|
---|
49 | <number>1</number>
|
---|
50 | </property>
|
---|
51 | <item>
|
---|
52 | <widget class="QTreeWidget" name="mTwFolders">
|
---|
53 | <property name="minimumSize">
|
---|
54 | <size>
|
---|
55 | <width>0</width>
|
---|
56 | <height>200</height>
|
---|
57 | </size>
|
---|
58 | </property>
|
---|
59 | <property name="contextMenuPolicy">
|
---|
60 | <enum>Qt::CustomContextMenu</enum>
|
---|
61 | </property>
|
---|
62 | <property name="whatsThis">
|
---|
63 | <string>Lists all shared folders accessible to this machine. Use 'net use x: \\vboxsvr\share' to access a shared folder named <i>share</i> from a DOS-like OS, or 'mount -t vboxsf share mount_point' to access it from a Linux OS. This feature requires Guest Additions.</string>
|
---|
64 | </property>
|
---|
65 | <property name="uniformRowHeights">
|
---|
66 | <bool>true</bool>
|
---|
67 | </property>
|
---|
68 | <property name="allColumnsShowFocus">
|
---|
69 | <bool>true</bool>
|
---|
70 | </property>
|
---|
71 | <column>
|
---|
72 | <property name="text">
|
---|
73 | <string>Name</string>
|
---|
74 | </property>
|
---|
75 | </column>
|
---|
76 | <column>
|
---|
77 | <property name="text">
|
---|
78 | <string>Path</string>
|
---|
79 | </property>
|
---|
80 | </column>
|
---|
81 | <column>
|
---|
82 | <property name="text">
|
---|
83 | <string>Access</string>
|
---|
84 | </property>
|
---|
85 | </column>
|
---|
86 | </widget>
|
---|
87 | </item>
|
---|
88 | <item>
|
---|
89 | <widget class="VBoxToolBar" native="1" name="mTbFolders"/>
|
---|
90 | </item>
|
---|
91 | </layout>
|
---|
92 | </item>
|
---|
93 | </layout>
|
---|
94 | </widget>
|
---|
95 | <customwidgets>
|
---|
96 | <customwidget>
|
---|
97 | <class>QILabelSeparator</class>
|
---|
98 | <extends>QLabel</extends>
|
---|
99 | <header>QILabelSeparator.h</header>
|
---|
100 | <container>1</container>
|
---|
101 | </customwidget>
|
---|
102 | <customwidget>
|
---|
103 | <class>VBoxToolBar</class>
|
---|
104 | <extends>QWidget</extends>
|
---|
105 | <header>VBoxToolBar.h</header>
|
---|
106 | <container>1</container>
|
---|
107 | </customwidget>
|
---|
108 | </customwidgets>
|
---|
109 | <resources/>
|
---|
110 | <connections/>
|
---|
111 | </ui>
|
---|