diff options
Diffstat (limited to 'examples/movies/movies.doc')
-rw-r--r-- | examples/movies/movies.doc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/examples/movies/movies.doc b/examples/movies/movies.doc new file mode 100644 index 000000000..d2b6b9bae --- /dev/null +++ b/examples/movies/movies.doc @@ -0,0 +1,19 @@ +/* +*/ +/*! \page movies-example.html + + \ingroup examples + \title Movies or the Story of the Animated GIF file + + The Movies example displays MNG and animated GIF files using the QMovie and + QLabel classes. + + The movies will only read an animated GIF if GIF reading was enabled when Qt was built. + + <hr> + + Main: + + \include movies/main.cpp +*/ + |