src/declarative/graphicsitems/qdeclarativeanimatedimage.cpp
changeset 37 758a864f9613
parent 33 3e2da88830cd
equal deleted inserted replaced
36:ef0373b55136 37:758a864f9613
    52 #include <QNetworkReply>
    52 #include <QNetworkReply>
    53 
    53 
    54 QT_BEGIN_NAMESPACE
    54 QT_BEGIN_NAMESPACE
    55 
    55 
    56 /*!
    56 /*!
    57     \class QDeclarativeAnimatedImage
       
    58     \internal
       
    59 */
       
    60 
       
    61 /*!
       
    62     \qmlclass AnimatedImage QDeclarativeAnimatedImage
    57     \qmlclass AnimatedImage QDeclarativeAnimatedImage
    63     \inherits Image
    58     \inherits Image
    64     \since 4.7
    59     \since 4.7
    65 
    60     \ingroup basic-visual-elements
       
    61     
    66     The AnimatedImage element provides for playing animations stored as images containing a series of frames,
    62     The AnimatedImage element provides for playing animations stored as images containing a series of frames,
    67     such as GIF files. 
    63     such as GIF files. 
    68     
    64     
    69     The full list of supported formats can be determined with QMovie::supportedFormats().
    65     The full list of supported formats can be determined with QMovie::supportedFormats().
    70 
    66