This Qt C++ example application demonstrates how to implement the Qt UI on top of an existing Open C++ engine that was initially developed for the Open C++ Memory Game Example published on Forum Nokia. The application has been tested to work on S60 3rd Edition and 5th Edition devices with Qt 4.6 for Symbian release. The application supports both keypad and touch UI. The updated versions adds animation effects.
Important classes: QPropertyAnimation, QGraphicsWidget, QGraphicsScene, QMainWindow.
This Qt C++ example application demonstrates how to implement the Qt UI with animation on top of an existing Open C++ engine.