C

Qt Quick Ultralite Extras QML Types

The Qt Quick Ultralite Extras module provides types useful for extra optimizations of Qt Quick Ultralite applications.

To use the Qt Quick Ultralite Extras 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.Extras 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 Extras QML module.

Object Types

ColorizedImage

Displays an colorized image

PaintedItem

Allows drawing directly to framebuffer using the platform context

QulPerf

Holds information about application performance

StaticText

Enables optimized drawing of text

Available under certain Qt licenses.
Find out more.