[Qt-interest] fast output console widget?
Patrick Stinson
patrickstinson.lists at gmail.com
Tue Nov 17 19:50:45 CET 2009
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?
thanks!
More information about the Qt-interest-old
mailing list