I'm trying to scale down an image so it will fit to my QGraphicsView, but keep it's original width and height, so when a mouse press event occours, I will get the correct coordinates in that image. Is that possible?
btw, in cv2, I can scale the width and height of the "imshow" window, and it will keep the right coordinates. I would hate to think that it is a hard task to do in Qt.
Thank you...