From 40a1d5ce549b9cbdc0df883a343289cc21f88a10 Mon Sep 17 00:00:00 2001 From: Topi Reinio Date: Fri, 23 May 2014 10:19:15 +0200 Subject: Doc: Document Qt WebEngine demo Task-number: QTEE-570 Change-Id: Ib2896470f31ff1dbd2c7860c8f8c96badd854c8b Reviewed-by: Samuli Piippo --- doc/b2qt-demos.qdoc | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'doc/b2qt-demos.qdoc') diff --git a/doc/b2qt-demos.qdoc b/doc/b2qt-demos.qdoc index d7498fa..3bfb6d6 100644 --- a/doc/b2qt-demos.qdoc +++ b/doc/b2qt-demos.qdoc @@ -243,3 +243,15 @@ \ingroup b2qt-demos \brief Displays information and settings available for the Boot to Qt launcher. */ + +/*! + \example webengine + \title Qt WebEngine Browser Demo + \ingroup b2qt-demos + \brief This example demonstrates the use of the QtWebEngine WebView with Qt Quick. + + \image b2qt-demo-webengine.jpg + + The example can be used to browse the internet (working network connection + required) or run the off-line WebGL demo. +*/ -- cgit v1.2.3 From 7236ab7b3015f3310860b96cf1da17d0aa2a7d6a Mon Sep 17 00:00:00 2001 From: Samuli Piippo Date: Mon, 30 Jun 2014 09:58:40 +0300 Subject: Remove deleted demos also from doc Photogallery and Qt5 presentation demos were removed, so remove them also from the documentation. Change-Id: Idb88eb7cabc1f4666c6f7e89274d327eadd65f22 Reviewed-by: Laszlo Agocs --- doc/b2qt-demos.qdoc | 26 -------------------------- 1 file changed, 26 deletions(-) (limited to 'doc/b2qt-demos.qdoc') diff --git a/doc/b2qt-demos.qdoc b/doc/b2qt-demos.qdoc index 3bfb6d6..0a61968 100644 --- a/doc/b2qt-demos.qdoc +++ b/doc/b2qt-demos.qdoc @@ -105,17 +105,6 @@ It can play from a file or from a network source, both videos and music. */ -/*! - \example photogallery - \title Photo Gallery - \ingroup b2qt-demos - \brief A photo gallery implemented in QML. - - \image b2qt-demo-photogallery.jpg - - This is a simple photo gallery, showing images found in \c {/data/images} directory. -*/ - /*! \example qt5-cinematicdemo \title Qt 5 Cinematic Demo @@ -135,21 +124,6 @@ More awesome looking Qt Quick examples are available from \l {http://quitcoding.com}. */ -/*! - \example qt5-launchpresentation - \title Qt 5 Launch Presentation - \ingroup b2qt-demos - \brief A quick tour of what is new in Qt 5. - - \image b2qt-demo-qt5-launchpresentation.jpg - - This is an application written with Qt Quick, based on Qt 5. - - The source code is also available here: \l {https://qt.gitorious.org/qt-labs/qt5-launch-demo}. - The demo makes use of the QML Presentation System, available from - \c {ssh://codereview.qt-project.org/qt-labs/qml-presentation-system.git} repository. -*/ - /*! \example qt5-everywhere \title Qt 5 Everywhere -- cgit v1.2.3