summaryrefslogtreecommitdiffstats
path: root/doc/src/getting-started
diff options
context:
space:
mode:
authorDavid Boddie <david.boddie@nokia.com>2011-05-10 17:50:33 (GMT)
committerDavid Boddie <david.boddie@nokia.com>2011-05-11 15:36:22 (GMT)
commit520e8e3cfe19fb9a49b2cf80dd2376aa2b80f1e5 (patch)
treeadefe2e3c1d4224de6a7a53c64bcfeeaa1fc99eb /doc/src/getting-started
parenta016b739224f8a322d46693af425ef10ee8ad018 (diff)
downloadQt-520e8e3cfe19fb9a49b2cf80dd2376aa2b80f1e5.zip
Qt-520e8e3cfe19fb9a49b2cf80dd2376aa2b80f1e5.tar.gz
Qt-520e8e3cfe19fb9a49b2cf80dd2376aa2b80f1e5.tar.bz2
Doc: Various fixes to documentation, some based on changes in master.
Diffstat (limited to 'doc/src/getting-started')
-rw-r--r--doc/src/getting-started/examples.qdoc7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/src/getting-started/examples.qdoc b/doc/src/getting-started/examples.qdoc
index f988d03..b30fec3 100644
--- a/doc/src/getting-started/examples.qdoc
+++ b/doc/src/getting-started/examples.qdoc
@@ -786,6 +786,13 @@
\row \o \l{webkit/simpleselector}{Simple Selector}\raisedaster
\o A basic demonstration, showing how to use QWebElement to select elements in a
Web page.
+ \row \o \l{webkit/simplewebplugin}{Simple Web Plugin}\raisedaster
+ \o Shows how to embed a widget into a Web page displayed using a QWebView
+ widget.
+ \row \o \l{webkit/webftpclient}{Web FTP Client}\raisedaster
+ \o Shows how to add support for a new protocol to QtWebKit-based applications.
+ \row \o \l{webkit/webplugin}{Web Plugin}\raisedaster
+ \o Shows how to communicate with a widget embedded into a Web page.
\endtable
Examples marked with an asterisk (*) are fully documented.