Home > Mobile >  Qt - Create Button with images which fade out & fade in in parallel on hoverEvent
Qt - Create Button with images which fade out & fade in in parallel on hoverEvent

Time:12-26

In C /Qt6, I would like to develop a button with an animation (I imagine that I'll have to use QParallelAnimationGroup) which fade out an image in parallel of a fade in another image as the icon of the button.

Here is what I want (made with a movie maker):

Fade out - fade in images on button acheived

  • Related