You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
351 B
20 lines
351 B
/*
|
|
*/
|
|
/*! \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 TQt was built.
|
|
|
|
<hr>
|
|
|
|
Main:
|
|
|
|
\include movies/main.cpp
|
|
*/
|
|
|