hi:
I want to show some message on QStatusBar using showMesage slot ,but i get following meaage:
QPaintEngine::setSystemRect, should not be changed while engine is active
QPaintEngine::setSystemClip(), should not be changed while engine is active
QPaintEngine::setSystemRect, should not be changed while engine is active
QPaintEngine::setSystemClip(), should not be changed while engine is active
QPaintEngine::setSystemRect, should not be changed while engine is active
QPaintEngine::setSystemClip(), should not be changed while engine is active
QPaintEngine::setSystemRect, should not be changed while engine is active
QPaintEngine::setSystemClip(), should not be changed while engine is active
QPaintEngine::setSystemRect, should not be changed while engine is active
QPaintEngine::setSystemClip(), should not be changed while engine is active
QPaintEngine::setSystemRect, should not be changed while engine is active
QPaintEngine::setSystemClip(), should not be changed while engine is active
QWidget::repaint: recursive repaint detected.
and the message i want to show is not be displayed. I don't know why . anyone help me.
Thanks