How to forward console prints to label?
Unsolved
General and Desktop
-
Hi,
do you know how i can forward everything that is printed to the console to an label??
I noticed that qt is printing a lot to the console (Qimage import warnings, QOpenGlShader errors,...)
Is there a easy way to write everything that is printed to the console to an label instead?? -
Stuff Qt is printed through QDebug, ... mechanism. You may want to have a look to QMessageLogger
Also the debugging techniques may be of interest. You can install a message handler in your application