Re: [PyQt] python bindings around webkit

2008-10-15 Thread lkcl
Aaron Digulla wrote: > > Quoting Luke Kenneth Casson Leighton <[EMAIL PROTECTED]>: > > > I'd like to use the HTML edit mode of webkit (there is a demo editor > which comes with the webkit source). > there is? _great_. i wasn't aware of that. cool. very handy. > My main issue with

Re: [PyQt] python bindings around webkit

2008-10-15 Thread Aaron Digulla
Quoting Luke Kenneth Casson Leighton <[EMAIL PROTECTED]>: I'm especially interested if I would be able to get access to the current cursor position in edit mode - that would allow me to use WebKit as the basis to write a very powerful WYSIWYG text editor. well... you can definitely get access

[PyQt] python bindings around webkit

2008-10-15 Thread Luke Kenneth Casson Leighton
> Hi, helloo :) > This sounds very interesting. I'm looking at this from a user > perspective. Will this allow me to access all and any object in a HTML > page loaded by Webkit? ep :) including (once it's implemented) the SVG canvas (ooo). you _can_ access the SVG canvas at the moment, b