Quote Originally Posted by e8johan View Post
You can always try to play with the minimumSize property.
The problem is QPushButton has a minimumSizeHint of 40x25, so it should never shrink to 0 with sizePolicy set to Minimum or Fixed. This is really weird and I can't find a way to fix it. I have seen such things before but not in Qt4.