Qt Quick Timeline

Qt Quick Timeline モジュールは、キーフレームベースのアニメーションとパラメータ化を可能にします。このモジュールは、Qt Design StudioQt Quick Designer で直接サポートされ、キーフレーム・ベースのアニメーションを作成するためのタイムライン・エディタを備えています。

モジュールの使用

このモジュールの QML タイプは、QtQuick.Timeline のインポートから利用できます。この型を使用するには、.qmlファイルに以下のimport文を追加してください:

import QtQuick.Timeline

記事とガイド

リファレンス

モジュールの進化

Qt Quick Timeline の変更点には、Qt 6 シリーズの Qt で行われたモジュール API と機能の重要な変更が記載されています。

ライセンス

Qt Quick Timeline は、The Qt Companyから商用ライセンスで入手できます。また、GNU General Public License, version 3 の下でも利用可能です。詳細はQt Licensingを参照してください。

© 2025 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.