OS::win xp sp3
Qt::4.6
I am working on the PUZZLE game based on Qt framework and need some help.
In project is included main picture which needs to be disassembled to smaller parts (polygons with images belongig to them). So I make image QImage image = QImage("someImage.jpg")
and want to operate with something like croping image on that object.
I checked QImage
, QPixmap
... docu on nokia site looking for member func. similar to croping but found zero.
Need reference to class I must use ( #include <???>
) to solve this problem and then I will recheck online docu.