C

ImageFiles.MCU.resourceOptimizeForRotation

Description

This property is a QmlProject flag. By default it is set to false.

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

ImageFiles {
    MCU.resourceOptimizeForRotation: true
}

Since

This property was introduced in QmlProject API 1.3 .

See also QUL_RESOURCE_OPTIMIZE_FOR_ROTATION and MCU.Config.resourceOptimizeForRotation.

Available under certain Qt licenses.
Find out more.