VirtualBox

Changeset 20275 in vbox for trunk/src/VBox/Frontends


Ignore:
Timestamp:
Jun 4, 2009 12:55:54 PM (16 years ago)
Author:
vboxsync
Message:

FE/Qt4: 3936: Smaller UI modifications - Implemented.

Location:
trunk/src/VBox/Frontends/VirtualBox
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/VBoxGlobal.cpp

    r20242 r20275  
    110110#include <iprt/mem.h>
    111111#endif
     112
     113//#define VBOX_WITH_FULL_DETAILS_REPORT /* hidden for now */
    112114
    113115//#warning "port me: check this"
     
    14621464            bootOrder = toString (KDeviceType_Null);
    14631465
     1466#ifdef VBOX_WITH_FULL_DETAILS_REPORT
    14641467        /* ACPI */
    14651468        QString acpi = biosSettings.GetACPIEnabled()
     
    14861489            ? tr ("Enabled", "details report (Nested Paging)")
    14871490            : tr ("Disabled", "details report (Nested Paging)");
     1491#endif /* VBOX_WITH_FULL_DETAILS_REPORT */
    14881492
    14891493        QString item = QString (sSectionItemTpl2).arg (tr ("Base Memory", "details report"),
     
    14941498                       .arg (aMachine.GetCPUCount())
    14951499                     + QString (sSectionItemTpl2).arg (tr ("Boot Order", "details report"), bootOrder)
     1500#ifdef VBOX_WITH_FULL_DETAILS_REPORT
    14961501                     + QString (sSectionItemTpl2).arg (tr ("ACPI", "details report"), acpi)
    14971502                     + QString (sSectionItemTpl2).arg (tr ("IO APIC", "details report"), ioapic)
    14981503                     + QString (sSectionItemTpl2).arg (tr ("PAE/NX", "details report"), pae)
    14991504                     + QString (sSectionItemTpl2).arg (tr ("VT-x/AMD-V", "details report"), virt)
    1500                      + QString (sSectionItemTpl2).arg (tr ("Nested Paging", "details report"), nested);
     1505                     + QString (sSectionItemTpl2).arg (tr ("Nested Paging", "details report"), nested)
     1506#endif /* VBOX_WITH_FULL_DETAILS_REPORT */
     1507                     ;
    15011508
    15021509        report += sectionTpl
     1510#ifdef VBOX_WITH_FULL_DETAILS_REPORT
    15031511                  .arg (2 + 8) /* rows */
     1512#else
     1513                  .arg (2 + 3) /* rows */
     1514#endif /* VBOX_WITH_FULL_DETAILS_REPORT */
    15041515                  .arg (":/chipset_16px.png", /* icon */
    15051516                        "#system", /* link */
  • trunk/src/VBox/Frontends/VirtualBox/ui/VBoxVMSettingsDisplay.ui

    r19664 r20275  
    196196     <widget class="QWidget" name="mTabVRDP" >
    197197      <attribute name="title" >
    198        <string>V&amp;RDP</string>
     198       <string>&amp;Remote Display</string>
    199199      </attribute>
    200200      <layout class="QVBoxLayout" name="mLtVRDPPage" >
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette