tr("qBittorrent is not the default application to open torrent files or Magnet links.\nDo you want to associate qBittorrent to torrent files and Magnet links?"),
QMessageBoxconfirmBox(QMessageBox::Question,tr("Recursive download confirmation"),tr("The torrent '%1' contains torrent files, do you want to proceed with their download?").arg(torrentName));
QMessageBoxconfirmBox(QMessageBox::Question,tr("Recursive download confirmation"),tr("The torrent '%1' contains torrent files, do you want to proceed with their download?").arg(torrentName),QMessageBox::NoButton,this);
QMessageBox::warning(0,tr("Uninstall warning"),tr("Some plugins could not be uninstalled because they are included in qBittorrent. Only the ones you added yourself can be uninstalled.\nThose plugins were disabled."));
QMessageBox::warning(this,tr("Uninstall warning"),tr("Some plugins could not be uninstalled because they are included in qBittorrent. Only the ones you added yourself can be uninstalled.\nThose plugins were disabled."));
else
QMessageBox::information(0,tr("Uninstall success"),tr("All selected plugins were uninstalled successfully"));
QMessageBox::information(this,tr("Uninstall success"),tr("All selected plugins were uninstalled successfully"));