summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKavindra Palaraja <kavindra.d@gmail.com>2015-06-24 21:06:51 +0200
committerKavindra Palaraja <kavindra.d@gmail.com>2015-06-27 07:35:59 +0000
commitf9a65ec5d394b6fe68bbe0c57bd2aecb83185dde (patch)
tree1709758ae035fe46fa4b286038bde3b1a45084df /src
parenta63ce1302152266b0e99dbf73809930eef89e2e4 (diff)
Polished the module overview.
Simplified sentences in the Architecture section to improve readability. Change-Id: I324a95caf811c0c8afe14c90fe10529999e3c538 Reviewed-by: Kai Koehne <kai.koehne@theqtcompany.com> Reviewed-by: Andras Becsi <andras.becsi@theqtcompany.com>
Diffstat (limited to 'src')
-rw-r--r--src/webenginewidgets/doc/src/qtwebenginewidgets.qdoc15
1 files changed, 7 insertions, 8 deletions
diff --git a/src/webenginewidgets/doc/src/qtwebenginewidgets.qdoc b/src/webenginewidgets/doc/src/qtwebenginewidgets.qdoc
index 702019f8e..ed1f1a773 100644
--- a/src/webenginewidgets/doc/src/qtwebenginewidgets.qdoc
+++ b/src/webenginewidgets/doc/src/qtwebenginewidgets.qdoc
@@ -99,17 +99,16 @@
\section1 Architecture
- The easiest way to render content is through the QWebEngineView class. As a
- widget it can be embedded into your forms and it provides convenience functions
- for downloading and rendering web sites.
+ Use the QWebEngineView class to display web pages in the simplest way.
+ Because it's a widget, you can embed QWebEngineView into your forms and use
+ its convenience functions to download and display web sites.
\snippet snippets/simple/main.cpp Using QWebEngineView
- QWebEngineView is used to view Web pages. An instance of QWebEngineView has one
- QWebEnginePage. QWebEnginePage provides access to the page's navigation history,
- allows to run JavaScript code in the context of the page's main frame and enables
- customization of handlers for specific events such as showing custom authentication
- dialogs.
+ An instance of QWebEngineView has one QWebEnginePage. QWebEnginePage
+ provides access to the page's navigation history, ability to run JavaScript
+ code in the context of the page's main frame, and enables customization of
+ handlers for specific events like showing custom authentication dialogs.
\section1 Reference Documentation