Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
现在它看起来像这样:
Mozilla/5.0 (X11; Linux i686) AppleWebKit/534.34 (KHTML, like Gecko) Qt/4.8.1 Safari/534.34
但我想把它改成这样:
Nokia5320XpressMusic/GoBrowser/1.6.0.70
最简单的方法是子类QWebPage化并覆盖userAgentForUrl- 方法,然后您可以QWebView使用setPage.
QWebPage
userAgentForUrl
QWebView
setPage