I am trying to use a QLabel to display a pixmap. I want to be able to have it stretch and shrink as the window is resized. With text, it works normally.

But when I set a pixmap and scaledContents = true, then it doesn't respect the aspect ratio.
What's worse is when I scale the pixmap to maintain the aspect ratio, you can't shrink it.

Anyone know how I can do this using a standard QLabel?

Thanks!