Hi ,

The widget in the "analogclock" example is transparent with respect with my widget. But, how can i make my widget transparent with respect with my desktop? (My widget is the base widget for all the other widget including the widget in the "analogclock").

I tryed to alter the widget's default palette with:

Qt Code:
  1. QPalette p(palette());
  2. p.setColor ( QPalette::Window, Qt::transparent);
  3. setPalette(p);
To copy to clipboard, switch view to plain text mode 
but instead of a transparent background i got a black background !

I don't understand what happened.

Please, help me.

Regards,
Nuno