summaryrefslogtreecommitdiff
path: root/doc/src/getting-started/examples.qdoc
diff options
context:
space:
mode:
authorJerome Pasion <jerome.pasion@nokia.com>2010-10-04 16:43:21 +0200
committerJerome Pasion <jerome.pasion@nokia.com>2010-10-04 16:43:21 +0200
commitf3817bc1a7bc3df360af9116dfd96f3181816472 (patch)
tree5c20c1da8a1c3abca39139f67b07faed324c4906 /doc/src/getting-started/examples.qdoc
parent1a1567964cb78ea966c3b856091def5c77863486 (diff)
downloadqt4-tools-f3817bc1a7bc3df360af9116dfd96f3181816472.tar.gz
Added the QtWebKit bridge Image Analyzer example.
Originally written by Jervey Kong. Task-number: QTBUG-14154 Reviewed-by: David Boddie
Diffstat (limited to 'doc/src/getting-started/examples.qdoc')
-rw-r--r--doc/src/getting-started/examples.qdoc7
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/src/getting-started/examples.qdoc b/doc/src/getting-started/examples.qdoc
index bfe7be9a93..398eee8f68 100644
--- a/doc/src/getting-started/examples.qdoc
+++ b/doc/src/getting-started/examples.qdoc
@@ -32,7 +32,7 @@
Qt includes a set of examples that cover nearly every aspect of Qt
development. They aren't meant to be impressive when you run them,
but in each case the source code has been carefully written to
- illustrate one or more best Qt programming practices.
+ illustrate one or more best Qt programming practices.
You can run the examples from the \l{Examples and Demos Launcher}
application (except see \l{QML Examples and Demos} {QML Examples}
@@ -764,6 +764,9 @@
\row \o \l{webkit/googlechat}{Google Chat}
\o A real-world example that shows how an existing Web-based service can be accessed
using QtWebKit.
+ \row \o \l{webkit/imageanalyzer}{Image Analyzer}\raisedaster
+ \o A \l{The QtWebKit Bridge}{QtWebKit bridge} application which contains a
+ web interface and client-side processing.
\row \o \l{webkit/previewer}{Previewer}\raisedaster
\o Shows how to make a simple Web page previewer by using Qt's text input widgets
together with a QWebView widget.
@@ -776,7 +779,7 @@
*/
/*!
- \page examples-helpsystem.html
+ \page examples-helpsystem.html
\ingroup all-examples
\title Help System Examples
\brief Adding interactive help to your Qt application.