diff --git a/examples/webenginewidgets/browser/doc/src/browser.qdoc b/examples/webenginewidgets/browser/doc/src/browser.qdoc index 85cf44b804f1b2fb55bf3fa7a94c8fdd3f391f53..a8208184d47f534378cbc5f79b49734f4ff7cdfe 100644 --- a/examples/webenginewidgets/browser/doc/src/browser.qdoc +++ b/examples/webenginewidgets/browser/doc/src/browser.qdoc @@ -34,7 +34,4 @@ providing a little Web browser application with support for tabs. \image browser-demo.png - - This browser is the foundation for the \l{Arora Browser}, a simple cross-platform - Web browser. */ diff --git a/src/webengine/doc/qtwebengine.qdocconf b/src/webengine/doc/qtwebengine.qdocconf index 831339bff7d09ac4297f4e38350069d2fbce930c..14094ac2fb2cf3f4e7beaeb9d21c211d0475941e 100644 --- a/src/webengine/doc/qtwebengine.qdocconf +++ b/src/webengine/doc/qtwebengine.qdocconf @@ -24,7 +24,7 @@ qhp.QtWebEngine.subprojects.qmltypes.indexTitle = Qt WebEngine QML Types qhp.QtWebEngine.subprojects.qmltypes.selectors = fake:qmlclass qhp.QtWebEngine.subprojects.qmltypes.sortPages = true qhp.QtWebEngine.subprojects.examples.title = Examples -qhp.QtWebEngine.subprojects.examples.indexTitle = Qt WebEngine Code Samples +qhp.QtWebEngine.subprojects.examples.indexTitle = Qt WebEngine Examples qhp.QtWebEngine.subprojects.examples.selectors = fake:example tagfile = ../../../doc/qtwebengine/qtwebengine.tags diff --git a/src/webenginewidgets/doc/qtwebenginewidgets.qdocconf b/src/webenginewidgets/doc/qtwebenginewidgets.qdocconf index 200132099262e94a4cbf3febf5fd3a5763a4d826..ad8ed036746e47c3bbd99667f86cd72c7f7fc88f 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 24829658837724f603cff9eca4b43dafb66a5806..dcdd82e04e85cc6bf1743510c07142fc1348c4b7 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 fa3954fb4900c714893f7cc50b3d2f6efa2b963c..2c5791fdd236c8e72805eaaff7607f0c41222bd5 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