Searched defs:formatValue (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/
H A DUIVMInfoDialog.cpp669 strResult += formatValue(strLabel, aResolutions[iScreen], iMaxLength);
671 strResult += formatValue(tr("VM Uptime"), strUptime, iMaxLength);
672 strResult += formatValue(tr("Clipboard Mode"), strClipboardMode, iMaxLength);
673 strResult += formatValue(tr("Drag and Drop Mode"), strDnDMode, iMaxLength);
674 strResult += formatValue(VBoxGlobal::tr("VT-x/AMD-V", "details report"), strVirtualization, iMaxLength);
675 strResult += formatValue(VBoxGlobal::tr("Nested Paging", "details report"), strNestedPaging, iMaxLength);
676 strResult += formatValue(VBoxGlobal::tr("Unrestricted Execution", "details report"), strUnrestrictedExecution, iMaxLength);
677 strResult += formatValue(VBoxGlobal::tr("Paravirtualization Interface", "details report"), strParavirtProvider, iMaxLength);
678 strResult += formatValue(tr("Guest Additions"), strGAVersion, iMaxLength);
679 strResult += formatValue(t
808 QString UIVMInfoDialog::formatValue(const QString &strValueName, function in class:UIVMInfoDialog
[all...]

Completed in 34 milliseconds