summaryrefslogtreecommitdiffstats
path: root/src/webenginewidgets
diff options
context:
space:
mode:
authorJocelyn Turcotte <jocelyn.turcotte@digia.com>2014-09-26 17:22:42 +0200
committerJocelyn Turcotte <jocelyn.turcotte@digia.com>2014-09-29 18:32:29 +0200
commitbdc654a8d0a12dfec24a81d95bdabbff7c8e920f (patch)
treee660bd6db315f007e75309d90cfd6af8288789c4 /src/webenginewidgets
parentc313d833c8f1b2fa3c279be17ff149813c08d66d (diff)
Various doc tweaks
- Fix the example pages titles to match the qdocconf files - Remove information not as relevant for QtWebEngine as it was for QtWebKit - Fix the QtWebEngineWidgets snippet not to refer to webengine - Remove the dead link and the reference to Arora from QtWebEngine Change-Id: Ib3c57c8dd534330b3323c94fb2217374b3e52cf9 Reviewed-by: Andras Becsi <andras.becsi@digia.com> Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
Diffstat (limited to 'src/webenginewidgets')
-rw-r--r--src/webenginewidgets/doc/qtwebenginewidgets.qdocconf2
-rw-r--r--src/webenginewidgets/doc/snippets/qtwebengine_build_snippet.qdoc4
-rw-r--r--src/webenginewidgets/doc/src/qtwebenginewidgets.qdoc23
3 files changed, 9 insertions, 20 deletions
diff --git a/src/webenginewidgets/doc/qtwebenginewidgets.qdocconf b/src/webenginewidgets/doc/qtwebenginewidgets.qdocconf
index 200132099..ad8ed0367 100644
--- a/src/webenginewidgets/doc/qtwebenginewidgets.qdocconf
+++ b/src/webenginewidgets/doc/qtwebenginewidgets.qdocconf
@@ -24,7 +24,7 @@ qhp.QtWebEngineWidgets.subprojects.classes.indexTitle = Qt WebEngine Widgets C++
qhp.QtWebEngineWidgets.subprojects.classes.selectors = class fake:headerfile
qhp.QtWebEngineWidgets.subprojects.classes.sortPages = true
qhp.QtWebEngineWidgets.subprojects.examples.title = Examples
-qhp.QtWebEngineWidgets.subprojects.examples.indexTitle = Qt WebEngine Widgets Code Samples
+qhp.QtWebEngineWidgets.subprojects.examples.indexTitle = Qt WebEngine Widgets Examples
qhp.QtWebEngineWidgets.subprojects.examples.selectors = fake:example
tagfile = ../../../doc/qtwebenginewidgets/qtwebenginewidgets.tags
diff --git a/src/webenginewidgets/doc/snippets/qtwebengine_build_snippet.qdoc b/src/webenginewidgets/doc/snippets/qtwebengine_build_snippet.qdoc
index 248296588..dcdd82e04 100644
--- a/src/webenginewidgets/doc/snippets/qtwebengine_build_snippet.qdoc
+++ b/src/webenginewidgets/doc/snippets/qtwebengine_build_snippet.qdoc
@@ -1,8 +1,8 @@
//! [0]
-QT += webengine
+QT += webenginewidgets
//! [0]
//! [1]
-#include <QtWebEngine>
+#include <QtWebEngineWidgets>
//! [1]
diff --git a/src/webenginewidgets/doc/src/qtwebenginewidgets.qdoc b/src/webenginewidgets/doc/src/qtwebenginewidgets.qdoc
index fa3954fb4..2c5791fdd 100644
--- a/src/webenginewidgets/doc/src/qtwebenginewidgets.qdoc
+++ b/src/webenginewidgets/doc/src/qtwebenginewidgets.qdoc
@@ -54,7 +54,7 @@
content from the World Wide Web into your Qt application.
Qt WebEngine Widgets provides facilities for rendering of HyperText Markup
- Language (HTML), Extensible HyperText Markup Language (XHTML) and Scalable
+ Language version 5 (HTML5), Extensible HyperText Markup Language (XHTML) and Scalable
Vector Graphics (SVG) documents, styled using Cascading Style Sheets (CSS)
and scripted with JavaScript.
@@ -78,16 +78,11 @@
\snippet snippets/qtwebengine_build_snippet.qdoc 0
- \section1 Notes
-
- \note Web site icons, also known as "FavIcons", are currently not supported
- on Windows. We plan to address this in a future release.
-
\section1 Architecture
The easiest way to render content is through the QWebEngineView class. As a
- widget it can be embedded into your forms or a graphics view, and it
- provides convenience functions for downloading and rendering web sites.
+ widget it can be embedded into your forms and it provides convenience functions
+ for downloading and rendering web sites.
\snippet snippets/simple/main.cpp Using QWebEngineView
@@ -97,21 +92,15 @@
customization of handlers for specific events such as showing custom authentication
dialogs.
- \section1 Examples
-
- There are several Qt WebEngine Widgets examples located in the
- \l{Qt WebEngine Widgets Examples} page.
-
\section1 License Information
- This is a snapshot of the integration of Chromium into Qt. The exact version information
- can be found in the \c{VERSION} file supplied with Qt.
+ This is a snapshot of the integration of Chromium into Qt.
Qt Commercial Edition licensees that wish to distribute applications that
use the Qt WebEngine module need to be aware of their obligations under the
- GNU Library General Public License (LGPL).
+ GNU Library General Public License (LGPLv2).
Developers using the Open Source Edition can choose to redistribute
- the module under the appropriate version of the GNU LGPL.
+ the module under the GNU LGPLv3.
\legalese