[PyKDE] Seek: Qt based, rich text editor written in PyQt
Jim Bublitz
jbublitz at nwinternet.com
Tue Jun 15 18:25:01 BST 2004
On Tuesday 15 June 2004 01:55, Boudewijn Rempt wrote:
> On Tue, 15 Jun 2004, Phil Thompson wrote:
> > I'm not sure what a rich text editor is, but the only thing I can suggest
> > is QScintilla. Docs are at
> > http://www.riverbankcomputing.co.uk/qscintilla/docs/
> A rich text editor is an editor that allows font styles, perhaps
> pagination, in-line images etc. Perhaps the best bet would be to use PyKDE
> and try to embed KWord.
A PyKDE application could import KWord as a KPart and use DCOP to communicate
with it. KWord's DCOP interface looks fairly extensive. You can also use DCOP
to communicate with an independently running KWord instance.
Jim
More information about the PyQt
mailing list