C

Qt Quick Ultralite Timeline QML Types

Qt Quick Ultralite Timeline aims to be compatible with Qt Quick Timeline. See Differences between Qt Quick Ultralite Timeline and Qt Quick Timeline for details.

To use the Qt Quick Ultralite Timeline QML types, add Timeline to the list of module files in your qmlproject based project.

ModuleFiles {
    MCU.qulModules: ["Timeline"]
}

When using CMake projects, link your application to the Qul::Timeline CMake target.

target_link_libraries(app PRIVATE Qul::Timeline)

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

import QtQuick.Timeline 1.0

QML Types

Keyframe

A keyframe

KeyframeGroup

A keyframe group

Timeline

A timeline

TimelineAnimation

A number animation attached to a timeline.

Available under certain Qt licenses.
Find out more.