PyQt4 - Smooth window resize transition?
问题 When a User opens a particular tab inside the QMainWindow of my PyQt4 driven GUI, the window needs to be automatically resized so that the contents of this particular tab will fit. As you know, when using Qwidget.resize(), the Window (by default on PC) is instantly resized. This isn't easy on the eyes and would probably surprise / confuse the User. Is it possible to have the window smoothly transition into the new window size? (An animation in essence) (For instance, a really horrible method