hi friends,
I want to know how to join 4 images together without overlapping one above the other in Qt 4.7. Consider i have image1.png(200x200), image2.png(200x200), image3.png(200x200),image4.png(200x200) where 200x200 is the dimension of the image.now these 4 images should be join in such a manner they look distinct and there should not be overlapping,overlayering or no stacking of images.so that 4 images should behaves as single image,and later if i add any zoom effect it should scaled accordingly.
Thanks