tags:

views:

146

answers:

1

Hello!

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 do I actually getting the QWebPage reference to the next page.

Thanks.

A: 

Does QApplication::postEvent with your event and QWebView as target works as suposed?

Kamil Klimek
nop, I get the first page content not the second (the target)
meirdrago
So maybe I didn't understand what you want to achieve. You want to get contents of url target page into what? Into Pixmap ? Specify your question
Kamil Klimek