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??