summaryrefslogtreecommitdiffstats
path: root/src/webengine/doc/src/qtwebengine.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'src/webengine/doc/src/qtwebengine.qdoc')
-rw-r--r--src/webengine/doc/src/qtwebengine.qdoc17
1 files changed, 14 insertions, 3 deletions
diff --git a/src/webengine/doc/src/qtwebengine.qdoc b/src/webengine/doc/src/qtwebengine.qdoc
index 7f7b7890f..18192d902 100644
--- a/src/webengine/doc/src/qtwebengine.qdoc
+++ b/src/webengine/doc/src/qtwebengine.qdoc
@@ -23,8 +23,8 @@
*/
/*!
- \qmlmodule QtWebKit 3.0
- \title Qt WebKit QML Types
+ \qmlmodule QtWebEngine 1.0
+ \title Qt WebEngine QML Types
\brief Provides QML types for rendering web content within a QML application
The QML types can be imported into your applciation using the following
@@ -32,6 +32,17 @@
\code
import QtQuick 2.0
- import QtWebKit 3.0
+ import QtWebEngine 1.0
\endcode
*/
+
+/*!
+ \group webengine-examples
+ \title Qt WebEngine Examples
+ \brief Examples demonstrating the Qt WebEngine usage
+ \ingroup all-examples
+
+ These examples and demonstrations show a range of different uses for Qt WebEngine,
+ from displaying Web pages within a QML user interface to an implementation of
+ a basic function Web browser.
+*/