C

MCU.Config.platformImageAlignment

Description

Use this property to define the minimum alignment for image data. It take a number that is a power of 2 (1,2,4,8), and is not set by default.

Note: This property must be set in BoardDefaults.qmlprojectconfig. See the Qt Quick Ultralite Platform Porting Guide for more information.

Usage

MCU.Config {
    platformImageAlignment: 2
}

Since

This property was introduced in QmlProject API 1.3 .

See also QUL_PLATFORM_REQUIRED_IMAGE_ALIGNMENT.

Available under certain Qt licenses.
Find out more.