>>>> 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/                                
          
_______________________________________________
PyQt mailing list    PyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Reply via email to