VirtualBox

Changeset 37755 in vbox for trunk


Ignore:
Timestamp:
Jul 4, 2011 10:21:00 AM (13 years ago)
Author:
vboxsync
Message:

FE/Qt: 5763: Create CPU execution cap UI in Machine settings / System page: Show execution cap in VM details tab of VM manager if execution cap is less than 100%.

File:
1 edited

Legend:

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

    r37753 r37755  
    596596                    .arg(cCPU);
    597597
    598 #ifdef VBOX_WITH_FULL_DETAILS_REPORT
    599             /* Execution Cap
    600              * is NOT such important attribute to be reflected in details page... */
    601598            int iCPUExecCap = m_machine.GetCPUExecutionCap();
    602599            if (iCPUExecCap < 100)
     
    604601                                             tr("<nobr>%1%</nobr>", "details report"))
    605602                    .arg(iCPUExecCap);
    606 #endif /* VBOX_WITH_FULL_DETAILS_REPORT */
    607603
    608604            /* Boot order */
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