Qt WebEngine Quick C++ Classes

C++ の機能をQt Quick に公開する。さらに...

名前空間

QtWebEngineQuick

Qt WebEngine (Qt Quick) モジュール用ヘルパー関数

クラス

QQuickWebEngineProfile

複数のページで共有されるウェブエンジンプロファイル

詳細説明

Qt WebEngine Quick モジュールは C++ の機能をQt Quick に公開します。

このモジュールにリンクするには、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.