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 demonstrates a cross-platform Solitaire game that runs in different Qt environments such as the S60 platform (with Qt for S60 4.5.2 Tower), maemo, and desktop Windows. The application uses the Qt Graphics View Framework and Scalable Vector Graphics (SVG) for drawing 2D graphics. The application supports touch UI. The updated version has minor improvements in scalability and drawing.
Important classes: QGraphicsView, QGraphicsSvgItems, QGraphicsScene, QWidget.