How to Disable Hover Effect for QPushButton in Qt 6.7.3?
Unsolved
Qt Creator and other tools
-
I have developed Qt application of Qt version 6.7.2 with QPushButton widgets when i hover the button there is no functionality defined for hovering, when i updated the qt version to 6.7.3 the hovering effect has been added, I created the .ui file using qt designer, I want to remove the hovering functionality, i tried QPushButton:hover{background-color:None;} in stylesheet but still the hover functionality is there, Could anyone help me with this?