[PyQt] QsciScintilla with multiple documents
Lee Harr
missive at hotmail.com
Sat Apr 27 17:06:29 BST 2013
>>>> Should I just be creating multiple QsciScintilla to make the multiple
>>>> document system?
This is what I ended up doing. I put them in a QStackedLayout.
It works quite well. The QsciScintilla API is much easier to use
than QTextEdit and it has a lot of nice extra features built in.
Code here if anyone is interested:
https://code.google.com/p/pynguin/source/browse/
More information about the PyQt
mailing list