Qt WebEngine Quick C++ Classes
Stellt C++-Funktionalität für Qt Quick zur Verfügung. Mehr...
Namespaces
Hilfsfunktionen für das Modul Qt WebEngine (Qt Quick) |
Klassen
Web-Engine-Profil, das von mehreren Seiten gemeinsam genutzt wird |
Detaillierte Beschreibung
Das Qt WebEngine Quick-Modul stellt C++-Funktionalität für Qt Quick zur Verfügung.
Um gegen das Modul zu linken, fügen Sie das Folgende zu Ihrer qmake-Projektdatei hinzu:
QT += webenginequick
Für die Erstellung mit CMake verwenden Sie den Befehl find_package()
, um die benötigten Modulkomponenten im Qt6-Paket zu finden und target_link_libraries()
, um gegen das Modul zu linken:
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.