I use QWebView to load a page, then I only keep reloading it with reload()slot. loadFinished(bool) signal often undicates false. I also use QwebView’s network access manager’s finished signal to get http response code – it’s set to 0.
The same page loads fine with all browsers, no matter how fast I try to relaod it in browser. How to debug this problem, what could be wrong?
I use QWebView to load a page, then I only keep reloading it with
Share
Have you tried to get the reply’s error code and error message, like this: