Registry / other / qtquicktimeline

qtquicktimeline

JSON →
library6.10.1vcpkgunverified

The Qt Quick Timeline module enables keyframe-based animations and parameterization.

vcpkg install qtquicktimeline
INSTALL
IMPORT
SIG · QTQUICKTIMELINE
Q
qtquicktimeline
othercppv6.10.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

QtQuickTimeline
✓ #include <QtQuickTimeline>

Basic Qt Quick application with timeline support

#include <QGuiApplication> #include <QQuickView> #include <QtQuickTimeline> int main(int argc, char *argv[]) { QGuiApplication app(argc, argv); QQuickView view; view.setSource(QUrl("main.qml")); view.show(); return app.exec(); }
Debug
Known issues
gotchaRequires Qt6 Quick module and may have compatibility issues with older QML engines.
fix
Use Qt6.2 or later and ensure proper QML imports.
affects: >=6.0
Upgrade
Version history
6.10.1latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources

No resource links recorded.

qtquicktimeline — pip install qtquicktimeline · libregistry