Skip to content

Instantly share code, notes, and snippets.

@nowrep
Created January 28, 2013 15:15
Show Gist options
  • Save nowrep/4656263 to your computer and use it in GitHub Desktop.
Save nowrep/4656263 to your computer and use it in GitHub Desktop.
DownloadManager::DownloadInfo info;
info.page = page(); // QWebPage*
info.suggestedFileName = suggestedFileName;
info.askWhatToDo = false;
info.forceChoosingPath = true;
DownloadManager* dManager = mApp->downManager();
dManager->download(request, info);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment