解决QT用QPainter::drawText出现Paint device returned engine == 0, type: 3 等错误

  • Post author:
  • Post category:其他


用QImage载入图片后用QPainter进行处理时有些图片会莫名其妙出现如下问题:

QPainter::begin: Paint device returned engine == 0, type: 3

QPainter::setRenderHint: Painter must be active to set rendering hints

QPainter::setPen: Painter not active

后来我尝试用新的QT库,问题得到解决。QT4.7.4可能对图片格式的支持不是很全面,用4.8.5的库就没有问题了。

转载于:https://www.cnblogs.com/bemawen/p/3204719.html