Where is located the qDebug qWarning qCritical and qFatal log by default on Qt?

后端 未结 4 1841
爱一瞬间的悲伤
爱一瞬间的悲伤 2020-12-10 00:28

When running my Qt5 application on linux, I don\'t see any output from qDebug, qWarning, qCritical or qFatal. I know that I can use qInstallMsgHandler to instal

4条回答
  •  北海茫月
    2020-12-10 00:52

    If you are using visual studio, qDebug etc are printed to the output window in the IDE.

提交回复
热议问题