Qt Quick Controls C++ Classes

C++에서 컨트롤을 설정하기 위한 클래스를 제공합니다. 더 보기...

클래스

QQuickAttachedPropertyPropagator

첨부 프로퍼티를 전파하는 방법

QQuickStyle

애플리케이션 스타일을 구성할 수 있습니다.

자세한 설명

C++ 유형은 다음 include 문을 사용하여 애플리케이션에 포함할 수 있습니다:

#include <QtQuickControls2>

참고: 이 모듈의 일부 클래스를 사용하는 경우 모듈 대신 해당 특정 클래스만 포함하는 것이 좋습니다.

해당 C++ 라이브러리에 링크하려면 qmake 프로젝트 파일에 다음을 추가하세요:

QT += quickcontrols2

다음의 Qt Quick Controls 페이지에 모듈 사용 방법에 대한 정보가 포함되어 있습니다.

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