Quantcast
Channel: Qt DevNet forums: Qt WebKit
Viewing all articles
Browse latest Browse all 542

unsupportedContent signal is emitted in qt webview

$
0
0
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]

Viewing all articles
Browse latest Browse all 542

Trending Articles