QWebView issue
-
Hi,
My problem is very simple actually but I couldn't figure out where the problem exactly is.
Please download my minimal code from the following link: "link to dropbox":https://www.dropbox.com/s/4rooelcjbcl9qus/minimal_webview.zipThe code consist of a QWebView and it is loaded to a target webpage on Load. So simple.
The problem is, when the page is loaded, please try to click on the orange button on the webpage which has a text "Jouw zoekertje, GRATIS PLAATSEN". You will see that QWebView loads nothing for this link. However, if you do the same action on your regular browser, it works and it loads.I am guessing that the website excepts something from browser (QWebView) but it returns nothing and I need to implement it. But don't know what it is.
I'd greatly appreciate your comments on the issue.
Thanks in advance, -
All,
Could anyone please tell me how I can trace request headers when I click on a link on a QWebView? I can see the response headers by receiving finished signal from QNetworkAccessManager but couldn't find the requested ones. I want to compare what is requested and compare it with the ones I receive from Chrome. -
Guys, could anyone tell me why I got no comment on my question? I am quite sure that many of you have already worked with QWebView and perhaps encountered a similar question.
I tried the same thing with C# WebBrowser element and it worked perfect there. When the page is loaded, I clicked on the link that I mentioned in my first post and it loaded it. Could anyone help me to analyze what the problem is with QWebView?