QML 참조

QML은 매우 동적인 애플리케이션을 만들기 위한 다중 패러다임 언어입니다. QML을 사용하면 UI 구성 요소와 같은 애플리케이션 빌딩 블록을 선언하고 다양한 속성을 설정하여 애플리케이션 동작을 정의할 수 있습니다. 애플리케이션 동작은 이 언어의 하위 집합인 JavaScript를 통해 추가로 스크립팅할 수 있습니다. 또한 QML은 Qt를 많이 사용하므로 QML 애플리케이션에서 유형 및 기타 Qt 기능에 직접 액세스할 수 있습니다.

이 참조 가이드에서는 QML 언어의 기능에 대해 설명합니다. 이 가이드에 있는 많은 QML 유형은 Qt Qml 또는 Qt Quick 모듈에서 유래합니다.

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