Changeset 56135 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- May 28, 2015 12:07:06 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsUSBFilterDetails.ui
r48576 r56135 69 69 <widget class="QLineEdit" name="mLeVendorID" > 70 70 <property name="toolTip" > 71 <string> Defines the vendor ID filter. The <i>exact match</i> string format is <tt>XXXX</tt> where <tt>X</tt> is a hexadecimal digit. An empty string will match any value.</string>71 <string>Holds the vendor ID filter. The <i>exact match</i> string format is <tt>XXXX</tt> where <tt>X</tt> is a hexadecimal digit. An empty string will match any value.</string> 72 72 </property> 73 73 </widget> … … 89 89 <widget class="QLineEdit" name="mLeProductID" > 90 90 <property name="toolTip" > 91 <string> Defines the product ID filter. The <i>exact match</i> string format is <tt>XXXX</tt> where <tt>X</tt> is a hexadecimal digit. An empty string will match any value.</string>91 <string>Holds the product ID filter. The <i>exact match</i> string format is <tt>XXXX</tt> where <tt>X</tt> is a hexadecimal digit. An empty string will match any value.</string> 92 92 </property> 93 93 </widget> … … 109 109 <widget class="QLineEdit" name="mLeRevision" > 110 110 <property name="toolTip" > 111 <string> Defines the revision number filter. The <i>exact match</i> string format is <tt>IIFF</tt> where <tt>I</tt> is a decimal digit of the integer part and <tt>F</tt> is a decimal digit of the fractional part. An empty string will match any value.</string>111 <string>Holds the revision number filter. The <i>exact match</i> string format is <tt>IIFF</tt> where <tt>I</tt> is a decimal digit of the integer part and <tt>F</tt> is a decimal digit of the fractional part. An empty string will match any value.</string> 112 112 </property> 113 113 </widget> … … 129 129 <widget class="QLineEdit" name="mLeManufacturer" > 130 130 <property name="toolTip" > 131 <string> Defines the manufacturer filter as an <i>exact match</i> string. An empty string will match any value.</string>131 <string>Holds the manufacturer filter as an <i>exact match</i> string. An empty string will match any value.</string> 132 132 </property> 133 133 </widget> … … 149 149 <widget class="QLineEdit" name="mLeProduct" > 150 150 <property name="toolTip" > 151 <string> Defines the product name filter as an <i>exact match</i> string. An empty string will match any value.</string>151 <string>Holds the product name filter as an <i>exact match</i> string. An empty string will match any value.</string> 152 152 </property> 153 153 </widget> … … 169 169 <widget class="QLineEdit" name="mLeSerialNo" > 170 170 <property name="toolTip" > 171 <string> Defines the serial number filter as an <i>exact match</i> string. An empty string will match any value.</string>171 <string>Holds the serial number filter as an <i>exact match</i> string. An empty string will match any value.</string> 172 172 </property> 173 173 </widget> … … 189 189 <widget class="QLineEdit" name="mLePort" > 190 190 <property name="toolTip" > 191 <string> Defines the host USB port filter as an <i>exact match</i> string. An empty string will match any value.</string>191 <string>Holds the host USB port filter as an <i>exact match</i> string. An empty string will match any value.</string> 192 192 </property> 193 193 </widget> … … 215 215 </property> 216 216 <property name="toolTip" > 217 <string> Defines whether this filter applies to USB devices attached locally to the host computer (<i>No</i>), to a VRDP client's computer (<i>Yes</i>), or both (<i>Any</i>).</string>217 <string>Holds whether this filter applies to USB devices attached locally to the host computer (<i>No</i>), to a VRDP client's computer (<i>Yes</i>), or both (<i>Any</i>).</string> 218 218 </property> 219 219 </widget>
Note:
See TracChangeset
for help on using the changeset viewer.