Qt: QTextEdit::setTextFormat(Qt::LogText) does not exist anymore, what else can I use to log?
- by user363778
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!