diff options
| author | Morteza Jamshidi <morteza.jamshidi@qt.io> | 2025-10-28 11:06:16 +0100 |
|---|---|---|
| committer | Morteza Jamshidi <morteza.jamshidi@qt.io> | 2025-10-31 11:14:17 +0100 |
| commit | a8d57afbe9b17039941e0ae3a0dceb94f81d479d (patch) | |
| tree | b8f3734924444293365f45142d771a62e4ee8c69 | |
| parent | 4aa647eee19c89526f8a9c3ec468d75a26fda32b (diff) | |
Fix documentation details for Qt Webview on Windows
Added details about backends supports for Qt Webview on Windows
Task-number: QTBUG-75747
Change-Id: I8b8bcbed150eb68afb61859f5e87e01b14631199
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
| -rw-r--r-- | src/webview/doc/src/qtwebview-overview.qdoc | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/webview/doc/src/qtwebview-overview.qdoc b/src/webview/doc/src/qtwebview-overview.qdoc index f2f2a7b..7762fc7 100644 --- a/src/webview/doc/src/qtwebview-overview.qdoc +++ b/src/webview/doc/src/qtwebview-overview.qdoc @@ -15,7 +15,11 @@ \l{Qt for iOS}{iOS}. On iOS, policies dictate that all web content is displayed using the operating system's web view. - On Windows and Linux, Qt \WebView depends on the \l{Qt WebEngine} module to + On Windows, Qt \WebView can use both \l{Qt WebEngine} module and + \l {https://learn.microsoft.com/en-us/microsoft-edge/webview2/}{WebView2} to + render content. + + On Linux, Qt \WebView depends on the \l{Qt WebEngine} module to render content. On \macos, the system web view is used in the same manner as iOS. |
