summaryrefslogtreecommitdiffstats
path: root/src/doc/src/b2qt.qdoc
diff options
context:
space:
mode:
authorLaszlo Agocs <laszlo.agocs@digia.com>2014-05-19 13:55:02 +0200
committerLaszlo Agocs <laszlo.agocs@digia.com>2014-05-19 15:02:25 +0300
commitfc6af7440dfacfa97640b4d179b1306082eaf51d (patch)
treeb7ca3d6f31bb7d15f8bdd06cacf8f762c971ee84 /src/doc/src/b2qt.qdoc
parentd1fb7218787caa7393607c7aa8fed95bcfe34e37 (diff)
Doc: add note about webengine's widget apis
Change-Id: Idfd4692f125f64da4d49d1cb5528607979db03df Reviewed-by: Kalle Viironen <kalle.viironen@digia.com> Reviewed-by: Andras Becsi <andras.becsi@digia.com>
Diffstat (limited to 'src/doc/src/b2qt.qdoc')
-rw-r--r--src/doc/src/b2qt.qdoc6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/doc/src/b2qt.qdoc b/src/doc/src/b2qt.qdoc
index 28c45c6..2bf3897 100644
--- a/src/doc/src/b2qt.qdoc
+++ b/src/doc/src/b2qt.qdoc
@@ -1705,6 +1705,12 @@
Qt WebEngine is not currently available for the emulators, neither eLinux
nor eAndroid. This is planned to be addressed in a later release.
+
+ \section2 Widget-based web view is not available
+
+ The Qt WebEngine APIs are available only for Qt Quick 2 based applications at the moment.
+ The QWidget-based equivalents, like QWebView, will become supported in future releases.
+ For the time being, use the WebView QML element.
*/
/*!