Changeset 19837 in vbox for trunk/src/VBox/Frontends/VirtualBox/ui
- Timestamp:
- May 19, 2009 6:54:45 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 47498
- Location:
- trunk/src/VBox/Frontends/VirtualBox/ui
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/ui/VBoxVMSettingsGeneral.ui
r19664 r19837 23 23 <x>0</x> 24 24 <y>0</y> 25 <width> 451</width>26 <height> 497</height>25 <width>350</width> 26 <height>250</height> 27 27 </rect> 28 28 </property> 29 <layout class="QHBoxLayout" >29 <layout class="QHBoxLayout" name="mLtMain" > 30 30 <item> 31 <widget class="QTabWidget" name="mT abGeneral" >31 <widget class="QTabWidget" name="mTwGeneral" > 32 32 <property name="currentIndex" > 33 33 <number>0</number> … … 37 37 <string>&Basic</string> 38 38 </attribute> 39 <layout class="QVBoxLayout" > 40 <item> 41 <widget class="VBoxOSTypeSelectorWidget" name="mOSTypeSelector" > 42 <layout class="QGridLayout" > 43 <property name="leftMargin" > 44 <number>0</number> 45 </property> 46 <property name="topMargin" > 47 <number>0</number> 48 </property> 49 <property name="rightMargin" > 50 <number>0</number> 51 </property> 52 <property name="bottomMargin" > 39 <layout class="QVBoxLayout" name="mLtBasic" > 40 <property name="spacing" > 41 <number>0</number> 42 </property> 43 <item> 44 <widget class="VBoxOSTypeSelectorWidget" native="1" name="mOSTypeSelector" > 45 <layout class="QGridLayout" name="mLtOSTypeSelector" > 46 <property name="margin" > 53 47 <number>0</number> 54 48 </property> … … 71 65 <string>Displays the name of the virtual machine.</string> 72 66 </property> 73 </widget> 74 </item> 75 <item row="3" column="0" > 76 <widget class="QLabel" name="mLbRam" > 77 <property name="text" > 78 <string>Base &Memory:</string> 79 </property> 80 <property name="alignment" > 81 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> 82 </property> 83 <property name="buddy" > 84 <cstring>mLeRam</cstring> 85 </property> 86 </widget> 87 </item> 88 <item rowspan="2" row="3" column="1" colspan="2" > 89 <layout class="QGridLayout" > 90 <item rowspan="2" row="0" column="0" > 91 <layout class="QVBoxLayout" > 92 <property name="spacing" > 93 <number>0</number> 94 </property> 95 <item> 96 <widget class="QSlider" name="mSlRam" > 97 <property name="whatsThis" > 98 <string>Controls the amount of memory provided to the virtual machine. If you assign too much, the machine might not start.</string> 99 </property> 100 <property name="orientation" > 101 <enum>Qt::Horizontal</enum> 102 </property> 103 <property name="tickPosition" > 104 <enum>QSlider::TicksBelow</enum> 105 </property> 106 </widget> 107 </item> 108 <item> 109 <layout class="QHBoxLayout" > 110 <item> 111 <widget class="QLabel" name="mLbRamMin" > 112 <property name="sizePolicy" > 113 <sizepolicy vsizetype="Fixed" hsizetype="Fixed" > 114 <horstretch>0</horstretch> 115 <verstretch>0</verstretch> 116 </sizepolicy> 117 </property> 118 </widget> 119 </item> 120 <item> 121 <spacer> 122 <property name="orientation" > 123 <enum>Qt::Horizontal</enum> 124 </property> 125 <property name="sizeHint" > 126 <size> 127 <width>0</width> 128 <height>0</height> 129 </size> 130 </property> 131 </spacer> 132 </item> 133 <item> 134 <widget class="QLabel" name="mLbRamMax" > 135 <property name="sizePolicy" > 136 <sizepolicy vsizetype="Fixed" hsizetype="Fixed" > 137 <horstretch>0</horstretch> 138 <verstretch>0</verstretch> 139 </sizepolicy> 140 </property> 141 <property name="alignment" > 142 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> 143 </property> 144 </widget> 145 </item> 146 </layout> 147 </item> 148 </layout> 149 </item> 150 <item row="0" column="1" > 151 <layout class="QHBoxLayout" > 152 <property name="spacing" > 153 <number>4</number> 154 </property> 155 <item> 156 <widget class="QILineEdit" name="mLeRam" > 157 <property name="sizePolicy" > 158 <sizepolicy vsizetype="Fixed" hsizetype="Maximum" > 159 <horstretch>0</horstretch> 160 <verstretch>0</verstretch> 161 </sizepolicy> 162 </property> 163 <property name="whatsThis" > 164 <string>Controls the amount of memory provided to the virtual machine. If you assign too much, the machine might not start.</string> 165 </property> 166 </widget> 167 </item> 168 <item> 169 <widget class="QLabel" name="mLbRamUnit" > 170 <property name="sizePolicy" > 171 <sizepolicy vsizetype="Fixed" hsizetype="Fixed" > 172 <horstretch>0</horstretch> 173 <verstretch>0</verstretch> 174 </sizepolicy> 175 </property> 176 <property name="text" > 177 <string>MB</string> 178 </property> 179 </widget> 180 </item> 181 </layout> 182 </item> 183 </layout> 67 <property name="text" > 68 <string/> 69 </property> 70 </widget> 184 71 </item> 185 72 </layout> … … 187 74 </item> 188 75 <item> 189 <spacer >76 <spacer name="mSpVer1" > 190 77 <property name="orientation" > 191 78 <enum>Qt::Vertical</enum> 192 79 </property> 193 <property name="sizeHint" >80 <property name="sizeHint" stdset="0" > 194 81 <size> 195 <width> 20</width>82 <width>0</width> 196 83 <height>0</height> 197 84 </size> … … 205 92 <string>&Advanced</string> 206 93 </attribute> 207 <layout class="QGridLayout" > 208 <item row="0" column="0" > 209 <widget class="QLabel" name="mGbBootOrder" > 210 <property name="text" > 211 <string>Boo&t Order:</string> 212 </property> 213 <property name="alignment" > 214 <set>Qt::AlignRight|Qt::AlignTop|Qt::AlignTrailing</set> 215 </property> 216 <property name="buddy" > 217 <cstring>mTwBootOrder</cstring> 218 </property> 219 </widget> 220 </item> 221 <item row="0" column="1" > 222 <widget class="QWidget" native="1" name="widget" > 223 <property name="sizePolicy" > 224 <sizepolicy vsizetype="Fixed" hsizetype="Fixed" > 225 <horstretch>0</horstretch> 226 <verstretch>0</verstretch> 227 </sizepolicy> 228 </property> 229 <layout class="QHBoxLayout" > 230 <property name="leftMargin" > 94 <layout class="QVBoxLayout" name="mLtAdvanced" > 95 <property name="spacing" > 96 <number>0</number> 97 </property> 98 <item> 99 <widget class="QWidget" native="1" name="mWtAdvanced" > 100 <layout class="QGridLayout" name="mLtAdvancedItems" > 101 <property name="margin" > 231 102 <number>0</number> 232 103 </property> 233 <property name="topMargin" > 234 <number>0</number> 235 </property> 236 <property name="rightMargin" > 237 <number>0</number> 238 </property> 239 <property name="bottomMargin" > 240 <number>0</number> 241 </property> 242 <item> 243 <widget class="QWidget" native="1" name="mWBootContainer" > 244 <layout class="QHBoxLayout" > 245 <property name="leftMargin" > 246 <number>0</number> 247 </property> 248 <property name="topMargin" > 249 <number>0</number> 250 </property> 251 <property name="rightMargin" > 252 <number>0</number> 253 </property> 254 <property name="bottomMargin" > 255 <number>0</number> 256 </property> 257 <item> 258 <layout class="QVBoxLayout" > 259 <property name="spacing" > 260 <number>0</number> 261 </property> 262 <item> 263 <widget class="BootItemsTable" name="mTwBootOrder" > 264 <property name="whatsThis" > 265 <string>Defines the boot device order. Use checkboxes to the left to enable or disable individual boot devices. Move items up and down to change the device order.</string> 266 </property> 267 <property name="verticalScrollBarPolicy" > 268 <enum>Qt::ScrollBarAlwaysOff</enum> 269 </property> 270 <property name="horizontalScrollBarPolicy" > 271 <enum>Qt::ScrollBarAlwaysOff</enum> 272 </property> 273 <property name="alternatingRowColors" > 274 <bool>true</bool> 275 </property> 276 <property name="rootIsDecorated" > 277 <bool>false</bool> 278 </property> 279 <property name="uniformRowHeights" > 280 <bool>true</bool> 281 </property> 282 <column> 283 <property name="text" > 284 <string>[device]</string> 285 </property> 286 </column> 287 </widget> 288 </item> 289 </layout> 290 </item> 291 <item> 292 <layout class="QVBoxLayout" > 293 <property name="spacing" > 294 <number>0</number> 295 </property> 296 <item> 297 <widget class="QToolButton" name="mTbBootItemUp" > 298 <property name="enabled" > 299 <bool>false</bool> 300 </property> 301 <property name="focusPolicy" > 302 <enum>Qt::StrongFocus</enum> 303 </property> 304 <property name="toolTip" > 305 <string>Move Up (Ctrl-Up)</string> 306 </property> 307 <property name="whatsThis" > 308 <string>Moves the selected boot device up.</string> 309 </property> 310 <property name="text" > 311 <string/> 312 </property> 313 <property name="autoRaise" > 314 <bool>true</bool> 315 </property> 316 </widget> 317 </item> 318 <item> 319 <widget class="QToolButton" name="mTbBootItemDown" > 320 <property name="enabled" > 321 <bool>false</bool> 322 </property> 323 <property name="focusPolicy" > 324 <enum>Qt::StrongFocus</enum> 325 </property> 326 <property name="toolTip" > 327 <string>Move Down (Ctrl-Down)</string> 328 </property> 329 <property name="whatsThis" > 330 <string>Moves the selected boot device down.</string> 331 </property> 332 <property name="text" > 333 <string/> 334 </property> 335 <property name="autoRaise" > 336 <bool>true</bool> 337 </property> 338 </widget> 339 </item> 340 <item> 341 <spacer> 342 <property name="orientation" > 343 <enum>Qt::Vertical</enum> 344 </property> 345 <property name="sizeType" > 346 <enum>QSizePolicy::Expanding</enum> 347 </property> 348 <property name="sizeHint" > 349 <size> 350 <width>4</width> 351 <height>0</height> 352 </size> 353 </property> 354 </spacer> 355 </item> 356 </layout> 357 </item> 358 </layout> 104 <item row="0" column="0" > 105 <widget class="QLabel" name="mLbSnapshot" > 106 <property name="text" > 107 <string>S&napshot Folder:</string> 108 </property> 109 <property name="alignment" > 110 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> 111 </property> 112 <property name="buddy" > 113 <cstring>mPsSnapshot</cstring> 114 </property> 115 </widget> 116 </item> 117 <item row="0" column="1" colspan="2" > 118 <widget class="VBoxFilePathSelectorWidget" name="mPsSnapshot" > 119 <property name="sizePolicy" > 120 <sizepolicy vsizetype="Fixed" hsizetype="MinimumExpanding" > 121 <horstretch>0</horstretch> 122 <verstretch>0</verstretch> 123 </sizepolicy> 124 </property> 125 </widget> 126 </item> 127 <item row="1" column="0" > 128 <widget class="QLabel" name="mLbClipboard" > 129 <property name="text" > 130 <string>&Shared Clipboard:</string> 131 </property> 132 <property name="alignment" > 133 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> 134 </property> 135 <property name="buddy" > 136 <cstring>mCbClipboard</cstring> 137 </property> 138 </widget> 139 </item> 140 <item row="1" column="1" > 141 <widget class="QComboBox" name="mCbClipboard" > 142 <property name="sizePolicy" > 143 <sizepolicy vsizetype="Fixed" hsizetype="Fixed" > 144 <horstretch>0</horstretch> 145 <verstretch>0</verstretch> 146 </sizepolicy> 147 </property> 148 <property name="whatsThis" > 149 <string>Defines the mode of sharing the clipboard between the guest and the host OS. Note that this feature requires Guest Additions to be installed in the guest OS.</string> 150 </property> 151 </widget> 152 </item> 153 <item row="1" column="2" > 154 <spacer name="mSpHor1" > 155 <property name="orientation" > 156 <enum>Qt::Horizontal</enum> 157 </property> 158 <property name="sizeHint" stdset="0" > 159 <size> 160 <width>0</width> 161 <height>0</height> 162 </size> 163 </property> 164 </spacer> 165 </item> 166 <item row="2" column="1" > 167 <widget class="QCheckBox" name="mCbSaveMounted" > 168 <property name="sizePolicy" > 169 <sizepolicy vsizetype="Fixed" hsizetype="MinimumExpanding" > 170 <horstretch>0</horstretch> 171 <verstretch>0</verstretch> 172 </sizepolicy> 173 </property> 174 <property name="whatsThis" > 175 <string>If checked, any change to mounted CD/DVD or Floppy media performed during machine execution will be saved in the settings file in order to preserve the configuration of mounted media between runs.</string> 176 </property> 177 <property name="text" > 178 <string>&Remember Runtime Changes</string> 179 </property> 180 <property name="checked" > 181 <bool>true</bool> 182 </property> 183 </widget> 184 </item> 185 <item row="2" column="0" > 186 <widget class="QLabel" name="mLbAdvanced" > 187 <property name="text" > 188 <string>Removable Media:</string> 189 </property> 190 <property name="alignment" > 191 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> 192 </property> 359 193 </widget> 360 194 </item> … … 362 196 </widget> 363 197 </item> 364 <item row="1" column="0" > 365 <widget class="QLabel" name="mGbAdvanced" > 366 <property name="text" > 367 <string>Extended Features:</string> 368 </property> 369 <property name="alignment" > 370 <set>Qt::AlignRight|Qt::AlignTop|Qt::AlignTrailing</set> 371 </property> 372 <property name="buddy" > 373 <cstring>mCbAcpi</cstring> 374 </property> 375 </widget> 376 </item> 377 <item row="1" column="1" > 378 <layout class="QVBoxLayout" > 379 <item> 380 <widget class="QCheckBox" name="mCbAcpi" > 381 <property name="sizePolicy" > 382 <sizepolicy vsizetype="Fixed" hsizetype="MinimumExpanding" > 383 <horstretch>0</horstretch> 384 <verstretch>0</verstretch> 385 </sizepolicy> 386 </property> 387 <property name="whatsThis" > 388 <string>When checked, the virtual machine will support the Advanced Configuration and Power Management Interface (ACPI). <b>Note:</b> don't disable this feature after having installed a Windows guest operating system!</string> 389 </property> 390 <property name="text" > 391 <string>Enable A&CPI</string> 392 </property> 393 </widget> 394 </item> 395 <item> 396 <widget class="QCheckBox" name="mCbApic" > 397 <property name="sizePolicy" > 398 <sizepolicy vsizetype="Fixed" hsizetype="MinimumExpanding" > 399 <horstretch>0</horstretch> 400 <verstretch>0</verstretch> 401 </sizepolicy> 402 </property> 403 <property name="whatsThis" > 404 <string>When checked, the virtual machine will support the Input Output APIC (IO APIC), which may slightly decrease the VM performance. <b>Note:</b> don't disable this feature after having installed a Windows guest operating system!</string> 405 </property> 406 <property name="text" > 407 <string>Enable IO A&PIC</string> 408 </property> 409 </widget> 410 </item> 411 <item> 412 <widget class="QCheckBox" name="mCbVirt" > 413 <property name="sizePolicy" > 414 <sizepolicy vsizetype="Fixed" hsizetype="MinimumExpanding" > 415 <horstretch>0</horstretch> 416 <verstretch>0</verstretch> 417 </sizepolicy> 418 </property> 419 <property name="whatsThis" > 420 <string>When checked, the virtual machine will try to make use of the host CPU's hardware virtualization extensions such as Intel VT-x and AMD-V.</string> 421 </property> 422 <property name="text" > 423 <string>Enable &VT-x/AMD-V</string> 424 </property> 425 </widget> 426 </item> 427 <item> 428 <layout class="QHBoxLayout" > 429 <item> 430 <spacer> 431 <property name="orientation" > 432 <enum>Qt::Horizontal</enum> 433 </property> 434 <property name="sizeType" > 435 <enum>QSizePolicy::Fixed</enum> 436 </property> 437 <property name="sizeHint" > 438 <size> 439 <width>20</width> 440 <height>0</height> 441 </size> 442 </property> 443 </spacer> 444 </item> 445 <item> 446 <widget class="QCheckBox" name="mCbNestedPaging" > 447 <property name="sizePolicy" > 448 <sizepolicy vsizetype="Fixed" hsizetype="MinimumExpanding" > 449 <horstretch>0</horstretch> 450 <verstretch>0</verstretch> 451 </sizepolicy> 452 </property> 453 <property name="whatsThis" > 454 <string>When checked, the virtual machine will try to make use of the nested paging extension of Intel VT-x and AMD-V.</string> 455 </property> 456 <property name="text" > 457 <string>Enable Nested Pa&ging</string> 458 </property> 459 </widget> 460 </item> 461 </layout> 462 </item> 463 <item> 464 <widget class="QCheckBox" name="mCbPae" > 465 <property name="sizePolicy" > 466 <sizepolicy vsizetype="Fixed" hsizetype="MinimumExpanding" > 467 <horstretch>0</horstretch> 468 <verstretch>0</verstretch> 469 </sizepolicy> 470 </property> 471 <property name="whatsThis" > 472 <string>When checked, the Physical Address Extension (PAE) feature of the host CPU will be exposed to the virtual machine.</string> 473 </property> 474 <property name="text" > 475 <string>Enable PA&E/NX</string> 476 </property> 477 </widget> 478 </item> 479 </layout> 480 </item> 481 <item row="2" column="0" > 482 <widget class="QLabel" name="mGbClipboard" > 483 <property name="text" > 484 <string>&Shared Clipboard:</string> 485 </property> 486 <property name="alignment" > 487 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> 488 </property> 489 <property name="buddy" > 490 <cstring>mCbClipboard</cstring> 491 </property> 492 </widget> 493 </item> 494 <item rowspan="2" row="2" column="1" > 495 <layout class="QHBoxLayout" > 496 <item> 497 <layout class="QVBoxLayout" > 498 <item> 499 <widget class="QComboBox" name="mCbClipboard" > 500 <property name="sizePolicy" > 501 <sizepolicy vsizetype="Fixed" hsizetype="Fixed" > 502 <horstretch>0</horstretch> 503 <verstretch>0</verstretch> 504 </sizepolicy> 505 </property> 506 <property name="whatsThis" > 507 <string>Defines the mode of sharing the clipboard between the guest and the host OS. Note that this feature requires Guest Additions to be installed in the guest OS.</string> 508 </property> 509 </widget> 510 </item> 511 <item> 512 <widget class="QComboBox" name="mCbIDEController" > 513 <property name="sizePolicy" > 514 <sizepolicy vsizetype="Fixed" hsizetype="Minimum" > 515 <horstretch>0</horstretch> 516 <verstretch>0</verstretch> 517 </sizepolicy> 518 </property> 519 <property name="whatsThis" > 520 <string>Defines the type of the virtual IDE controller. Depending on this value, VirtualBox will provide different virtual IDE hardware devices to the guest OS.</string> 521 </property> 522 </widget> 523 </item> 524 </layout> 525 </item> 526 <item> 527 <spacer> 528 <property name="orientation" > 529 <enum>Qt::Horizontal</enum> 530 </property> 531 <property name="sizeType" > 532 <enum>QSizePolicy::Expanding</enum> 533 </property> 534 <property name="sizeHint" > 535 <size> 536 <width>40</width> 537 <height>20</height> 538 </size> 539 </property> 540 </spacer> 541 </item> 542 </layout> 543 </item> 544 <item row="3" column="0" > 545 <widget class="QLabel" name="mGbIDEController" > 546 <property name="text" > 547 <string>&IDE Controller Type:</string> 548 </property> 549 <property name="alignment" > 550 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> 551 </property> 552 <property name="buddy" > 553 <cstring>mCbIDEController</cstring> 554 </property> 555 </widget> 556 </item> 557 <item row="4" column="0" > 558 <widget class="QLabel" name="mGbSnapshot" > 559 <property name="text" > 560 <string>S&napshot Folder:</string> 561 </property> 562 <property name="alignment" > 563 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> 564 </property> 565 <property name="buddy" > 566 <cstring>mPsSnapshot</cstring> 567 </property> 568 </widget> 569 </item> 570 <item row="4" column="1" > 571 <widget class="VBoxFilePathSelectorWidget" name="mPsSnapshot" > 572 <property name="sizePolicy" > 573 <sizepolicy vsizetype="Fixed" hsizetype="MinimumExpanding" > 574 <horstretch>0</horstretch> 575 <verstretch>0</verstretch> 576 </sizepolicy> 577 </property> 578 </widget> 579 </item> 580 <item row="5" column="1" > 581 <spacer> 198 <item> 199 <spacer name="mSpVer2" > 582 200 <property name="orientation" > 583 201 <enum>Qt::Vertical</enum> 584 202 </property> 585 <property name="sizeHint" >203 <property name="sizeHint" stdset="0" > 586 204 <size> 587 <width> 20</width>588 <height> 40</height>205 <width>0</width> 206 <height>0</height> 589 207 </size> 590 208 </property> … … 597 215 <string>&Description</string> 598 216 </attribute> 599 <layout class="QVBoxLayout" > 217 <layout class="QVBoxLayout" name="mLtDescription" > 218 <property name="spacing" > 219 <number>0</number> 220 </property> 600 221 <item> 601 222 <widget class="QTextEdit" name="mTeDescription" > … … 607 228 </property> 608 229 </widget> 609 </item>610 </layout>611 </widget>612 <widget class="QWidget" name="mTabOther" >613 <attribute name="title" >614 <string>&Other</string>615 </attribute>616 <layout class="QGridLayout" >617 <item row="0" column="0" >618 <spacer>619 <property name="orientation" >620 <enum>Qt::Horizontal</enum>621 </property>622 <property name="sizeType" >623 <enum>QSizePolicy::Fixed</enum>624 </property>625 <property name="sizeHint" >626 <size>627 <width>60</width>628 <height>20</height>629 </size>630 </property>631 </spacer>632 </item>633 <item row="0" column="1" >634 <widget class="QLabel" name="mGbRuntime" >635 <property name="text" >636 <string>Runtime:</string>637 </property>638 <property name="alignment" >639 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>640 </property>641 <property name="buddy" >642 <cstring>mCbSaveMounted</cstring>643 </property>644 </widget>645 </item>646 <item row="0" column="2" >647 <widget class="QCheckBox" name="mCbSaveMounted" >648 <property name="whatsThis" >649 <string>If checked, any change to mounted CD/DVD or Floppy media performed during machine execution will be saved in the settings file in order to preserve the configuration of mounted media between runs.</string>650 </property>651 <property name="text" >652 <string>&Remember Mounted Media</string>653 </property>654 <property name="checked" >655 <bool>true</bool>656 </property>657 </widget>658 </item>659 <item row="0" column="3" >660 <spacer>661 <property name="orientation" >662 <enum>Qt::Horizontal</enum>663 </property>664 <property name="sizeHint" >665 <size>666 <width>40</width>667 <height>20</height>668 </size>669 </property>670 </spacer>671 </item>672 <item row="1" column="2" >673 <spacer>674 <property name="orientation" >675 <enum>Qt::Vertical</enum>676 </property>677 <property name="sizeHint" >678 <size>679 <width>20</width>680 <height>40</height>681 </size>682 </property>683 </spacer>684 230 </item> 685 231 </layout> … … 701 247 <container>1</container> 702 248 </customwidget> 703 <customwidget>704 <class>BootItemsTable</class>705 <extends>QTreeWidget</extends>706 <header>VBoxSettingsUtils.h</header>707 </customwidget>708 <customwidget>709 <class>QILabelSeparator</class>710 <extends>QLabel</extends>711 <header>QILabelSeparator.h</header>712 </customwidget>713 <customwidget>714 <class>QILineEdit</class>715 <extends>QLineEdit</extends>716 <header>QILineEdit.h</header>717 </customwidget>718 249 </customwidgets> 719 250 <resources/> -
trunk/src/VBox/Frontends/VirtualBox/ui/VBoxVMSettingsHD.ui
r18246 r19837 28 28 </rect> 29 29 </property> 30 <layout class="QVBoxLayout" name="verticalLayout"> 30 <layout class="QVBoxLayout" name="mLtMain"> 31 <item> 32 <widget class="QLabel" name="mLbIDEController" > 33 <property name="sizePolicy" > 34 <sizepolicy vsizetype="Fixed" hsizetype="Minimum" > 35 <horstretch>0</horstretch> 36 <verstretch>0</verstretch> 37 </sizepolicy> 38 </property> 39 <property name="text" > 40 <string>IDE &Controller Type</string> 41 </property> 42 <property name="buddy" > 43 <cstring>mCbIDEController</cstring> 44 </property> 45 </widget> 46 </item> 47 <item> 48 <layout class="QHBoxLayout" name="mLtIDEControllers"> 49 <item> 50 <spacer name="mSpIDEController"> 51 <property name="orientation"> 52 <enum>Qt::Horizontal</enum> 53 </property> 54 <property name="sizeType"> 55 <enum>QSizePolicy::Fixed</enum> 56 </property> 57 <property name="sizeHint" stdset="0"> 58 <size> 59 <width>20</width> 60 <height>0</height> 61 </size> 62 </property> 63 </spacer> 64 </item> 65 <item> 66 <widget class="QComboBox" name="mCbIDEController" > 67 <property name="sizePolicy" > 68 <sizepolicy vsizetype="Fixed" hsizetype="MinimumExpanding" > 69 <horstretch>0</horstretch> 70 <verstretch>0</verstretch> 71 </sizepolicy> 72 </property> 73 <property name="whatsThis" > 74 <string>Defines the type of the virtual IDE controller. Depending on this value, VirtualBox will provide different virtual IDE hardware devices to the guest OS.</string> 75 </property> 76 </widget> 77 </item> 78 </layout> 79 </item> 31 80 <item> 32 81 <widget class="QCheckBox" name="mAddControllerCheck"> … … 40 89 </item> 41 90 <item> 42 <layout class="QHBoxLayout" name=" horizontalLayout">91 <layout class="QHBoxLayout" name="mLtAddControllers"> 43 92 <item> 44 <spacer name=" horizontalSpacer">93 <spacer name="mSpAddControllers"> 45 94 <property name="orientation"> 46 95 <enum>Qt::Horizontal</enum> … … 51 100 <property name="sizeHint" stdset="0"> 52 101 <size> 53 <width> 17</width>54 <height> 17</height>102 <width>20</width> 103 <height>0</height> 55 104 </size> 56 105 </property> … … 84 133 <item> 85 134 <widget class="QWidget" name="mGbAts" native="true"> 86 <property name="minimumSize">87 <size>88 <width>0</width>89 <height>200</height>90 </size>91 </property>92 135 <layout class="QHBoxLayout"> 93 136 <property name="margin">
Note:
See TracChangeset
for help on using the changeset viewer.