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
.
And add the following import statement to your .qml
file:
import QtQuickUltralite.Layers 2.8.2
Notes:
- The module's version number matches Qt Quick Ultralite's version number.
- 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.