Qt Quick Timeline
Qt Quick Timeline 모듈을 사용하면 키프레임 기반 애니메이션과 매개변수화를 사용할 수 있습니다. 이 모듈은 Qt Design Studio 및 Qt Quick 디자이너에서 직접 지원되며, 타임라인 편집기를 통해 키프레임 기반 애니메이션을 만들 수 있습니다.
모듈 사용
모듈의 QML 유형은 QtQuick.Timeline
가져오기를 통해 사용할 수 있습니다. 유형을 사용하려면 .qml 파일에 다음 가져오기 문을 추가합니다:
import QtQuick.Timeline
문서 및 가이드
참조
모듈 진화
Qt Quick Timeline 의 변경 사항에는 Qt 6 시리즈에 적용된 모듈 API 및 기능의 중요한 변경 사항이 나열되어 있습니다.
라이선스
Qt Quick Timeline 는 Qt Company의 상용 라이선스에 따라 사용할 수 있습니다. 또한 GNU 일반 공중 사용 허가서 버전 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.