summaryrefslogtreecommitdiffstats
path: root/examples/webenginewidgets
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@digia.com>2014-11-14 11:09:42 +0100
committerJani Heikkinen <jani.heikkinen@theqtcompany.com>2014-11-17 12:53:23 +0100
commita659a309fa6f280e657458123c64a401707a9db0 (patch)
tree113b7e4c3cd2d7aea7fa0da2928ed8ad68013e42 /examples/webenginewidgets
parent8f09f9918b10d40b2823bdfe24aa82908aa37990 (diff)
Doc: Fix issues related to example docs
- Add documentation for Quick Nano Browser - Add all examples to the correct group - Add instructions to run the examples - Qt WebEngine Widgets index page: Add examples section Task-number: QTBUG-42668 Change-Id: Ie60f8708336b9c147d0c22afb555fe87287deddc Reviewed-by: Jocelyn Turcotte <jocelyn.turcotte@digia.com> Reviewed-by: Venugopal Shivashankar <venugopal.shivashankar@digia.com>
Diffstat (limited to 'examples/webenginewidgets')
-rw-r--r--examples/webenginewidgets/browser/doc/src/browser.qdoc5
-rw-r--r--examples/webenginewidgets/fancybrowser/doc/src/fancybrowser.qdoc5
2 files changed, 8 insertions, 2 deletions
diff --git a/examples/webenginewidgets/browser/doc/src/browser.qdoc b/examples/webenginewidgets/browser/doc/src/browser.qdoc
index a8208184d..f4a51518b 100644
--- a/examples/webenginewidgets/browser/doc/src/browser.qdoc
+++ b/examples/webenginewidgets/browser/doc/src/browser.qdoc
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
+** Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of the documentation of the Qt Toolkit.
@@ -28,10 +28,13 @@
/*!
\example browser
\title WebEngine Tab Browser Example
+ \ingroup webengine-widgetexamples
\brief The QtWebKit browser example ported to use QtWebEngine
The Tab Browser example shows the \l{Qt WebEngine Widgets} module in action,
providing a little Web browser application with support for tabs.
\image browser-demo.png
+
+ \include examples-run.qdocinc
*/
diff --git a/examples/webenginewidgets/fancybrowser/doc/src/fancybrowser.qdoc b/examples/webenginewidgets/fancybrowser/doc/src/fancybrowser.qdoc
index 60652c69a..f4b5321a1 100644
--- a/examples/webenginewidgets/fancybrowser/doc/src/fancybrowser.qdoc
+++ b/examples/webenginewidgets/fancybrowser/doc/src/fancybrowser.qdoc
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
+** Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of the documentation of the Qt Toolkit.
@@ -28,6 +28,7 @@
/*!
\example fancybrowser
\title WebEngine Fancy Browser Example
+ \ingroup webengine-widgetexamples
\brief Demonstrates how to use browse web and manipulate content
\brief The Fancy Browser example shows how to use JQuery with QtWebEngine to
@@ -40,6 +41,8 @@
evaluate the jQuery JavaScript code. A QMainWindow with a QWebEngineView
as central widget builds up the browser itself.
+ \include examples-run.qdocinc
+
\section1 MainWindow Class Definition
The \c MainWindow class inherits QMainWindow. It implements a number of