-
Suggestion
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
None
-
None
- WebEngineView is documented to inherit Item (https://doc.qt.io/qt-6/qml-qtwebengine-webengineview.html )
- WebView is not currently documented to inherit anything (https://doc-snapshots.qt.io/qt6-dev/qml-qtwebview-webview.html )
We should document that WebView inherits Item's properties and methods.
Notes
From Qt 6.10 onwards, WebView actually inherits WindowContainer (see https://codereview.qt-project.org/c/qt/qtwebview/+/600862/10/src/quick/qquickwebview_p.h ), but I'd say this is an implementation detail. We don't expect/want users to modify its window property, after all.