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

/vbox/src/VBox/Frontends/VirtualBox/src/selector/graphics/details/
H A DUIGDetailsElements.cpp686 QString strAttachmentType = gpConverter->toString(adapter.GetAdapterType()) local
692 strAttachmentType = strAttachmentType.arg(QApplication::translate("UIGDetails", "Bridged Adapter, %1", "details (network)")
698 strAttachmentType = strAttachmentType.arg(QApplication::translate("UIGDetails", "Internal Network, '%1'", "details (network)")
704 strAttachmentType = strAttachmentType.arg(QApplication::translate("UIGDetails", "Host-only Adapter, '%1'", "details (network)")
711 strAttachmentType = strGenericDriverProperties.isNull() ?
712 strAttachmentType.arg(QApplication::translate("UIGDetails", "Generic Driver, '%1'", "details (network)").arg(adapter.GetGenericDriver())) :
713 strAttachmentType
[all...]
/vbox/src/VBox/Main/src-server/
H A DApplianceImplExport.cpp553 Utf8Str strAttachmentType = convertNetworkAttachmentTypeToString(attachmentType); local
556 strAttachmentType, // orig
559 Utf8StrFmt("type=%s", strAttachmentType.c_str())); // extra conf

Completed in 66 milliseconds