summaryrefslogtreecommitdiffstats
path: root/doc/b2qt-demos.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/b2qt-demos.qdoc')
-rw-r--r--doc/b2qt-demos.qdoc49
1 files changed, 23 insertions, 26 deletions
diff --git a/doc/b2qt-demos.qdoc b/doc/b2qt-demos.qdoc
index f985d8c..0a61968 100644
--- a/doc/b2qt-demos.qdoc
+++ b/doc/b2qt-demos.qdoc
@@ -106,17 +106,6 @@
*/
/*!
- \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
\ingroup b2qt-demos
@@ -136,21 +125,6 @@
*/
/*!
- \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
\ingroup b2qt-demos
@@ -216,6 +190,17 @@
*/
/*!
+ \example enterprise-qtdatavis3d
+ \title Qt Data Visualization
+ \ingroup b2qt-demos
+ \brief An interactive showcase for Qt Data Visualization 3D.
+
+ \image b2qt-demo-enterprise-qtdatavis3d.jpg
+
+ This example demonstrates how to use the Qt Data Visualization module to display 3D data visualizations in QML.
+*/
+
+/*!
\example enterprise-gallery
\title Enterprise Controls Gallery
\ingroup b2qt-demos
@@ -232,3 +217,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.
+*/