This Qt C++ application demonstrates how to scale, load, and convert images and show them on the screen. In the updated version the images are drawn on QGraphicsView. The application supports both touch UI and keyboard and it has been tested to work on a Qt for S60 4.5.2 Tower release and Qt for Maemo on Nokia N900.
Important classes: QImageReader, QImage, QPixmap, QGraphicsPixmapItem, QMainWindow, QProcess, QGraphicsView, QGraphicsScene
This Qt C++ application demonstrates how to scale, load, and convert images and show them on the screen.