Hi all!
Do anybody know how to set opacity for plasmoid?
Background transparency like Desktop Folder plasmoid has...
I have tried with QPointer::setOpacity() but that doesn't work.

Qt Code:
  1. void TestPlasmoid::paintInterface(QPainter *p, const QStyleOptionGraphicsItem *option, const QRect &contentsRect)
  2. {
  3. p->setOpacity(0.2);
  4. }
To copy to clipboard, switch view to plain text mode