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.

Using the Module

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

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

After adding the module files, add the following import statement to your .qml file:

import QtQuick.Timeline 1.0

Linking an application to the CMake target

Note: This step applies to deprecated CMake APIs only.

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

target_link_libraries(app PRIVATE Qul::Timeline)

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.