Re: A very small push button
I think you are missing the point of setMinimumSize. It sets the size so that your widget doesn't get smaller that it. Having read your problem it looks like you need setMaximumSize.
Re: A very small push button
Quote:
Originally Posted by
lyuts
I think you are missing the point of setMinimumSize. It sets the size so that your widget doesn't get smaller that it. Having read your problem it looks like you need setMaximumSize.
How can one be as stupid as I've been on this one? I'll take the lack of sleep as an excuse. ;) Indeed, changing setMaximumSize seems to be doing the desired effect. Thanks for pointing my absent-mindedness.