The uniform opacity setting to be applied across an entire object. Behaves like the new CSS-3 Property. Any values outside the range 0.0 (fully transparent) to 1.0 (fully opaque) will be clamped to this range.
Get current value.
QxWidget.getOpacity();
Set new value.
QxWidget.setOpacity(newValue);