[PyQt] QsciScintilla with multiple documents
Phil Thompson
phil at riverbankcomputing.com
Tue Apr 23 09:52:28 BST 2013
On Tue, 23 Apr 2013 05:02:25 +0430, Lee Harr <missive at hotmail.com> wrote:
> With the QTextEdit there is a separate QTextDocument that can
> be swapped in and out to make a multi-document editor.
>
> I am trying to switch over to QsciScintilla but am having trouble
> achieving the same effect.
>
> Does the QsciDocument serve the same purpose as QTextDocument?
> The online documentation for QsciDocument is very sparse. It says
> it is for having multiple QsciScintilla viewing the same document
> which is sort of the opposite of what I want.
>
> Should I just be creating multiple QsciScintilla to make the multiple
> document system? Or am I missing something more like QTextDocument?
Just use setText().
Phil
More information about the PyQt
mailing list