summaryrefslogtreecommitdiff
path: root/examples/webkitwidgets/browser
diff options
context:
space:
mode:
authorVenugopal Shivashankar <venugopal.shivashankar@digia.com>2012-12-11 18:15:48 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-12-12 18:26:45 +0100
commita2d8aa1b462b709c9a18292eb57971eaaeb18dbe (patch)
treea7f8941dc990f712e54750ff14d73cff2b2b32a5 /examples/webkitwidgets/browser
parente88665589b06aa0d87a5185cc780ed767cff0f70 (diff)
downloadqtwebkit-examples-a2d8aa1b462b709c9a18292eb57971eaaeb18dbe.tar.gz
Doc: Added documentation for the WebKit Widget examples
- Moved the qdoc files from the qtdoc repository - Added group pages for QML and QWidget-based examples - Added an index page - Updated the qhp details in the qdocconf Change-Id: I5f79fb1aedbfc3bcb42c84ac774ea1c4bd3a9036 Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
Diffstat (limited to 'examples/webkitwidgets/browser')
-rw-r--r--examples/webkitwidgets/browser/doc/images/browser-demo.pngbin0 -> 156342 bytes
-rw-r--r--examples/webkitwidgets/browser/doc/src/browser.qdoc41
2 files changed, 41 insertions, 0 deletions
diff --git a/examples/webkitwidgets/browser/doc/images/browser-demo.png b/examples/webkitwidgets/browser/doc/images/browser-demo.png
new file mode 100644
index 0000000..09d0650
--- /dev/null
+++ b/examples/webkitwidgets/browser/doc/images/browser-demo.png
Binary files differ
diff --git a/examples/webkitwidgets/browser/doc/src/browser.qdoc b/examples/webkitwidgets/browser/doc/src/browser.qdoc
new file mode 100644
index 0000000..bdb004c
--- /dev/null
+++ b/examples/webkitwidgets/browser/doc/src/browser.qdoc
@@ -0,0 +1,41 @@
+/****************************************************************************
+**
+** Copyright (C) 2012 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.
+**
+** $QT_BEGIN_LICENSE:FDL$
+** Commercial License Usage
+** Licensees holding valid commercial Qt licenses may use this file in
+** accordance with the commercial license agreement provided with the
+** Software or, alternatively, in accordance with the terms contained in
+** a written agreement between you and Digia. For licensing terms and
+** conditions see http://qt.digia.com/licensing. For further information
+** use the contact form at http://qt.digia.com/contact-us.
+**
+** GNU Free Documentation License Usage
+** Alternatively, this file may be used under the terms of the GNU Free
+** Documentation License version 1.3 as published by the Free Software
+** Foundation and appearing in the file included in the packaging of
+** this file. Please review the following information to ensure
+** the GNU Free Documentation License version 1.3 requirements
+** will be met: http://www.gnu.org/copyleft/fdl.html.
+** $QT_END_LICENSE$
+**
+****************************************************************************/
+
+/*!
+ \example browser
+ \title Tab Browser
+ \brief Demonstrates a complete web browsing experience
+ \ingroup webkit-widgetexamples
+
+ The Tab Browser example shows \l{Qt WebKit} module in action,
+ 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.
+*/