C

MCU.Config.safeBitmapStorageSection

Description

Use this property to define a memory section that the SafeImage, SafePicture and static SafeText resources are stored in.

Note: The given section must appear in the linker script. See Linker script setup for more information.

Usage

This property is accepted in the main application .qmlproject file. It takes a string, and the default value is "QulResourceData".

Code example:

MCU.Config {
    safeBitmapStorageSection: "QulSafeBitmapResourceData"
}

Since

This property was introduced in Qt Quick Ultralite 2.12.0.

See also Linker script setup and MCU.Config.safeBitmapRuntimeAllocationType.

Available under certain Qt licenses.
Find out more.