引用第1楼hercules于2010-02-26 20:28发表的 :
和你的LCM刷新有关,试试下面的代码
repaint();
QApplication::flush();
用了这个会出现QWidget::repaint() Recursive repaint detected
QPaintEngine::setSystemRect: Should not been changed while engine is active
之类的错误
我在绘图时如果使用repaint()也会出现该问题,使用update()后解决