how to navigate to another page using QMouseEvent qt event
Please help me , I need to load one page then simulating click event to get the content of the target page. from this tutorial I figured out how to produce the event but how d开发者_开发百科o I actually getting the QWebPage reference to the next page.
Thanks.
Does QApplication::postEvent
with your event and QWebView as target works as suposed?
精彩评论