[PyQt] Zoom or scale into an QImage

2009-02-10 Thread Markus Feldmann
Hi All, i have an QScrollArea where i inserted a QLabel. This QLabel includes an QImage. I want to zoom/scale into this image. How can i do this? Regards Markus Here is a PART of my Code: ### class ScrollArea(QScrollArea): def

Re: [PyQt] Zoom or scale into an QImage

2009-02-10 Thread David Boddie
On Tue, 10 Feb 2009 22:45:51 +0100, Markus Feldmann wrote: i have an QScrollArea where i inserted a QLabel. This QLabel includes an QImage. I want to zoom/scale into this image. How can i do this? Try one of these approaches: 1. Keep the original image and show a scaled copy in the label,