C

MCU.Config.resourceOptimizeForRotation

Enable optimizations for rotating the image at runtime.

Description

Use this property to either enable or disable platform-specific optimizations for rotating an image at runtime. It accepts one of these values: true, false, "ON", "OFF", "YES", "NO", 1, or 0. It is set to "OFF" by default.

Usage

MCU.Config {
    resourceOptimizeForRotation: "NO"
}

Since

This property was introduced in QmlProject API 1.3 .

See also QUL_RESOURCE_OPTIMIZE_FOR_ROTATION and ImageFiles.MCU.resourceOptimizeForRotation.

Available under certain Qt licenses.
Find out more.