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?
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?
I suggest you find a good HTML tutorial and adjust your HTML so the radio button is selected.
QWebFrame has a loadFinished() signal.
Use the DOM access or JavaScript evalution to do you bidding.
Cheers,
_
Bookmarks