C
Qt Quick Ultralite Layers QML Types
The Qt Quick Ultralite Layers module provides types to use layers in Qt Quick Ultralite applications. It is available automatically because all applications are linked to Qul::Core
.
For platform-related limitations affecting the use of the layer APIs, refer to the platform's board documentation page:
- Infineon TRAVEO T2G platform limitations
- Renesas RH850 custom layer requirements
- NXP i.MX RT1170 custom layer requirements
And add the following import statement to your .qml
file:
import QtQuickUltralite.Layers
Notes:
- Qt Quick Ultralite provides a Qt Quick implementation of the Qt Quick Ultralite Layers QML module.
Object Types
(deprecated) An application container for multiple screens | |
An application container for multiple screens | |
A layer consisting of a single image | |
A layer containing dynamic Qt Quick Ultralite items | |
Contains QML items to be shown on a specific screen | |
A sprite layer which can contain multiple image and item layers |
Available under certain Qt licenses.
Find out more.