C

Qt Quick Ultralite Layers QML Types

The Qt Quick Ultralite Layers module provides types to use layers in Qt Quick Ultralite applications.

To use the Qt Quick Ultralite Layers QML types, link your application to the Qul::Core CMake target:

qul_add_target(app)

And add the following import statement to your .qml file:

import QtQuickUltralite.Layers 2.1

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

Application

An application container for multiple screens

ImageLayer

A layer consisting of a single image

ItemLayer

A layer containing dynamic Qt Quick Ultralite items

Screen

Contains QML items to be shown on a specific screen

SpriteLayer

A sprite layer which can contain multiple image and item layers

Available under certain Qt licenses.
Find out more.