[PyKDE] QScintilla Lexers
Jim Bublitz
jbublitz at nwinternet.com
Tue Jan 11 00:33:16 GMT 2005
On Monday 10 January 2005 15:38, yawber wrote:
> If I was writing a Qt app in C++ which used QScintilla, I could just go
> ahead and sub-class QextScintillaLexer without any problems. But because
> I'm a Python programmer using QScintilla via PyQt, I can't.
PyQt includes a sip binding for QextScintillaLexer (and subclasses), meaning
it can be imported into a Python program and subclassed.
I'm not sure of the mechanics of getting this to work with the rest of
QScintilla, but it looks like it should be possible.
Jim
More information about the PyQt
mailing list