1 | <ui version="4.0" >
|
---|
2 | <class>VBoxSharedFoldersSettings</class>
|
---|
3 | <widget class="QWidget" name="VBoxSharedFoldersSettings" >
|
---|
4 | <property name="geometry" >
|
---|
5 | <rect>
|
---|
6 | <x>0</x>
|
---|
7 | <y>0</y>
|
---|
8 | <width>351</width>
|
---|
9 | <height>253</height>
|
---|
10 | </rect>
|
---|
11 | </property>
|
---|
12 | <property name="sizePolicy" >
|
---|
13 | <sizepolicy vsizetype="Expanding" hsizetype="Expanding" >
|
---|
14 | <horstretch>0</horstretch>
|
---|
15 | <verstretch>0</verstretch>
|
---|
16 | </sizepolicy>
|
---|
17 | </property>
|
---|
18 | <property name="windowTitle" >
|
---|
19 | <string comment="don't translate" >VBoxSharedFoldersSettings</string>
|
---|
20 | </property>
|
---|
21 | <layout class="QVBoxLayout" >
|
---|
22 | <property name="leftMargin" >
|
---|
23 | <number>0</number>
|
---|
24 | </property>
|
---|
25 | <property name="topMargin" >
|
---|
26 | <number>0</number>
|
---|
27 | </property>
|
---|
28 | <property name="rightMargin" >
|
---|
29 | <number>0</number>
|
---|
30 | </property>
|
---|
31 | <property name="bottomMargin" >
|
---|
32 | <number>0</number>
|
---|
33 | </property>
|
---|
34 | <item>
|
---|
35 | <widget class="QGroupBox" name="mGbSharedFolders" >
|
---|
36 | <property name="title" >
|
---|
37 | <string>Shared &Folders</string>
|
---|
38 | </property>
|
---|
39 | <layout class="QHBoxLayout" >
|
---|
40 | <item>
|
---|
41 | <widget class="QTreeWidget" name="mTreeView" >
|
---|
42 | <property name="whatsThis" >
|
---|
43 | <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>
|
---|
44 | </property>
|
---|
45 | <property name="uniformRowHeights" >
|
---|
46 | <bool>true</bool>
|
---|
47 | </property>
|
---|
48 | <property name="allColumnsShowFocus" >
|
---|
49 | <bool>true</bool>
|
---|
50 | </property>
|
---|
51 | <column>
|
---|
52 | <property name="text" >
|
---|
53 | <string>Name</string>
|
---|
54 | </property>
|
---|
55 | </column>
|
---|
56 | <column>
|
---|
57 | <property name="text" >
|
---|
58 | <string>Path</string>
|
---|
59 | </property>
|
---|
60 | </column>
|
---|
61 | <column>
|
---|
62 | <property name="text" >
|
---|
63 | <string>Access</string>
|
---|
64 | </property>
|
---|
65 | </column>
|
---|
66 | </widget>
|
---|
67 | </item>
|
---|
68 | <item>
|
---|
69 | <layout class="QVBoxLayout" >
|
---|
70 | <property name="spacing" >
|
---|
71 | <number>0</number>
|
---|
72 | </property>
|
---|
73 | <item>
|
---|
74 | <widget class="QToolButton" name="mTbAdd" >
|
---|
75 | <property name="focusPolicy" >
|
---|
76 | <enum>Qt::TabFocus</enum>
|
---|
77 | </property>
|
---|
78 | <property name="toolTip" >
|
---|
79 | <string>Add a new shared folder (Ins)</string>
|
---|
80 | </property>
|
---|
81 | <property name="whatsThis" >
|
---|
82 | <string>Adds a new shared folder definition.</string>
|
---|
83 | </property>
|
---|
84 | <property name="text" >
|
---|
85 | <string/>
|
---|
86 | </property>
|
---|
87 | <property name="shortcut" >
|
---|
88 | <string>Ins</string>
|
---|
89 | </property>
|
---|
90 | <property name="autoRaise" >
|
---|
91 | <bool>true</bool>
|
---|
92 | </property>
|
---|
93 | </widget>
|
---|
94 | </item>
|
---|
95 | <item>
|
---|
96 | <widget class="QToolButton" name="mTbEdit" >
|
---|
97 | <property name="focusPolicy" >
|
---|
98 | <enum>Qt::TabFocus</enum>
|
---|
99 | </property>
|
---|
100 | <property name="toolTip" >
|
---|
101 | <string>Edit the selected shared folder (Ctrl+Space)</string>
|
---|
102 | </property>
|
---|
103 | <property name="whatsThis" >
|
---|
104 | <string>Edits the selected shared folder definition.</string>
|
---|
105 | </property>
|
---|
106 | <property name="text" >
|
---|
107 | <string/>
|
---|
108 | </property>
|
---|
109 | <property name="shortcut" >
|
---|
110 | <string>Ctrl+Space</string>
|
---|
111 | </property>
|
---|
112 | <property name="autoRaise" >
|
---|
113 | <bool>true</bool>
|
---|
114 | </property>
|
---|
115 | </widget>
|
---|
116 | </item>
|
---|
117 | <item>
|
---|
118 | <widget class="QToolButton" name="mTbRemove" >
|
---|
119 | <property name="focusPolicy" >
|
---|
120 | <enum>Qt::TabFocus</enum>
|
---|
121 | </property>
|
---|
122 | <property name="toolTip" >
|
---|
123 | <string>Remove the selected shared folder (Del)</string>
|
---|
124 | </property>
|
---|
125 | <property name="whatsThis" >
|
---|
126 | <string>Removes the selected shared folder definition.</string>
|
---|
127 | </property>
|
---|
128 | <property name="text" >
|
---|
129 | <string/>
|
---|
130 | </property>
|
---|
131 | <property name="shortcut" >
|
---|
132 | <string>Del</string>
|
---|
133 | </property>
|
---|
134 | <property name="autoRaise" >
|
---|
135 | <bool>true</bool>
|
---|
136 | </property>
|
---|
137 | </widget>
|
---|
138 | </item>
|
---|
139 | <item>
|
---|
140 | <spacer>
|
---|
141 | <property name="orientation" >
|
---|
142 | <enum>Qt::Vertical</enum>
|
---|
143 | </property>
|
---|
144 | <property name="sizeType" >
|
---|
145 | <enum>QSizePolicy::Expanding</enum>
|
---|
146 | </property>
|
---|
147 | <property name="sizeHint" >
|
---|
148 | <size>
|
---|
149 | <width>21</width>
|
---|
150 | <height>101</height>
|
---|
151 | </size>
|
---|
152 | </property>
|
---|
153 | </spacer>
|
---|
154 | </item>
|
---|
155 | </layout>
|
---|
156 | </item>
|
---|
157 | </layout>
|
---|
158 | </widget>
|
---|
159 | </item>
|
---|
160 | </layout>
|
---|
161 | </widget>
|
---|
162 | <layoutdefault spacing="6" margin="11" />
|
---|
163 | <includes>
|
---|
164 | <include location="local" >VBoxGlobal.h</include>
|
---|
165 | </includes>
|
---|
166 | <resources>
|
---|
167 | <include location="../VirtualBox.qrc" />
|
---|
168 | </resources>
|
---|
169 | <connections/>
|
---|
170 | </ui>
|
---|