C

Qul::ResourceStorageSectionInfo Struct

struct Qul::ResourceStorageSectionInfo
Header: #include <ResourceStorageSectionInfo>
Since: Qt Quick Ultralite 2.12

Public Variables

Detailed Description

Contains information about a resource storage section.

See also queryResourceStorageSectionInfo.

Member Variable Documentation

int ResourceStorageSectionInfo::applicationMajorVersion

The major version of the resource storage section that the application was originally built against.

int ResourceStorageSectionInfo::applicationMinorVersion

The minor version of the resource storage section that the application was originally built against.

int ResourceStorageSectionInfo::resourceMajorVersion

The major version of the resource data, which might differ from applicationMajorVersion. For example, if the application or resource data have been updated indepently for OTA resources update.

int ResourceStorageSectionInfo::resourceMinorVersion

The minor version of the resource data, which might differ from applicationMinorVersion. For example, if the application or resource data have been updated indepently for OTA resources update.

Available under certain Qt licenses.
Find out more.