This resource is archived because it is not considered relevant for developers creating commercial solutions today.
The resource is believed to be still valid for the original topic scope.
This updated Qt C++ example application is a cross-platform Solitaire game that runs in different Qt environments such as the S60 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 application has been tested to work with the Qt for S60 4.5.2 Tower release and Qt for Maemo on the Nokia N900.
Important classes: QGraphicsView, QGraphicsSvgItems, QGraphicsScene, QWidget.