[Qt-interest] fast output console widget?

Andreas Pakulat apaku at gmx.de
Tue Nov 17 20:45:37 CET 2009


On 17.11.09 11:50:45, Patrick Stinson wrote:
> Does anyone out there know of any implementations of a fast
> console-like widget for output only? I have an embedded python
> interpreter in my C++ app and want to print output from stdout and be
> able to click on stack frames in exception output to jump to the
> source.
> 
> We are currently using QTextGraphicsItem, but it gets kind of slow
> with a lot of text. Any other ideas out there?

QPlainTextEdit comes to mind, it was specifically designed to be a lot
faster than QTextEdit when only plain-text is involved.

Andreas

-- 
You will be married within a year, and divorced within two.



More information about the Qt-interest-old mailing list