diff options
author | David Boddie <dboddie@trolltech.com> | 2009-12-04 15:57:36 (GMT) |
---|---|---|
committer | David Boddie <dboddie@trolltech.com> | 2009-12-04 15:57:36 (GMT) |
commit | add4d83be92f332246adf851d89c27b60b4737dc (patch) | |
tree | 6eb36a2f188b7b0e9001ea96ee305049c8bdf503 /doc/src/getting-started | |
parent | e58b0e2e562f1c5284ced8671d85df748a4a9639 (diff) | |
download | Qt-add4d83be92f332246adf851d89c27b60b4737dc.zip Qt-add4d83be92f332246adf851d89c27b60b4737dc.tar.gz Qt-add4d83be92f332246adf851d89c27b60b4737dc.tar.bz2 |
Doc: Added links to missing examples and placeholder documentation.
Reviewed-by: Trust Me
Diffstat (limited to 'doc/src/getting-started')
-rw-r--r-- | doc/src/getting-started/examples.qdoc | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/doc/src/getting-started/examples.qdoc b/doc/src/getting-started/examples.qdoc index f0a6799..2d4f5c9 100644 --- a/doc/src/getting-started/examples.qdoc +++ b/doc/src/getting-started/examples.qdoc @@ -546,6 +546,14 @@ \o \l{graphicsview/portedcanvas}{Ported Canvas} \endlist + Some examples demonstrate the use of graphics effects with canvas items. + + \list + \o \l{effects/blurpicker}{Blur Picker Effect} + \o \l{effects/fademessage}{Fade Message Effect} + \o \l{effects/lighting}{Lighting Effect} + \endlist + Examples marked with an asterisk (*) are fully documented. */ @@ -851,11 +859,13 @@ \section1 Multimedia - Qt provides low-level audio support on linux,windows and mac platforms by default and - an audio plugin API to allow developers to implement there own audio support for + Qt provides low-level audio support on Linux, Windows and Mac OS X by default and + an audio plugin API to allow developers to implement their own audio support for custom devices and platforms. - These examples demonstrate the basic techniques used to take advantage of + \section1 Audio Handling + + These examples demonstrate the basic techniques used to take advantage of the Audio API in Qt applications. \list |