Hai
I want get the screen output of qDebug() or printf or fprintf to a QString Variable
how to do this?
Code:
int a=0x3F4ccccd; QString hexA; qDebug("%x",a); // i want this output in a QString hexA Variable.
help please
Printable View
Hai
I want get the screen output of qDebug() or printf or fprintf to a QString Variable
how to do this?
Code:
int a=0x3F4ccccd; QString hexA; qDebug("%x",a); // i want this output in a QString hexA Variable.
help please
Please avoid starting new threads for similar problems.
You might also be interested in:
QtGlobal, particularly qInstallMsgHandler() if you want to globally redirect qDebug() and friends.