PDA

View Full Version : Window Opacity



chethana
10th October 2007, 10:27
Hi all,

WindowOpacity is a property of QWidget.. Which provides the transparency and opaque appearance by setting the values ranges from 0.0 for transparency and 1.0 for opaque..

If i use that property for the Main Application ... the transparency effect is coming ..

But Inside the application for child widget if i use the same property the effect is not coming..

Is it applicable only for Main Application??

wysota
10th October 2007, 10:45
It is only applicable on top level windows. If you want to have semi transparent child widgets, you have to implement semi-transparency in them yourself.