/home/test/test0805/mainwindow.cpp:19: 错误: variable ‘QPainter paint’ has initializer but incomplete type
     QPainter paint(this);

解决方案:在.cpp文件中添加#include <qpainter.h>

参考:https://blog.csdn.net/qq_31674679/article/details/80150058

Logo

腾讯云面向开发者汇聚海量精品云计算使用和开发经验,营造开放的云计算技术生态圈。

更多推荐