Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
I have an :hover with qproperty-icon in a QToolButton but it doesn't change the icon. Everything works like the background color and so on, but the icon doesn't change.
:hover
qproperty-icon
QToolButton
@Mr-Gisa
May be bug ? QTBUG-2982.
There is a workaround here .
You can make use of Event Filters .
That is a weird bug, I worked for me just using:
background-image: url(":/save.png"); background-repeat: no-repeat; background-position: center;