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

/vbox/src/VBox/Frontends/VirtualBox/src/globals/
H A DUIMessageCenter.cpp2141 void UIMessageCenter::cannotSaveGuestAdditions(const QString &strURL, const QString &strTarget) const argument
2148 .arg(strURL, strTarget));
2181 bool UIMessageCenter::confirmDownloadUserManual(const QString &strURL, qulonglong uSize) const argument
2186 .arg(strURL, QLocale(VBoxGlobal::languageId()).toString(uSize)),
2191 void UIMessageCenter::cannotSaveUserManual(const QString &strURL, const QString &strTarget) const argument
2198 .arg(strURL, strTarget));
2201 void UIMessageCenter::warnAboutUserManualDownloaded(const QString &strURL, const QString &strTarget) const argument
2207 .arg(strURL, strTarget));
2220 bool UIMessageCenter::confirmDownloadExtensionPack(const QString &strExtPackName, const QString &strURL, qulonglong uSize) const argument
2225 .arg(strExtPackName, strURL, QLocal
[all...]

Completed in 308 milliseconds