VirtualBox

Changeset 41927 in vbox


Ignore:
Timestamp:
Jun 27, 2012 2:49:16 PM (13 years ago)
Author:
vboxsync
Message:

FE/Qt: show the current clipboard state in the VM information dialog

File:
1 edited

Legend:

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

    r41819 r41927  
    476476            resolution += QString ("x%1").arg (bpp);
    477477
     478        QString mode = gpConverter->toString(m.GetClipboardMode());
     479
     480
    478481        CMachineDebugger debugger = console.GetDebugger();
    479482        QString virtualization = debugger.GetHWVirtExEnabled() ?
     
    515518        result += hdrRow.arg (":/state_running_16px.png").arg (tr ("Runtime Attributes"));
    516519        result += formatValue (tr ("Screen Resolution"), resolution, maxLength);
     520        result += formatValue (tr ("Clipboard Mode"), mode, maxLength);
    517521        result += formatValue (VBoxGlobal::tr ("VT-x/AMD-V", "details report"), virtualization, maxLength);
    518522        result += formatValue (VBoxGlobal::tr ("Nested Paging", "details report"), nested, maxLength);
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