diff options
author | David Boddie <dboddie@trolltech.com> | 2009-09-25 14:33:03 (GMT) |
---|---|---|
committer | David Boddie <dboddie@trolltech.com> | 2009-09-25 14:40:33 (GMT) |
commit | 9e389da2e1c46906df9f1427af4dc311e4ac64e5 (patch) | |
tree | 3e593fad958c1f4fcd855adcb937a8f8e31860e4 /src | |
parent | 64a17b5b280000058f9af38e26bc9beca1bd15bd (diff) | |
download | Qt-9e389da2e1c46906df9f1427af4dc311e4ac64e5.zip Qt-9e389da2e1c46906df9f1427af4dc311e4ac64e5.tar.gz Qt-9e389da2e1c46906df9f1427af4dc311e4ac64e5.tar.bz2 |
Doc: Added a note about Phonon.
Reviewed-by: Trust Me
Diffstat (limited to 'src')
-rw-r--r-- | src/gui/image/qmovie.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gui/image/qmovie.cpp b/src/gui/image/qmovie.cpp index 48aee1c..42b8dea 100644 --- a/src/gui/image/qmovie.cpp +++ b/src/gui/image/qmovie.cpp @@ -47,6 +47,10 @@ \ingroup painting + This class is used to show simple animations without sound. If you want + to display video and media content, use the \l{Phonon Module}{Phonon} + multimedia framework instead. + First, create a QMovie object by passing either the name of a file or a pointer to a QIODevice containing an animated image format to QMovie's constructor. You can call isValid() to check if the image data is valid, |