QPushButton does not scale on pressed state (regression from Qt 5)
-
In Qt 5, a QPushButton with an icon defined in the stylesheet would visually scale down when the :pressed pseudo-state changed the icon-size property.
In Qt 6.10, the same stylesheet no longer causes the icon to scale. The button press state shows no visual change, creating a regression in UI behavior. -
I tried to reproduce it with 6.7 and the icon-size property has there also no effect. I created a bug report about this at https://bugreports.qt.io/browse/QTBUG-142121
-
I tried to reproduce it with 6.7 and the icon-size property has there also no effect. I created a bug report about this at https://bugreports.qt.io/browse/QTBUG-142121
@Wladimir-Leuschner Still not corrected in 6.10.
-
Also mentioned that version in the bugreport.