开发者

How can I programmatically send events to Qt's webkit?

I would like to create a specialized browser that can enter certain information semi-automatica开发者_如何学编程lly into pages that are browsed. I am using for this Qt Webkit (in particular the python bindings). How can I do this?


it's doable, using javascript code-snippets. take a look at the pyjamas-desktop "failed experiment" pyjd/pyqt4.py runtime, noting the rather important addition of the words "failed".

you would be strongly advised to avoid pywebkitqt4 for this particular purpose, instead looking at either python-hulahop (originally part of the OLPC project) or perhaps python-webkit - http://www.gnu.org/software/pythonwebkit

l.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜