Re: [PyKDE] big Text in pyqt

2004-10-07 Thread Sundance
I heard Axel Mittendorf said: > Hi, what is the most efficient way to display a big text in a pyqt > app? Did you try to set the QTextEdit widget in LogText mode? t=QTextEdit() t.setTextFormat(QTextEdit.LogText) You may also want to turn undo/redo off: t.setUndoRedoEnabled(False) How muc

[PyKDE] big Text in pyqt

2004-10-06 Thread Axel Mittendorf
Hi, what is the most efficient way to display a big text in a pyqt app? It's just plain text, no colors, no html, only \n and \t. The text is not editable, at the moment we use an QTextEdit, set read only. If I start the app (the edit is empty on startup), and let it run for ~ 40 minutes, its size