[PyKDE] Resizing a window with an image in it

Aurélien Gâteau aurelien at dental-on-line.fr
Mon Oct 27 09:29:00 GMT 2003


Le Lundi 27 Octobre 2003 09:13, Derek Fountain a écrit :
> I want the user to be able to push the window smaller, then have the image
> rescaled smaller. What do I need to enable/disable to make this happen?

Have you tried to set the minimum size to (0,0)?
You can do it with "setMinimumSize(0,0)".

Hope this helps
  Aurélien




More information about the PyQt mailing list