Qt: QTextEdit::setTextFormat(Qt::LogText) does not exist anymore, what else can I use to log?

Posted by user363778 on Stack Overflow See other posts from Stack Overflow or by user363778
Published on 2010-06-17T08:44:03Z Indexed on 2010/06/17 8:53 UTC
Read the original article Hit count: 326

Filed under:
|
|
|
|

Hi,

I need a text logger in my C++ application, QTextEdit used to have this feature until Qt 3.3 but unfortunately it has been removed. Is there an alternative that I could use?

Tanks for your help!

© Stack Overflow or respective owner

Related posts about c++

Related posts about qt