PDA

View Full Version : Filling forms with QWebKit



physicistjedi
3rd December 2008, 18:36
There is an example in QT examples for extracting form data:
http://doc.trolltech.com/4.4-snapshot/webkit-formextractor.html
Is there a way to fill the forms as well? If not, does anybody know whether it will be included in the upcoming releases?
Thanks!
pj

jpn
4th December 2008, 18:50
I'm not sure, but how about trying QWebFrame::evaluateJavaScript()?