PDA

View Full Version : How can i pass click event to a qwebElement within QwebView.



anupam
24th February 2014, 08:05
Hi ,
I have 2 radio buttons in a web page.
I want the 1st radio button automatically clicked when the QwebView is loaded first.
Please suggest me how can I do this?

ChrisW67
24th February 2014, 08:46
I suggest you find a good HTML tutorial and adjust your HTML so the radio button is selected.

anda_skoa
24th February 2014, 08:47
QWebFrame has a loadFinished() signal.

Use the DOM access or JavaScript evalution to do you bidding.

Cheers,
_