我遇到以下错误的麻烦。
mijnanimatie.cpp:3:错误:抽象类类型的新表达式无效' QGraphicsItem'
mijnAnimatie :: mijnAnimatie(QObject * parent):QObject(parent),graphicsPointer(new QGraphicsItem(this)),painter(new QPainter(this)),angle(0)
我确实已在论坛上查找此错误,但它没有帮助。
我的目标:
点击mijnAnimatie::rotate()
时,尝试调用另一个班级的pushbutton
函数,仅此而已。