I want to resize the image and put it’s center into pixmap of QLabel as Zoom in fucntion.
I tried to implement QPixmap.scaled
with the center coordinates of image but i meet with problem. After first scaling i started to get center coordinates of cropped image. Not from based image and i don’t understand how to apply resize params with base image.
1