Hi

I want to use some effects on my widget.Such as QGraphicsBlurEffect. But the final outcome like this:
QQ截图20120217211221.png

The background color change to black...
The code just like this:
Qt Code:
  1. QGraphicsBlurEffect *effect = new QGraphicsBlurEffect;
  2. this->setGraphicsEffect(effect);
  3. //use in constructed function,but if i use in Slot function,it works without black backgroundcolor...but the effect just effects on the units(buttons,lineedits...) of the widget.The other area is no effect..
To copy to clipboard, switch view to plain text mode 
I want some help.Thanks~~
Environment: QT 4.7.3 + QtCreator in WindowsXP