C
Qt Quick Ultralite Extras QML Types
The Qt Quick Ultralite Extras module provides types useful for extra optimizations of 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.Extras 2.10.0
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
Draws a sprite animation stored in a directory | |
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.