PDA

View Full Version : qdebug to textedit



Anupamp
10th November 2016, 19:56
how to show qdebug output into lineedit

thanks in advance_____

ChrisW67
10th November 2016, 20:22
qInstallMessageHandler (http://doc.qt.io/qt-5/qtglobal.html#qInstallMessageHandler)

You probably want a QTextEdit rather than a line edit.

Anupamp
12th November 2016, 05:50
HOW to use qInstallMessageHandler

anda_skoa
12th November 2016, 10:01
HOW to use qInstallMessageHandler
ChrisW67 linked to that. I.e. you can click on the "qInstallMessageHandler" portion of his post.
You could also type this into Qt Assistant or the search function of the Qt online documentation.

Cheers,
_