Rotate Image of QPushButton
Unsolved
General and Desktop
-
I would take a look at this. That should be what you're looking for in theory to handle when the cursor 'hovers' over the button. Instead, load a rotated version of the same image.
Alternatively, there may be more elegant approaches. Hope this helps!
-
@Anh-Phan
hi
you can create your own button and use the
http://doc.qt.io/qt-5/animation-overview.html
for the animation.I also had good results using gif animation and a QLabel child.