Qt WebEngine Quick C++ Classes

C++ 기능을 Qt Quick 에 노출합니다. 더 보기...

네임스페이스

QtWebEngineQuick

Qt WebEngine (Qt Quick) 모듈용 헬퍼 함수

클래스

QQuickWebEngineProfile

여러 페이지에서 공유하는 웹 엔진 프로파일

자세한 설명

Qt WebEngine 퀵 모듈은 Qt Quick 에 C++ 기능을 노출합니다.

모듈에 링크하려면 qmake 프로젝트 파일에 다음을 추가합니다:

QT += webenginequick

CMake로 빌드할 경우 find_package() 명령을 사용하여 Qt6 패키지에서 필요한 모듈 컴포넌트를 찾고 target_link_libraries() 을 사용하여 모듈에 링크합니다:

find_package(Qt6 REQUIRED COMPONENTS WebEngineQuick)
target_link_libraries(target PRIVATE Qt6::WebEngineQuick)

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