I need a text logger in my C ++ application, QTextEdithad this function before Qt 3.3, but unfortunately it was removed. Is there an alternative I could use?
QTextEdit
Two options:
QTextEdit::setReadOnly(true)
Qt::LogText
Q3TextEdit
, QPlainTextEdit - , .
.