Qt Quick Timeline QML Types

QtQuick.Timeline 임포트

QML 유형을 애플리케이션으로 가져오려면 .qml 파일에 다음 가져오기 문을 사용합니다:

import QtQuick.Timeline

Keyframe

키프레임

KeyframeGroup

키프레임 그룹

Timeline

타임라인

TimelineAnimation

타임라인에 첨부된 숫자 애니메이션

QtQuick.Timeline.BlendTrees 임포트

BlendTrees 서브모듈은 여러 개의 TimelineAnimation를 블렌딩하여 새로운 동적 애니메이션을 만들기 위한 QML 유형을 제공합니다.

QML 유형을 애플리케이션으로 가져오려면 .qml 파일에 다음 import 문을 사용합니다:

import QtQuick.Timeline.BlendTrees

BlendAnimationNode

두 애니메이션 소스를 블렌딩하는 블렌드 트리 노드

BlendTreeNode

모든 블렌드 트리 노드의 베이스 클래스

TimelineAnimationNode

타임라인 애니메이션을 재생하는 블렌드 트리 소스 노드

© 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.