WebView user agent
-
There is an example of this in the documentation of the QNetworkAccessManager class. It looks as though to adapt that to your needs you may need to adjust the link delegation policy in your QWebPage.
Edit: Sorry, didn't notice this was under Qt Quick. Assumed you were using QWebView so that answer probably doesn't help.
-
Hi,
I have the same question, please any help?How I can set the user agent for this example: "http://doc.qt.nokia.com/latest/demos-declarative-webbrowser.html":http://doc.qt.nokia.com/latest/demos-declarative-webbrowser.html
Thank you