Hi, i have tried to download with qt webview and there was emitted a signal unsupportedContent(QNetworkReply) and after the QWebview’s loadFinished(bool) signal is emitted with false value. The code looks like so
QNetworkRequest request(QUrl::fromUserInput(url));
myWebView->load(request, QNetworkAccessManager::PostOperation, data);
I used Qt 5.2 and my os is mac 10.8.
[edit: Added @ coding tags SGaist]
↧