C

MCU.Config.safeTextStorageSection

Description

This property can be used to define a memory section that the dynamic SafeText resources should be 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 {
    safeTextStorageSection: "QulSafeTextResourceData"
}

Since

This property was introduced in Qt Quick Ultralite 2.12.0.

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

Available under certain Qt licenses.
Find out more.