VirtualBox

source: vbox/trunk/src/VBox/Frontends/VirtualBox/ui/VBoxVMSettingsUSB.ui@ 24501

Last change on this file since 24501 was 24057, checked in by vboxsync, 15 years ago

FE/Qt4: VM Settings / USB Page: synchronize view<->tool-bar spacing with storage & shared-folders pages.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 4.9 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>VBoxVMSettingsUSB</class>
20 <widget class="QWidget" name="VBoxVMSettingsUSB" >
21 <property name="geometry" >
22 <rect>
23 <x>0</x>
24 <y>0</y>
25 <width>468</width>
26 <height>328</height>
27 </rect>
28 </property>
29 <layout class="QGridLayout" >
30 <item row="0" column="0" colspan="2" >
31 <widget class="QCheckBox" name="mGbUSB" >
32 <property name="whatsThis" >
33 <string>When checked, enables the virtual USB controller of this machine.</string>
34 </property>
35 <property name="text" >
36 <string>Enable &amp;USB Controller</string>
37 </property>
38 <property name="checked" >
39 <bool>true</bool>
40 </property>
41 </widget>
42 </item>
43 <item row="1" column="0" >
44 <spacer>
45 <property name="orientation" >
46 <enum>Qt::Horizontal</enum>
47 </property>
48 <property name="sizeType" >
49 <enum>QSizePolicy::Fixed</enum>
50 </property>
51 <property name="sizeHint" >
52 <size>
53 <width>20</width>
54 <height>20</height>
55 </size>
56 </property>
57 </spacer>
58 </item>
59 <item row="1" column="1" >
60 <widget class="QWidget" native="1" name="mUSBChild" >
61 <layout class="QGridLayout" >
62 <property name="leftMargin" >
63 <number>0</number>
64 </property>
65 <property name="topMargin" >
66 <number>0</number>
67 </property>
68 <property name="rightMargin" >
69 <number>0</number>
70 </property>
71 <property name="bottomMargin" >
72 <number>0</number>
73 </property>
74 <item row="0" column="0" >
75 <widget class="QCheckBox" name="mCbUSB2" >
76 <property name="whatsThis" >
77 <string>When checked, enables the virtual USB EHCI controller of this machine. The USB EHCI controller provides USB 2.0 support.</string>
78 </property>
79 <property name="text" >
80 <string>Enable USB 2.0 (E&amp;HCI) Controller</string>
81 </property>
82 </widget>
83 </item>
84 <item row="1" column="0" >
85 <widget class="QILabelSeparator" name="mGbUSBFilters" >
86 <property name="text" >
87 <string>USB Device &amp;Filters</string>
88 </property>
89 <property name="buddy" >
90 <cstring>mTwFilters</cstring>
91 </property>
92 </widget>
93 </item>
94 <item row="2" column="0" >
95 <widget class="QWidget" native="1" name="mWtFilterHandler" >
96 <layout class="QHBoxLayout" >
97 <property name="leftMargin" >
98 <number>0</number>
99 </property>
100 <property name="topMargin" >
101 <number>0</number>
102 </property>
103 <property name="rightMargin" >
104 <number>0</number>
105 </property>
106 <property name="bottomMargin" >
107 <number>0</number>
108 </property>
109 <property name="spacing" >
110 <number>1</number>
111 </property>
112 <item>
113 <widget class="QTreeWidget" name="mTwFilters" >
114 <property name="contextMenuPolicy" >
115 <enum>Qt::CustomContextMenu</enum>
116 </property>
117 <property name="whatsThis" >
118 <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>
119 </property>
120 <property name="rootIsDecorated" >
121 <bool>false</bool>
122 </property>
123 <column>
124 <property name="text" >
125 <string>[filter]</string>
126 </property>
127 </column>
128 </widget>
129 </item>
130 </layout>
131 </widget>
132 </item>
133 </layout>
134 </widget>
135 </item>
136 </layout>
137 </widget>
138 <customwidgets>
139 <customwidget>
140 <class>QILabelSeparator</class>
141 <extends>QLabel</extends>
142 <header>QILabelSeparator.h</header>
143 </customwidget>
144 </customwidgets>
145 <resources/>
146 <connections>
147 <connection>
148 <sender>mGbUSB</sender>
149 <signal>toggled(bool)</signal>
150 <receiver>mUSBChild</receiver>
151 <slot>setEnabled(bool)</slot>
152 <hints>
153 <hint type="sourcelabel" >
154 <x>233</x>
155 <y>19</y>
156 </hint>
157 <hint type="destinationlabel" >
158 <x>246</x>
159 <y>177</y>
160 </hint>
161 </hints>
162 </connection>
163 </connections>
164</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