~ubuntu-branches/ubuntu/raring/virtualbox-ose/raring

« back to all changes in this revision

Viewing changes to src/VBox/Frontends/VirtualBox/src/settings/vm/VBoxVMSettingsUSBFilterDetails.ui

  • Committer: Bazaar Package Importer
  • Author(s): Felix Geyer
  • Date: 2009-12-18 16:44:29 UTC
  • mfrom: (0.3.3 upstream) (0.4.6 squeeze)
  • Revision ID: james.westby@ubuntu.com-20091218164429-jd34ccexpv5na11a
Tags: 3.1.2-dfsg-1ubuntu1
* Merge from Debian unstable (LP: #498219), remaining changes:
  - Disable update action
    - debian/patches/u01-disable-update-action.dpatch
  - VirtualBox should go in Accessories, not in System tools (LP: #288590)
    - debian/virtualbox-ose-qt.files/virtualbox-ose.desktop
  - Add Apport hook
    - debian/virtualbox-ose.files/source_virtualbox-ose.py
    - debian/virtualbox-ose.install
  - Add Launchpad integration
    - debian/control
    - debian/lpi-bug.xpm
    - debian/patches/u02-lp-integration.dpatch
* Fixes the following bugs:
  - Kernel module fails to build with Linux >= 2.6.32 (LP: #474625)
  - X.Org drivers need to be rebuilt against X-Server 1.7 (LP: #495935)
  - The *-source packages try to build the kernel modules even though the
    kernel headers aren't available (LP: #473334)
* Replace *-source packages with transitional packages for *-dkms.
* Adapt u01-disable-update-action.dpatch and u02-lp-integration.dpatch for
  new upstream version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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>VBoxVMSettingsUSBFilterDetails</class>
 
20
 <widget class="QDialog" name="VBoxVMSettingsUSBFilterDetails" >
 
21
  <property name="geometry" >
 
22
   <rect>
 
23
    <x>0</x>
 
24
    <y>0</y>
 
25
    <width>350</width>
 
26
    <height>363</height>
 
27
   </rect>
 
28
  </property>
 
29
  <property name="minimumSize" >
 
30
   <size>
 
31
    <width>350</width>
 
32
    <height>0</height>
 
33
   </size>
 
34
  </property>
 
35
  <property name="windowTitle" >
 
36
   <string>USB Filter Details</string>
 
37
  </property>
 
38
  <layout class="QGridLayout" >
 
39
   <item row="0" column="0" >
 
40
    <widget class="QLabel" name="mLbName" >
 
41
     <property name="text" >
 
42
      <string>&amp;Name:</string>
 
43
     </property>
 
44
     <property name="alignment" >
 
45
      <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
 
46
     </property>
 
47
     <property name="buddy" >
 
48
      <cstring>mLeName</cstring>
 
49
     </property>
 
50
    </widget>
 
51
   </item>
 
52
   <item row="0" column="1" >
 
53
    <widget class="QLineEdit" name="mLeName" >
 
54
     <property name="toolTip" >
 
55
      <string>Displays the filter name.</string>
 
56
     </property>
 
57
    </widget>
 
58
   </item>
 
59
   <item row="1" column="0" >
 
60
    <widget class="QLabel" name="mLbVendorID" >
 
61
     <property name="text" >
 
62
      <string>&amp;Vendor ID:</string>
 
63
     </property>
 
64
     <property name="alignment" >
 
65
      <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
 
66
     </property>
 
67
     <property name="buddy" >
 
68
      <cstring>mLeVendorID</cstring>
 
69
     </property>
 
70
    </widget>
 
71
   </item>
 
72
   <item row="1" column="1" >
 
73
    <widget class="QLineEdit" name="mLeVendorID" >
 
74
     <property name="toolTip" >
 
75
      <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>
 
76
     </property>
 
77
    </widget>
 
78
   </item>
 
79
   <item row="2" column="0" >
 
80
    <widget class="QLabel" name="mLbProductID" >
 
81
     <property name="text" >
 
82
      <string>&amp;Product ID:</string>
 
83
     </property>
 
84
     <property name="alignment" >
 
85
      <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
 
86
     </property>
 
87
     <property name="buddy" >
 
88
      <cstring>mLeProductID</cstring>
 
89
     </property>
 
90
    </widget>
 
91
   </item>
 
92
   <item row="2" column="1" >
 
93
    <widget class="QLineEdit" name="mLeProductID" >
 
94
     <property name="toolTip" >
 
95
      <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>
 
96
     </property>
 
97
    </widget>
 
98
   </item>
 
99
   <item row="3" column="0" >
 
100
    <widget class="QLabel" name="mLbRevision" >
 
101
     <property name="text" >
 
102
      <string>&amp;Revision:</string>
 
103
     </property>
 
104
     <property name="alignment" >
 
105
      <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
 
106
     </property>
 
107
     <property name="buddy" >
 
108
      <cstring>mLeRevision</cstring>
 
109
     </property>
 
110
    </widget>
 
111
   </item>
 
112
   <item row="3" column="1" >
 
113
    <widget class="QLineEdit" name="mLeRevision" >
 
114
     <property name="toolTip" >
 
115
      <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>
 
116
     </property>
 
117
    </widget>
 
118
   </item>
 
119
   <item row="4" column="0" >
 
120
    <widget class="QLabel" name="mLbManufacturer" >
 
121
     <property name="text" >
 
122
      <string>&amp;Manufacturer:</string>
 
123
     </property>
 
124
     <property name="alignment" >
 
125
      <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
 
126
     </property>
 
127
     <property name="buddy" >
 
128
      <cstring>mLeManufacturer</cstring>
 
129
     </property>
 
130
    </widget>
 
131
   </item>
 
132
   <item row="4" column="1" >
 
133
    <widget class="QLineEdit" name="mLeManufacturer" >
 
134
     <property name="toolTip" >
 
135
      <string>Defines the manufacturer filter as an &lt;i>exact match&lt;/i> string. An empty string will match any value.</string>
 
136
     </property>
 
137
    </widget>
 
138
   </item>
 
139
   <item row="5" column="0" >
 
140
    <widget class="QLabel" name="mLbProduct" >
 
141
     <property name="text" >
 
142
      <string>Pro&amp;duct:</string>
 
143
     </property>
 
144
     <property name="alignment" >
 
145
      <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
 
146
     </property>
 
147
     <property name="buddy" >
 
148
      <cstring>mLeProduct</cstring>
 
149
     </property>
 
150
    </widget>
 
151
   </item>
 
152
   <item row="5" column="1" >
 
153
    <widget class="QLineEdit" name="mLeProduct" >
 
154
     <property name="toolTip" >
 
155
      <string>Defines the product name filter as an &lt;i>exact match&lt;/i> string. An empty string will match any value.</string>
 
156
     </property>
 
157
    </widget>
 
158
   </item>
 
159
   <item row="6" column="0" >
 
160
    <widget class="QLabel" name="mLbSerialNo" >
 
161
     <property name="text" >
 
162
      <string>&amp;Serial No.:</string>
 
163
     </property>
 
164
     <property name="alignment" >
 
165
      <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
 
166
     </property>
 
167
     <property name="buddy" >
 
168
      <cstring>mLeSerialNo</cstring>
 
169
     </property>
 
170
    </widget>
 
171
   </item>
 
172
   <item row="6" column="1" >
 
173
    <widget class="QLineEdit" name="mLeSerialNo" >
 
174
     <property name="toolTip" >
 
175
      <string>Defines the serial number filter as an &lt;i>exact match&lt;/i> string. An empty string will match any value.</string>
 
176
     </property>
 
177
    </widget>
 
178
   </item>
 
179
   <item row="7" column="0" >
 
180
    <widget class="QLabel" name="mLbPort" >
 
181
     <property name="text" >
 
182
      <string>Por&amp;t:</string>
 
183
     </property>
 
184
     <property name="alignment" >
 
185
      <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
 
186
     </property>
 
187
     <property name="buddy" >
 
188
      <cstring>mLePort</cstring>
 
189
     </property>
 
190
    </widget>
 
191
   </item>
 
192
   <item row="7" column="1" >
 
193
    <widget class="QLineEdit" name="mLePort" >
 
194
     <property name="toolTip" >
 
195
      <string>Defines the host USB port filter as an &lt;i>exact match&lt;/i> string. An empty string will match any value.</string>
 
196
     </property>
 
197
    </widget>
 
198
   </item>
 
199
   <item row="8" column="0" >
 
200
    <widget class="QLabel" name="mLbRemote" >
 
201
     <property name="text" >
 
202
      <string>R&amp;emote:</string>
 
203
     </property>
 
204
     <property name="alignment" >
 
205
      <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
 
206
     </property>
 
207
     <property name="buddy" >
 
208
      <cstring>mCbRemote</cstring>
 
209
     </property>
 
210
    </widget>
 
211
   </item>
 
212
   <item row="8" column="1" >
 
213
    <widget class="QComboBox" name="mCbRemote" >
 
214
     <property name="sizePolicy" >
 
215
      <sizepolicy vsizetype="Fixed" hsizetype="Expanding" >
 
216
       <horstretch>0</horstretch>
 
217
       <verstretch>0</verstretch>
 
218
      </sizepolicy>
 
219
     </property>
 
220
     <property name="toolTip" >
 
221
      <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>
 
222
     </property>
 
223
    </widget>
 
224
   </item>
 
225
   <item row="9" column="0" >
 
226
    <widget class="QLabel" name="mLbAction" >
 
227
     <property name="text" >
 
228
      <string>&amp;Action:</string>
 
229
     </property>
 
230
     <property name="alignment" >
 
231
      <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
 
232
     </property>
 
233
     <property name="buddy" >
 
234
      <cstring>mCbAction</cstring>
 
235
     </property>
 
236
    </widget>
 
237
   </item>
 
238
   <item row="9" column="1" >
 
239
    <widget class="QComboBox" name="mCbAction" >
 
240
     <property name="sizePolicy" >
 
241
      <sizepolicy vsizetype="Fixed" hsizetype="Expanding" >
 
242
       <horstretch>0</horstretch>
 
243
       <verstretch>0</verstretch>
 
244
      </sizepolicy>
 
245
     </property>
 
246
     <property name="toolTip" >
 
247
      <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>
 
248
     </property>
 
249
    </widget>
 
250
   </item>
 
251
   <item row="10" column="1" >
 
252
    <spacer>
 
253
     <property name="orientation" >
 
254
      <enum>Qt::Vertical</enum>
 
255
     </property>
 
256
     <property name="sizeHint" >
 
257
      <size>
 
258
       <width>20</width>
 
259
       <height>20</height>
 
260
      </size>
 
261
     </property>
 
262
    </spacer>
 
263
   </item>
 
264
   <item row="11" column="0" colspan="2" >
 
265
    <widget class="QIDialogButtonBox" name="mButtonBox" >
 
266
     <property name="standardButtons" >
 
267
      <set>QDialogButtonBox::Cancel|QDialogButtonBox::NoButton|QDialogButtonBox::Ok</set>
 
268
     </property>
 
269
    </widget>
 
270
   </item>
 
271
  </layout>
 
272
 </widget>
 
273
 <customwidgets>
 
274
  <customwidget>
 
275
   <class>QIDialogButtonBox</class>
 
276
   <extends>QDialogButtonBox</extends>
 
277
   <header>QIDialogButtonBox.h</header>
 
278
  </customwidget>
 
279
 </customwidgets>
 
280
 <resources/>
 
281
 <connections>
 
282
  <connection>
 
283
   <sender>mButtonBox</sender>
 
284
   <signal>accepted()</signal>
 
285
   <receiver>VBoxVMSettingsUSBFilterDetails</receiver>
 
286
   <slot>accept()</slot>
 
287
   <hints>
 
288
    <hint type="sourcelabel" >
 
289
     <x>162</x>
 
290
     <y>339</y>
 
291
    </hint>
 
292
    <hint type="destinationlabel" >
 
293
     <x>162</x>
 
294
     <y>179</y>
 
295
    </hint>
 
296
   </hints>
 
297
  </connection>
 
298
  <connection>
 
299
   <sender>mButtonBox</sender>
 
300
   <signal>rejected()</signal>
 
301
   <receiver>VBoxVMSettingsUSBFilterDetails</receiver>
 
302
   <slot>reject()</slot>
 
303
   <hints>
 
304
    <hint type="sourcelabel" >
 
305
     <x>162</x>
 
306
     <y>339</y>
 
307
    </hint>
 
308
    <hint type="destinationlabel" >
 
309
     <x>162</x>
 
310
     <y>179</y>
 
311
    </hint>
 
312
   </hints>
 
313
  </connection>
 
314
 </connections>
 
315
</ui>