Changeset 9232 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- May 29, 2008 5:12:53 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox4/ui/VBoxVMSettingsUSB.ui
r9227 r9232 59 59 <string>USB Device &Filters</string> 60 60 </property> 61 <layout class="QVBoxLayout" > 62 <property name="topMargin" > 63 <number>5</number> 64 </property> 65 <item> 66 <layout class="QHBoxLayout" > 67 <item> 68 <widget class="QTreeWidget" name="mTwFilters" > 69 <property name="whatsThis" > 70 <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> 71 </property> 72 <property name="rootIsDecorated" > 73 <bool>false</bool> 74 </property> 75 <column> 76 <property name="text" > 77 <string>[filter]</string> 78 </property> 79 </column> 80 </widget> 81 </item> 82 <item> 83 <layout class="QVBoxLayout" > 84 <property name="spacing" > 85 <number>0</number> 86 </property> 87 <item> 88 <widget class="QToolButton" name="mTbNew" > 89 <property name="whatsThis" > 90 <string>Adds a new USB filter with all fields initially set to empty strings. Note that such a filter will match any attached USB device.</string> 91 </property> 92 <property name="text" > 93 <string/> 94 </property> 95 <property name="autoRaise" > 96 <bool>true</bool> 97 </property> 98 </widget> 99 </item> 100 <item> 101 <widget class="QToolButton" name="mTbAdd" > 102 <property name="whatsThis" > 103 <string>Adds a new USB filter with all fields set to the values of the selected USB device attached to the host PC.</string> 104 </property> 105 <property name="text" > 106 <string/> 107 </property> 108 <property name="autoRaise" > 109 <bool>true</bool> 110 </property> 111 </widget> 112 </item> 113 <item> 114 <widget class="QToolButton" name="mTbRem" > 115 <property name="whatsThis" > 116 <string>Removes the selected USB filter.</string> 117 </property> 118 <property name="text" > 119 <string/> 120 </property> 121 <property name="autoRaise" > 122 <bool>true</bool> 123 </property> 124 </widget> 125 </item> 126 <item> 127 <widget class="QToolButton" name="mTbUp" > 128 <property name="whatsThis" > 129 <string>Moves the selected USB filter up.</string> 130 </property> 131 <property name="text" > 132 <string/> 133 </property> 134 <property name="autoRaise" > 135 <bool>true</bool> 136 </property> 137 </widget> 138 </item> 139 <item> 140 <widget class="QToolButton" name="mTbDown" > 141 <property name="whatsThis" > 142 <string>Moves the selected USB filter down.</string> 143 </property> 144 <property name="text" > 145 <string/> 146 </property> 147 <property name="autoRaise" > 148 <bool>true</bool> 149 </property> 150 </widget> 151 </item> 152 <item> 153 <spacer> 154 <property name="orientation" > 155 <enum>Qt::Vertical</enum> 156 </property> 157 <property name="sizeHint" > 158 <size> 159 <width>20</width> 160 <height>40</height> 161 </size> 162 </property> 163 </spacer> 164 </item> 165 </layout> 166 </item> 167 </layout> 61 <layout class="QHBoxLayout" > 62 <item> 63 <widget class="QTreeWidget" name="mTwFilters" > 64 <property name="contextMenuPolicy" > 65 <enum>Qt::CustomContextMenu</enum> 66 </property> 67 <property name="whatsThis" > 68 <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> 69 </property> 70 <property name="rootIsDecorated" > 71 <bool>false</bool> 72 </property> 73 <column> 74 <property name="text" > 75 <string>[filter]</string> 76 </property> 77 </column> 78 </widget> 168 79 </item> 169 80 </layout>
Note:
See TracChangeset
for help on using the changeset viewer.