C

MCU.Config.resourceOptimizeForScale

Enable optimizations for scaling the image at runtime.

Description

Use this property to either enable or disable platform-specific optimizations for scaling 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 {
    resourceOptimizeForScale: "NO"
}

Since

This property was introduced in QmlProject API 1.3 .

See also QUL_RESOURCE_OPTIMIZE_FOR_SCALE and ImageFiles.MCU.resourceOptimizeForScale.

Available under certain Qt licenses.
Find out more.