C
ResourceStorageSection.name
Specifies the name of a resource storage section.
Description
Specifies the name of the resource storage section to which the rest of the properties apply.
Usage
This property is accepted in any context where its parent node is accepted. It takes a string.
Code example:
MCU.Config { ResourceStorageSection { name: "ResourceDataInExternalFlash" majorVersion: 2 minorVersion: 1 } }
Since
This property was introduced in Qt for MCUs 2.10.0.
See also ResourceStorageSection.majorVersion, ResourceStorageSection.minorVersion, and Versioning of resource data.
Available under certain Qt licenses.
Find out more.