QWebEngineProfileBuilder Class
The QWebEngineProfileBuilder class provides a way to construct QWebEngineProfile. More...
Header: | #include <QWebEngineProfileBuilder> |
CMake: | find_package(Qt6 REQUIRED COMPONENTS WebEngineCore) target_link_libraries(mytarget PRIVATE Qt6::WebEngineCore) |
qmake: | QT += webenginecore |
Since: | Qt 6.9 |
Detailed Description
A QWebEngineProfileBuilder creates an instance of QWebEngineProfile class. Some profile's properties have to be initialized in one call and should not be modified during profile lifetime. The web engine profile builder simply guards that.