PDA

View Full Version : web browser emulation using Qt



Ricardo_arg
6th April 2011, 23:02
hi, everyone i am mainly a java developer, but i am also a C++ programmer, i was wondering is there is a way to simulate the behavior of a web browser in Qt?

wysota
6th April 2011, 23:20
Would you care to explain what you mean by "simulate"? Are QWebPage or QWebView what you want?

Ricardo_arg
7th April 2011, 15:13
sorry i need that my app can execute javaScript on the page downladed by the user, like a little browser.

like WebPage plus the manage of the cookies session.

wysota
7th April 2011, 16:00
QWebPage can do all that.