Hi, I'm making an application, and I don't want the different effects of the Window Manager (such as compiz on Ubuntu) to work for a certain widget.

I have tried:
Qt Code:
  1. setAttribute(Qt::WA_PaintOnScreen, true);
To copy to clipboard, switch view to plain text mode 
But no luck. Anyone have any idea on how to somehow set a Widget Window Hint to prevent desktop effects?

Thanks in advance,
~codeslicer