[PyQt] qDebug() in pyQt5

Christopher Probst christop.probst at gmail.com
Thu Sep 27 15:35:18 BST 2018


Hi,

What is the best way to mimic qDebug()'s behavior in pyqt?

What is the python equivalent of this C++ code?
QColor aColor = Qt::blue;
qDebug() <<  aColor;

Thanks,
Christopher
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.riverbankcomputing.com/pipermail/pyqt/attachments/20180927/12b208cf/attachment.html>


More information about the PyQt mailing list