VirtualBox

source: vbox/trunk/src/VBox/Frontends/VirtualBox4/ui/VBoxVMSettingsUSB.ui@ 9412

Last change on this file since 9412 was 9253, checked in by vboxsync, 17 years ago

Fe/Qt4: Shared Folders VMSettings renamed according other settings pages and formed into the same order as other settings pages.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 10.2 KB
Line 
1<ui version="4.0" >
2 <class>VBoxVMSettingsUSB</class>
3 <widget class="QWidget" name="VBoxVMSettingsUSB" >
4 <property name="geometry" >
5 <rect>
6 <x>0</x>
7 <y>0</y>
8 <width>402</width>
9 <height>424</height>
10 </rect>
11 </property>
12 <layout class="QVBoxLayout" >
13 <property name="leftMargin" >
14 <number>0</number>
15 </property>
16 <property name="topMargin" >
17 <number>5</number>
18 </property>
19 <property name="rightMargin" >
20 <number>0</number>
21 </property>
22 <property name="bottomMargin" >
23 <number>0</number>
24 </property>
25 <item>
26 <widget class="QGroupBox" name="mGbUSB" >
27 <property name="whatsThis" >
28 <string>When checked, enables the virtual USB controller of this machine.</string>
29 </property>
30 <property name="title" >
31 <string>Enable &amp;USB Controller</string>
32 </property>
33 <property name="checkable" >
34 <bool>true</bool>
35 </property>
36 <property name="checked" >
37 <bool>false</bool>
38 </property>
39 <layout class="QHBoxLayout" >
40 <property name="topMargin" >
41 <number>5</number>
42 </property>
43 <item>
44 <widget class="QCheckBox" name="mCbUSB2" >
45 <property name="whatsThis" >
46 <string>When checked, enables the virtual USB EHCI controller of this machine. The USB ECHI controller provides USB 2.0 support.</string>
47 </property>
48 <property name="text" >
49 <string>Enable USB E&amp;HCI Controller</string>
50 </property>
51 </widget>
52 </item>
53 </layout>
54 </widget>
55 </item>
56 <item>
57 <widget class="QGroupBox" name="mGbUSBFilters" >
58 <property name="title" >
59 <string>USB Device &amp;Filters</string>
60 </property>
61 <layout class="QHBoxLayout" >
62 <property name="topMargin" >
63 <number>5</number>
64 </property>
65 <item>
66 <widget class="QTreeWidget" name="mTwFilters" >
67 <property name="contextMenuPolicy" >
68 <enum>Qt::CustomContextMenu</enum>
69 </property>
70 <property name="whatsThis" >
71 <string>Lists all USB filters of this machine. The checkbox to the left defines whether the particular filter is enabled or not. Use the context menu or buttons to the right to add or remove USB filters.</string>
72 </property>
73 <property name="rootIsDecorated" >
74 <bool>false</bool>
75 </property>
76 <column>
77 <property name="text" >
78 <string>[filter]</string>
79 </property>
80 </column>
81 </widget>
82 </item>
83 </layout>
84 </widget>
85 </item>
86 <item>
87 <widget class="QWidget" native="1" name="mWtProperties" >
88 <layout class="QVBoxLayout" >
89 <property name="leftMargin" >
90 <number>0</number>
91 </property>
92 <property name="topMargin" >
93 <number>0</number>
94 </property>
95 <property name="rightMargin" >
96 <number>0</number>
97 </property>
98 <property name="bottomMargin" >
99 <number>0</number>
100 </property>
101 <item>
102 <layout class="QHBoxLayout" >
103 <item>
104 <widget class="QLabel" name="mLbName" >
105 <property name="text" >
106 <string>&amp;Name</string>
107 </property>
108 <property name="buddy" >
109 <cstring>mLeName</cstring>
110 </property>
111 </widget>
112 </item>
113 <item>
114 <widget class="QLineEdit" name="mLeName" >
115 <property name="whatsThis" >
116 <string>Displays the filter name.</string>
117 </property>
118 </widget>
119 </item>
120 </layout>
121 </item>
122 <item>
123 <layout class="QGridLayout" >
124 <item row="0" column="0" >
125 <widget class="QLabel" name="mLbVendorID" >
126 <property name="text" >
127 <string>&amp;Vendor ID</string>
128 </property>
129 <property name="buddy" >
130 <cstring>mLeVendorID</cstring>
131 </property>
132 </widget>
133 </item>
134 <item row="0" column="1" >
135 <widget class="QLineEdit" name="mLeVendorID" >
136 <property name="whatsThis" >
137 <string>Defines the vendor ID filter. The &lt;i>exact match&lt;/i> string format is &lt;tt>XXXX&lt;/tt> where &lt;tt>X&lt;/tt> is a hexadecimal digit. An empty string will match any value.</string>
138 </property>
139 </widget>
140 </item>
141 <item row="0" column="2" >
142 <widget class="QLabel" name="mLbManufacturer" >
143 <property name="text" >
144 <string>&amp;Manufacturer</string>
145 </property>
146 <property name="buddy" >
147 <cstring>mLeManufacturer</cstring>
148 </property>
149 </widget>
150 </item>
151 <item row="0" column="3" >
152 <widget class="QLineEdit" name="mLeManufacturer" >
153 <property name="whatsThis" >
154 <string>Defines the manufacturer filter as an &lt;i>exact match&lt;/i> string. An empty string will match any value.</string>
155 </property>
156 </widget>
157 </item>
158 <item row="1" column="0" >
159 <widget class="QLabel" name="mLbProductID" >
160 <property name="text" >
161 <string>&amp;Product ID</string>
162 </property>
163 <property name="buddy" >
164 <cstring>mLeProductID</cstring>
165 </property>
166 </widget>
167 </item>
168 <item row="1" column="1" >
169 <widget class="QLineEdit" name="mLeProductID" >
170 <property name="whatsThis" >
171 <string>Defines the product ID filter. The &lt;i>exact match&lt;/i> string format is &lt;tt>XXXX&lt;/tt> where &lt;tt>X&lt;/tt> is a hexadecimal digit. An empty string will match any value.</string>
172 </property>
173 </widget>
174 </item>
175 <item row="1" column="2" >
176 <widget class="QLabel" name="mLbProduct" >
177 <property name="text" >
178 <string>Pro&amp;duct</string>
179 </property>
180 <property name="buddy" >
181 <cstring>mLeProduct</cstring>
182 </property>
183 </widget>
184 </item>
185 <item row="1" column="3" >
186 <widget class="QLineEdit" name="mLeProduct" >
187 <property name="whatsThis" >
188 <string>Defines the product name filter as an &lt;i>exact match&lt;/i> string. An empty string will match any value.</string>
189 </property>
190 </widget>
191 </item>
192 <item row="2" column="0" >
193 <widget class="QLabel" name="mLbRevision" >
194 <property name="text" >
195 <string>&amp;Revision</string>
196 </property>
197 <property name="buddy" >
198 <cstring>mLeRevision</cstring>
199 </property>
200 </widget>
201 </item>
202 <item row="2" column="1" >
203 <widget class="QLineEdit" name="mLeRevision" >
204 <property name="whatsThis" >
205 <string>Defines the revision number filter. The &lt;i>exact match&lt;/i> string format is &lt;tt>IIFF&lt;/tt> where &lt;tt>I&lt;/tt> is a decimal digit of the integer part and &lt;tt>F&lt;/tt> is a decimal digit of the fractional part. An empty string will match any value.</string>
206 </property>
207 </widget>
208 </item>
209 <item row="2" column="2" >
210 <widget class="QLabel" name="mLbSerialNo" >
211 <property name="text" >
212 <string>&amp;Serial No.</string>
213 </property>
214 <property name="buddy" >
215 <cstring>mLeSerialNo</cstring>
216 </property>
217 </widget>
218 </item>
219 <item row="2" column="3" >
220 <widget class="QLineEdit" name="mLeSerialNo" >
221 <property name="whatsThis" >
222 <string>Defines the serial number filter as an &lt;i>exact match&lt;/i> string. An empty string will match any value.</string>
223 </property>
224 </widget>
225 </item>
226 <item row="3" column="0" >
227 <widget class="QLabel" name="mLbPort" >
228 <property name="text" >
229 <string>Por&amp;t</string>
230 </property>
231 <property name="buddy" >
232 <cstring>mLePort</cstring>
233 </property>
234 </widget>
235 </item>
236 <item row="3" column="1" >
237 <widget class="QLineEdit" name="mLePort" >
238 <property name="whatsThis" >
239 <string>Defines the host USB port filter as an &lt;i>exact match&lt;/i> string. An empty string will match any value.</string>
240 </property>
241 </widget>
242 </item>
243 <item row="3" column="2" >
244 <widget class="QLabel" name="mLbRemote" >
245 <property name="text" >
246 <string>R&amp;emote</string>
247 </property>
248 <property name="buddy" >
249 <cstring>mCbRemote</cstring>
250 </property>
251 </widget>
252 </item>
253 <item row="3" column="3" >
254 <widget class="QComboBox" name="mCbRemote" >
255 <property name="sizePolicy" >
256 <sizepolicy vsizetype="Fixed" hsizetype="Expanding" >
257 <horstretch>0</horstretch>
258 <verstretch>0</verstretch>
259 </sizepolicy>
260 </property>
261 <property name="whatsThis" >
262 <string>Defines whether this filter applies to USB devices attached locally to the host computer (&lt;i>No&lt;/i>), to a VRDP client's computer (&lt;i>Yes&lt;/i>), or both (&lt;i>Any&lt;/i>).</string>
263 </property>
264 </widget>
265 </item>
266 <item row="4" column="2" >
267 <widget class="QLabel" name="mLbAction" >
268 <property name="text" >
269 <string>&amp;Action</string>
270 </property>
271 <property name="buddy" >
272 <cstring>mCbAction</cstring>
273 </property>
274 </widget>
275 </item>
276 <item row="4" column="3" >
277 <widget class="QComboBox" name="mCbAction" >
278 <property name="sizePolicy" >
279 <sizepolicy vsizetype="Fixed" hsizetype="Expanding" >
280 <horstretch>0</horstretch>
281 <verstretch>0</verstretch>
282 </sizepolicy>
283 </property>
284 <property name="whatsThis" >
285 <string>Defines an action performed by the host computer when a matching device is attached: give it up to the host OS (&lt;i>Ignore&lt;/i>) or grab it for later usage by virtual machines (&lt;i>Hold&lt;/i>).</string>
286 </property>
287 </widget>
288 </item>
289 </layout>
290 </item>
291 </layout>
292 </widget>
293 </item>
294 </layout>
295 </widget>
296 <resources/>
297 <connections/>
298</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