This cross-platform Qt code example demonstrates the Qt Animation Framework. The application uses different transition effects to show images to the user. On Symbian devices, the application uses Symbian C++ methods to speed up the loading of thumbnails of larger images. The selected image is loaded with QImageLoader on all platforms.
The example has been tested to work on Qt 4.6.3 on Symbian^3, Symbian S60 5th Edition, and Qt 4.6.2 on Maemo.
Important classes: QAbstractAnimation, QPropertyAnimation, QGraphicsPixmapItem, QGraphicsScene, QGraphicsView, QImageLoader, QPixmap, QPainter.
This cross-platform Qt code example demonstrates the Qt Animation Framework. The application uses different transition effects to show images to the user.
These versions have been superseded by newer versions and are considered archived.
This cross-platform Qt code example demonstrates the Qt Animation Framework. The application uses different transition effects to show images to the user.