Overview | System-Objects | Class-Tree | Class-List | Global Functions | Files |

Property of a Class

Mapping to native style property opacity.

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.


Public Functions

Get

Get current value.

QxWidget.getOpacity();

Set

Set new value.

QxWidget.setOpacity(newValue);