提供共享公共 API 由 QtWebEngineQuick and QtWebEngineWidgets . 更多...
| 保持 Web 引擎的全局設置 |
| 證書錯誤有關信息 | |
| 包裹客戶端證書選定的 QWebEngineClientCertSelection 類 | |
| 用於客戶端證書的在內存存儲 | |
| Object to customize User-Agent Client Hints used by a profile | |
| Request for populating or extending a context menu with actions | |
| 訪問 Chromium 的 Cookie | |
| QWebEngineCookieStore::FilterRequest 結構被用於結閤 QWebEngineCookieStore::setCookieFilter(),且是 filterCallback 操作類型 | |
| A request for populating a dialog with available sources for screen capturing | |
| 關於下載信息 | |
| Information about a browser extension | |
| Allows applications to install and load Chrome extensions from the filesystem | |
| Enables accepting or rejecting requests for local file system access from JavaScript applications | |
| 封裝頁麵搜索字符串結果 | |
| Gives information about and control over a page frame | |
| 啓用接受 (或拒絕) 進入和退齣全屏模式請求 | |
| Struct provides means to specify the DNS host resolution mode | |
| 錶示 Web 引擎頁麵的曆史 | |
| 錶示一項 Web 引擎頁麵曆史 | |
| A data model that represents the history of a web engine page | |
| 保持要采用 WebEngine 發送的請求 | |
| A utility type for the WebEngineView::loadingChanged signal | |
| A utility type for the QWebEnginePage::navigationRequested signal | |
| A utility type for the QWebEnginePage::newWindowRequested() signal | |
| 封裝 HTML5 Web 通知數據 | |
| 用於查看和編輯 Web 文檔的對象 | |
| A QWebEnginePermission is an object used to access and modify the state of a single permission that's been granted or denied to a specific origin URL | |
| 由多個頁麵共享的 Web 引擎 Profile (配置文件) | |
| Way to construct QWebEngineProfile | |
| 使能夠接受或拒絕請求,來自 registerProtocolHandler API | |
| 封裝 JavaScript 程序 | |
| 錶示一批用戶腳本 | |
| 用於 QWebEnginePage 的設置存儲對象 | |
| URL 請求的有關信息 | |
| 用於 URL 攔截的抽象基類 | |
| 錶示自定義 URL 請求 | |
| 配置自定義 URL 方案 | |
| 用於處理自定義 URL 方案的基類 | |
| Encapsulates the data of a PIN WebAuth UX request | |
| Encapsulates the data of a WebAuth UX request |
若使用 qmake 去構建工程,通常間接包括 Qt WebEngine Core,透過 Qt WebEngine Quick or Qt WebEngine Widgets 模塊。
To link against the module using build with qmake, add this line to your qmake project file:
QT += webenginecore
不管怎樣,
webenginecore
被隱含添加通過
webenginequick
or
webenginewidgets
.
為采用 CMake 構建,使用
find_package()
命令以定位 Qt6 包中需要的模塊組件和
target_link_libraries()
以鏈接到模塊:
find_package(Qt6 REQUIRED COMPONENTS WebEngineCore)
target_link_libraries(target PRIVATE Qt6::WebEngineCore)