This Qt C++ example application is a cross-platform solitaire game that runs in different Qt environments such as the Symbian platform, Maemo, and desktop Windows. The application uses the Qt Graphics View Framework and SVG graphics for drawing 2D graphics. The application supports touch UI.
The updated example has been tested to work with the Qt 4.6.2 release on Symbian and Maemo platforms.
Important classes: QGraphicsView, QGraphicsSvgItems, QGraphicsScene, QWidget.