Important: Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct
MenuBar action buttons sprite on push/hover
-
does anybody know why this style sheet doesn't change my menubar sprite when I push it?
QMenuBar#menuBar:hover { boder-image: url(panel2_Push.png); boder-top: 2px; boder-right: 2px; boder-bottom: 2px; boder-left: 2px; }
EDIT: I still need this..
basically my QMenuBar is styled fine except when I push the buttons.
then they default to the normal pressed style.This might be a bug because when I style the QMenu I don't have this problem.