C

MCU.Config.safeRendererCrcAlgorithm

Define the CRC algorithm for the Qt Safe Layout Tool

Description

Use this property to define the CRC algorithm for the Qt Safe Layout Tool. The CRC algorithm is hardware dependent. Refer to the board-specific documentation for the correct CRC algorithm.

Usage

This property is accepted in BoardDefaults.qmlprojectconfig for the target platform. It takes a string, and the default value is "CRC-32/ISO-HDLC".

The available options are:

  • "CRC-32/ISO-HDLC"
  • "CRC-32/MPEG-2"

Code example:

MCU.Config {
    safeRendererCrcAlgorithm: "CRC-32/MPEG-2"
}

Since

This property was introduced in Qt Quick Ultralite 2.12.0.

See also Qt Quick Ultralite Platform Porting Guide.

Available under certain Qt licenses.
Find out more.