Qt Quick タイムライン
Qt Quick Timelineモジュールは、キーフレームベースのアニメーションとパラメータ化を可能にします。このモジュールは、Qt Design Studio とQt Quick Designer で直接サポートされ、キーフレーム・ベースのアニメーションを作成するためのタイムライン・エディタを備えています。
モジュールの使用
このモジュールの QML タイプは、QtQuick.Timeline
のインポートから利用できます。この型を使用するには、.qmlファイルに以下のimport文を追加してください:
import QtQuick.Timeline
記事とガイド
リファレンス
モジュールの進化
Qt Quick の変更点 タイムラインには、Qt 6 シリーズで行われたモジュール API と機能の重要な変更点が記載されています。
ライセンス
Qt Quick TimelineはThe Qt Companyの商用ライセンスで利用できます。さらに、GNU General Public License, version 3でも利用可能です。詳しくはQt ライセンスをご覧ください。
© 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.