Lines Matching defs:strLocation
1104 const QString &strLocation, const StorageSlot &storageSlot,
1113 .arg(strLocation).arg(gpConverter->toString(storageSlot)).arg(CMachine(machine).GetName());
1119 .arg(strLocation).arg(gpConverter->toString(storageSlot)).arg(CMachine(machine).GetName());
1125 .arg(strLocation).arg(gpConverter->toString(storageSlot)).arg(CMachine(machine).GetName());
1317 int UIMessageCenter::confirmDeleteHardDiskStorage(const QString &strLocation, QWidget *pParent /* = 0*/) const
1329 .arg(strLocation),
1335 void UIMessageCenter::cannotDeleteHardDiskStorage(const CMedium &medium, const QString &strLocation, QWidget *pParent /* = 0*/) const
1339 .arg(strLocation),
1343 void UIMessageCenter::cannotDeleteHardDiskStorage(const CProgress &progress, const QString &strLocation, QWidget *pParent /* = 0*/) const
1347 .arg(strLocation),
1351 void UIMessageCenter::cannotDetachDevice(const CMachine &machine, UIMediumType type, const QString &strLocation, const StorageSlot &storageSlot, QWidget *pParent /* = 0*/) const
1360 .arg(strLocation, gpConverter->toString(storageSlot), CMachine(machine).GetName());
1366 .arg(strLocation, gpConverter->toString(storageSlot), CMachine(machine).GetName());
1372 .arg(strLocation, gpConverter->toString(storageSlot), CMachine(machine).GetName());
1436 void UIMessageCenter::cannotOpenMedium(const CVirtualBox &vbox, UIMediumType type, const QString &strLocation, QWidget *pParent /* = 0*/) const
1462 strMessage.arg(strLocation), formatErrorInfo(vbox));
1537 void UIMessageCenter::cannotOverwriteHardDiskStorage(const QString &strLocation, QWidget *pParent /* = 0*/) const
1544 .arg(strLocation));
1547 void UIMessageCenter::cannotCreateHardDiskStorage(const CVirtualBox &vbox, const QString &strLocation, QWidget *pParent /* = 0*/) const
1551 .arg(strLocation),
1555 void UIMessageCenter::cannotCreateHardDiskStorage(const CMedium &medium, const QString &strLocation, QWidget *pParent /* = 0*/) const
1559 .arg(strLocation),
1563 void UIMessageCenter::cannotCreateHardDiskStorage(const CProgress &progress, const QString &strLocation, QWidget *pParent /* = 0*/) const
1567 .arg(strLocation),
2652 void UIMessageCenter::sltShowUserManual(const QString &strLocation)
2655 HtmlHelp(GetDesktopWindow(), strLocation.utf16(), HH_DISPLAY_TOPIC, NULL);
2662 QProcess::startDetached(QString(szViewerPath) + "/kchmviewer", QStringList(strLocation));
2664 vboxGlobal().openURL("file://" + strLocation);
2667 vboxGlobal().openURL("file://" + strLocation);