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 | |
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')
-rw-r--r-- | doc/src/examples/fademessage.qdoc | 10 | ||||
-rw-r--r-- | doc/src/getting-started/examples.qdoc | 16 |
2 files changed, 22 insertions, 4 deletions
diff --git a/doc/src/examples/fademessage.qdoc b/doc/src/examples/fademessage.qdoc index ecea095..6063fa7 100644 --- a/doc/src/examples/fademessage.qdoc +++ b/doc/src/examples/fademessage.qdoc @@ -43,5 +43,13 @@ \example effects/fademessage \title Fade Message Effect Example - \image fademessageeffect-example.png + \raw HTML + <div style="text-align: center"> + \endraw + \inlineimage fademessageeffect-example.png + \inlineimage fademessageeffect-example-faded.png + \raw HTML + </div> + \endraw + */ 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 |