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.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 Extras QML module.
Object Types
Displays an colorized image | |
Allows drawing directly to framebuffer using the platform context | |
Holds information about application performance | |
Enables optimized drawing of text |
Available under certain Qt licenses.
Find out more.