Re: [PyKDE] Seek: Qt based, rich text editor written in PyQt

2004-06-15 Thread Jim Bublitz
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

___
PyKDE mailing list[EMAIL PROTECTED]
http://mats.imk.fraunhofer.de/mailman/listinfo/pykde


Re: [PyKDE] Seek: Qt based, rich text editor written in PyQt

2004-06-15 Thread Michael Sparks
On Monday 14 June 2004 10:24 am, Andrew Smart wrote:
> Hi,
>
> I currently seek a Qt based, rich text editor written in PyQt.
>
> The Qt included "rich text editor control" is not sufficient for
> our requirement profile, unfortunatly.

What's wrong with it - what do you find is missing from it? Personally I
find it a pretty useful widget. (And in fact it's the sole reason I'm
using PyQT rather than wx windows or similar)


Michael.

___
PyKDE mailing list[EMAIL PROTECTED]
http://mats.imk.fraunhofer.de/mailman/listinfo/pykde


Re: [PyKDE] Seek: Qt based, rich text editor written in PyQt

2004-06-15 Thread Boudewijn Rempt
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.

___
PyKDE mailing list[EMAIL PROTECTED]
http://mats.imk.fraunhofer.de/mailman/listinfo/pykde


Re: [PyKDE] Seek: Qt based, rich text editor written in PyQt

2004-06-15 Thread Phil Thompson
On Monday 14 June 2004 10:24 am, Andrew Smart wrote:
> Hi,
>
> I currently seek a Qt based, rich text editor written in PyQt.
>
> The Qt included "rich text editor control" is not sufficient for
> our requirement profile, unfortunatly.
>
> Does anyone can give me an hint? Commercial use of
> the component is a must...

I replied to this on the PBF mailing list, but I don't trust that list to work 
properly - sorry if it's a dup.

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/

PyQt contains bindings for it.

Phil

___
PyKDE mailing list[EMAIL PROTECTED]
http://mats.imk.fraunhofer.de/mailman/listinfo/pykde


[PyKDE] Seek: Qt based, rich text editor written in PyQt

2004-06-14 Thread Andrew Smart
Hi,

I currently seek a Qt based, rich text editor written in PyQt.

The Qt included "rich text editor control" is not sufficient for
our requirement profile, unfortunatly.

Does anyone can give me an hint? Commercial use of
the component is a must...

Regards,
Andrew


___
PyKDE mailing list[EMAIL PROTECTED]
http://mats.imk.fraunhofer.de/mailman/listinfo/pykde