Changeset 10167 in vbox for trunk/src/VBox/Frontends/VirtualBox4/ui
- Timestamp:
- Jul 3, 2008 5:09:23 PM (17 years ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox4/ui
- Files:
-
- 5 deleted
- 10 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox4/ui/VBoxVMSettingsAudio.ui
r9654 r10167 38 38 </property> 39 39 <property name="bottomMargin" > 40 <number> 0</number>40 <number>5</number> 41 41 </property> 42 42 <item> -
trunk/src/VBox/Frontends/VirtualBox4/ui/VBoxVMSettingsCD.ui
r9654 r10167 38 38 </property> 39 39 <property name="bottomMargin" > 40 <number> 0</number>40 <number>5</number> 41 41 </property> 42 42 <item> -
trunk/src/VBox/Frontends/VirtualBox4/ui/VBoxVMSettingsFD.ui
r9654 r10167 38 38 </property> 39 39 <property name="bottomMargin" > 40 <number> 0</number>40 <number>5</number> 41 41 </property> 42 42 <item> -
trunk/src/VBox/Frontends/VirtualBox4/ui/VBoxVMSettingsGeneral.ui
r9751 r10167 23 23 <x>0</x> 24 24 <y>0</y> 25 <width>6 47</width>26 <height> 548</height>25 <width>624</width> 26 <height>420</height> 27 27 </rect> 28 28 </property> … … 38 38 </property> 39 39 <property name="bottomMargin" > 40 <number> 0</number>40 <number>5</number> 41 41 </property> 42 42 <item> … … 935 935 <class>BootItemsTable</class> 936 936 <extends>QTreeWidget</extends> 937 <header>VBox VMSettingsUtils.h</header>937 <header>VBoxSettingsUtils.h</header> 938 938 </customwidget> 939 939 </customwidgets> -
trunk/src/VBox/Frontends/VirtualBox4/ui/VBoxVMSettingsHD.ui
r9781 r10167 38 38 </property> 39 39 <property name="bottomMargin" > 40 <number> 0</number>40 <number>5</number> 41 41 </property> 42 42 <item> … … 74 74 </property> 75 75 <property name="whatsThis" > 76 <string>Lists all hard disks attached to this machine. Use a mouse click or the <tt>F2</tt>key on the highlighted item to activate the drop-down list and choose the desired value. Use the context menu or buttons to the right to add or remove hard disk attachments.</string>76 <string>Lists all hard disks attached to this machine. Use a mouse click or the F2 key on the highlighted item to activate the drop-down list and choose the desired value. Use the context menu or buttons to the right to add or remove hard disk attachments.</string> 77 77 </property> 78 78 <property name="horizontalScrollBarPolicy" > … … 111 111 <class>QITableView</class> 112 112 <extends>QTableView</extends> 113 <header>VBox VMSettingsUtils.h</header>113 <header>VBoxSettingsUtils.h</header> 114 114 </customwidget> 115 115 </customwidgets> -
trunk/src/VBox/Frontends/VirtualBox4/ui/VBoxVMSettingsParallel.ui
r9781 r10167 23 23 <x>0</x> 24 24 <y>0</y> 25 <width>3 53</width>25 <width>378</width> 26 26 <height>163</height> 27 27 </rect> -
trunk/src/VBox/Frontends/VirtualBox4/ui/VBoxVMSettingsSF.ui
r9970 r10167 44 44 </property> 45 45 <property name="bottomMargin" > 46 <number> 0</number>46 <number>5</number> 47 47 </property> 48 48 <item> -
trunk/src/VBox/Frontends/VirtualBox4/ui/VBoxVMSettingsSerial.ui
r9781 r10167 23 23 <x>0</x> 24 24 <y>0</y> 25 <width>3 52</width>25 <width>379</width> 26 26 <height>163</height> 27 27 </rect> -
trunk/src/VBox/Frontends/VirtualBox4/ui/VBoxVMSettingsUSB.ui
r9827 r10167 23 23 <x>0</x> 24 24 <y>0</y> 25 <width> 402</width>25 <width>392</width> 26 26 <height>424</height> 27 27 </rect> … … 38 38 </property> 39 39 <property name="bottomMargin" > 40 <number> 0</number>40 <number>5</number> 41 41 </property> 42 42 <item> … … 76 76 <string>USB Device &Filters</string> 77 77 </property> 78 <layout class="Q HBoxLayout" >78 <layout class="QVBoxLayout" > 79 79 <property name="topMargin" > 80 80 <number>5</number> 81 81 </property> 82 82 <item> 83 <widget class="QTreeWidget" name="mTwFilters" > 84 <property name="contextMenuPolicy" > 85 <enum>Qt::CustomContextMenu</enum> 86 </property> 87 <property name="whatsThis" > 88 <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> 89 </property> 90 <property name="rootIsDecorated" > 91 <bool>false</bool> 92 </property> 93 <column> 94 <property name="text" > 95 <string>[filter]</string> 96 </property> 97 </column> 83 <widget class="QWidget" native="1" name="mWtFilterHandler" > 84 <layout class="QHBoxLayout" > 85 <property name="leftMargin" > 86 <number>0</number> 87 </property> 88 <property name="topMargin" > 89 <number>0</number> 90 </property> 91 <property name="rightMargin" > 92 <number>0</number> 93 </property> 94 <property name="bottomMargin" > 95 <number>0</number> 96 </property> 97 <item> 98 <widget class="QTreeWidget" name="mTwFilters" > 99 <property name="contextMenuPolicy" > 100 <enum>Qt::CustomContextMenu</enum> 101 </property> 102 <property name="whatsThis" > 103 <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> 104 </property> 105 <property name="rootIsDecorated" > 106 <bool>false</bool> 107 </property> 108 <column> 109 <property name="text" > 110 <string>[filter]</string> 111 </property> 112 </column> 113 </widget> 114 </item> 115 </layout> 98 116 </widget> 99 117 </item> 100 </layout>101 </widget>102 </item>103 <item>104 <widget class="QWidget" native="1" name="mWtProperties" >105 <layout class="QVBoxLayout" >106 <property name="leftMargin" >107 <number>0</number>108 </property>109 <property name="topMargin" >110 <number>0</number>111 </property>112 <property name="rightMargin" >113 <number>0</number>114 </property>115 <property name="bottomMargin" >116 <number>0</number>117 </property>118 118 <item> 119 <layout class="QHBoxLayout" > 120 <item> 121 <widget class="QLabel" name="mLbName" > 122 <property name="text" > 123 <string>&Name</string> 124 </property> 125 <property name="buddy" > 126 <cstring>mLeName</cstring> 127 </property> 128 </widget> 129 </item> 130 <item> 131 <widget class="QLineEdit" name="mLeName" > 132 <property name="whatsThis" > 133 <string>Displays the filter name.</string> 134 </property> 135 </widget> 136 </item> 137 </layout> 138 </item> 139 <item> 140 <layout class="QGridLayout" > 141 <item row="0" column="0" > 142 <widget class="QLabel" name="mLbVendorID" > 143 <property name="text" > 144 <string>&Vendor ID</string> 145 </property> 146 <property name="buddy" > 147 <cstring>mLeVendorID</cstring> 148 </property> 149 </widget> 150 </item> 151 <item row="0" column="1" > 152 <widget class="QLineEdit" name="mLeVendorID" > 153 <property name="whatsThis" > 154 <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> 155 </property> 156 </widget> 157 </item> 158 <item row="0" column="2" > 159 <widget class="QLabel" name="mLbManufacturer" > 160 <property name="text" > 161 <string>&Manufacturer</string> 162 </property> 163 <property name="buddy" > 164 <cstring>mLeManufacturer</cstring> 165 </property> 166 </widget> 167 </item> 168 <item row="0" column="3" > 169 <widget class="QLineEdit" name="mLeManufacturer" > 170 <property name="whatsThis" > 171 <string>Defines the manufacturer filter as an <i>exact match</i> string. An empty string will match any value.</string> 172 </property> 173 </widget> 174 </item> 175 <item row="1" column="0" > 176 <widget class="QLabel" name="mLbProductID" > 177 <property name="text" > 178 <string>&Product ID</string> 179 </property> 180 <property name="buddy" > 181 <cstring>mLeProductID</cstring> 182 </property> 183 </widget> 184 </item> 185 <item row="1" column="1" > 186 <widget class="QLineEdit" name="mLeProductID" > 187 <property name="whatsThis" > 188 <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> 189 </property> 190 </widget> 191 </item> 192 <item row="1" column="2" > 193 <widget class="QLabel" name="mLbProduct" > 194 <property name="text" > 195 <string>Pro&duct</string> 196 </property> 197 <property name="buddy" > 198 <cstring>mLeProduct</cstring> 199 </property> 200 </widget> 201 </item> 202 <item row="1" column="3" > 203 <widget class="QLineEdit" name="mLeProduct" > 204 <property name="whatsThis" > 205 <string>Defines the product name filter as an <i>exact match</i> string. An empty string will match any value.</string> 206 </property> 207 </widget> 208 </item> 209 <item row="2" column="0" > 210 <widget class="QLabel" name="mLbRevision" > 211 <property name="text" > 212 <string>&Revision</string> 213 </property> 214 <property name="buddy" > 215 <cstring>mLeRevision</cstring> 216 </property> 217 </widget> 218 </item> 219 <item row="2" column="1" > 220 <widget class="QLineEdit" name="mLeRevision" > 221 <property name="whatsThis" > 222 <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> 223 </property> 224 </widget> 225 </item> 226 <item row="2" column="2" > 227 <widget class="QLabel" name="mLbSerialNo" > 228 <property name="text" > 229 <string>&Serial No.</string> 230 </property> 231 <property name="buddy" > 232 <cstring>mLeSerialNo</cstring> 233 </property> 234 </widget> 235 </item> 236 <item row="2" column="3" > 237 <widget class="QLineEdit" name="mLeSerialNo" > 238 <property name="whatsThis" > 239 <string>Defines the serial number filter as an <i>exact match</i> string. An empty string will match any value.</string> 240 </property> 241 </widget> 242 </item> 243 <item row="3" column="0" > 244 <widget class="QLabel" name="mLbPort" > 245 <property name="text" > 246 <string>Por&t</string> 247 </property> 248 <property name="buddy" > 249 <cstring>mLePort</cstring> 250 </property> 251 </widget> 252 </item> 253 <item row="3" column="1" > 254 <widget class="QLineEdit" name="mLePort" > 255 <property name="whatsThis" > 256 <string>Defines the host USB port filter as an <i>exact match</i> string. An empty string will match any value.</string> 257 </property> 258 </widget> 259 </item> 260 <item row="3" column="2" > 261 <layout class="QVBoxLayout" > 262 <item> 263 <widget class="QLabel" name="mLbRemote" > 264 <property name="text" > 265 <string>R&emote</string> 266 </property> 267 <property name="buddy" > 268 <cstring>mCbRemote</cstring> 269 </property> 270 </widget> 271 </item> 272 <item> 273 <widget class="QLabel" name="mLbAction" > 274 <property name="text" > 275 <string>&Action</string> 276 </property> 277 <property name="buddy" > 278 <cstring>mCbAction</cstring> 279 </property> 280 </widget> 281 </item> 282 </layout> 283 </item> 284 <item row="3" column="3" > 285 <layout class="QVBoxLayout" > 286 <item> 287 <widget class="QComboBox" name="mCbRemote" > 288 <property name="sizePolicy" > 289 <sizepolicy vsizetype="Fixed" hsizetype="Expanding" > 290 <horstretch>0</horstretch> 291 <verstretch>0</verstretch> 292 </sizepolicy> 293 </property> 294 <property name="whatsThis" > 295 <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> 296 </property> 297 </widget> 298 </item> 299 <item> 300 <widget class="QComboBox" name="mCbAction" > 301 <property name="sizePolicy" > 302 <sizepolicy vsizetype="Fixed" hsizetype="Expanding" > 303 <horstretch>0</horstretch> 304 <verstretch>0</verstretch> 305 </sizepolicy> 306 </property> 307 <property name="whatsThis" > 308 <string>Defines an action performed by the host computer when a matching device is attached: give it up to the host OS (<i>Ignore</i>) or grab it for later usage by virtual machines (<i>Hold</i>).</string> 309 </property> 310 </widget> 311 </item> 312 </layout> 313 </item> 314 </layout> 119 <widget class="QWidget" native="1" name="mWtProperties" > 120 <layout class="QVBoxLayout" > 121 <property name="leftMargin" > 122 <number>0</number> 123 </property> 124 <property name="topMargin" > 125 <number>0</number> 126 </property> 127 <property name="rightMargin" > 128 <number>0</number> 129 </property> 130 <property name="bottomMargin" > 131 <number>0</number> 132 </property> 133 <item> 134 <layout class="QHBoxLayout" > 135 <item> 136 <widget class="QLabel" name="mLbName" > 137 <property name="text" > 138 <string>&Name</string> 139 </property> 140 <property name="buddy" > 141 <cstring>mLeName</cstring> 142 </property> 143 </widget> 144 </item> 145 <item> 146 <widget class="QLineEdit" name="mLeName" > 147 <property name="whatsThis" > 148 <string>Displays the filter name.</string> 149 </property> 150 </widget> 151 </item> 152 </layout> 153 </item> 154 <item> 155 <layout class="QGridLayout" > 156 <item row="0" column="0" > 157 <widget class="QLabel" name="mLbVendorID" > 158 <property name="text" > 159 <string>&Vendor ID</string> 160 </property> 161 <property name="buddy" > 162 <cstring>mLeVendorID</cstring> 163 </property> 164 </widget> 165 </item> 166 <item row="0" column="1" > 167 <widget class="QLineEdit" name="mLeVendorID" > 168 <property name="whatsThis" > 169 <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> 170 </property> 171 </widget> 172 </item> 173 <item row="0" column="2" > 174 <widget class="QLabel" name="mLbManufacturer" > 175 <property name="text" > 176 <string>&Manufacturer</string> 177 </property> 178 <property name="buddy" > 179 <cstring>mLeManufacturer</cstring> 180 </property> 181 </widget> 182 </item> 183 <item row="0" column="3" > 184 <widget class="QLineEdit" name="mLeManufacturer" > 185 <property name="whatsThis" > 186 <string>Defines the manufacturer filter as an <i>exact match</i> string. An empty string will match any value.</string> 187 </property> 188 </widget> 189 </item> 190 <item row="1" column="0" > 191 <widget class="QLabel" name="mLbProductID" > 192 <property name="text" > 193 <string>&Product ID</string> 194 </property> 195 <property name="buddy" > 196 <cstring>mLeProductID</cstring> 197 </property> 198 </widget> 199 </item> 200 <item row="1" column="1" > 201 <widget class="QLineEdit" name="mLeProductID" > 202 <property name="whatsThis" > 203 <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> 204 </property> 205 </widget> 206 </item> 207 <item row="1" column="2" > 208 <widget class="QLabel" name="mLbProduct" > 209 <property name="text" > 210 <string>Pro&duct</string> 211 </property> 212 <property name="buddy" > 213 <cstring>mLeProduct</cstring> 214 </property> 215 </widget> 216 </item> 217 <item row="1" column="3" > 218 <widget class="QLineEdit" name="mLeProduct" > 219 <property name="whatsThis" > 220 <string>Defines the product name filter as an <i>exact match</i> string. An empty string will match any value.</string> 221 </property> 222 </widget> 223 </item> 224 <item row="2" column="0" > 225 <widget class="QLabel" name="mLbRevision" > 226 <property name="text" > 227 <string>&Revision</string> 228 </property> 229 <property name="buddy" > 230 <cstring>mLeRevision</cstring> 231 </property> 232 </widget> 233 </item> 234 <item row="2" column="1" > 235 <widget class="QLineEdit" name="mLeRevision" > 236 <property name="whatsThis" > 237 <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> 238 </property> 239 </widget> 240 </item> 241 <item row="2" column="2" > 242 <widget class="QLabel" name="mLbSerialNo" > 243 <property name="text" > 244 <string>&Serial No.</string> 245 </property> 246 <property name="buddy" > 247 <cstring>mLeSerialNo</cstring> 248 </property> 249 </widget> 250 </item> 251 <item row="2" column="3" > 252 <widget class="QLineEdit" name="mLeSerialNo" > 253 <property name="whatsThis" > 254 <string>Defines the serial number filter as an <i>exact match</i> string. An empty string will match any value.</string> 255 </property> 256 </widget> 257 </item> 258 <item row="3" column="0" > 259 <widget class="QLabel" name="mLbPort" > 260 <property name="text" > 261 <string>Por&t</string> 262 </property> 263 <property name="buddy" > 264 <cstring>mLePort</cstring> 265 </property> 266 </widget> 267 </item> 268 <item row="3" column="1" > 269 <widget class="QLineEdit" name="mLePort" > 270 <property name="whatsThis" > 271 <string>Defines the host USB port filter as an <i>exact match</i> string. An empty string will match any value.</string> 272 </property> 273 </widget> 274 </item> 275 <item row="3" column="2" > 276 <layout class="QVBoxLayout" > 277 <item> 278 <widget class="QLabel" name="mLbRemote" > 279 <property name="text" > 280 <string>R&emote</string> 281 </property> 282 <property name="buddy" > 283 <cstring>mCbRemote</cstring> 284 </property> 285 </widget> 286 </item> 287 <item> 288 <widget class="QLabel" name="mLbAction" > 289 <property name="text" > 290 <string>&Action</string> 291 </property> 292 <property name="buddy" > 293 <cstring>mCbAction</cstring> 294 </property> 295 </widget> 296 </item> 297 </layout> 298 </item> 299 <item row="3" column="3" > 300 <layout class="QVBoxLayout" > 301 <item> 302 <widget class="QComboBox" name="mCbRemote" > 303 <property name="sizePolicy" > 304 <sizepolicy vsizetype="Fixed" hsizetype="Expanding" > 305 <horstretch>0</horstretch> 306 <verstretch>0</verstretch> 307 </sizepolicy> 308 </property> 309 <property name="whatsThis" > 310 <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> 311 </property> 312 </widget> 313 </item> 314 <item> 315 <widget class="QComboBox" name="mCbAction" > 316 <property name="sizePolicy" > 317 <sizepolicy vsizetype="Fixed" hsizetype="Expanding" > 318 <horstretch>0</horstretch> 319 <verstretch>0</verstretch> 320 </sizepolicy> 321 </property> 322 <property name="whatsThis" > 323 <string>Defines an action performed by the host computer when a matching device is attached: give it up to the host OS (<i>Ignore</i>) or grab it for later usage by virtual machines (<i>Hold</i>).</string> 324 </property> 325 </widget> 326 </item> 327 </layout> 328 </item> 329 </layout> 330 </item> 331 </layout> 332 </widget> 315 333 </item> 316 334 </layout> -
trunk/src/VBox/Frontends/VirtualBox4/ui/VBoxVMSettingsVRDP.ui
r9654 r10167 38 38 </property> 39 39 <property name="bottomMargin" > 40 <number> 0</number>40 <number>5</number> 41 41 </property> 42 42 <item>
Note:
See TracChangeset
for help on using the changeset viewer.