How to use of animation in Qt for stacked widgets?
Posted
by rohit k.
on Stack Overflow
See other posts from Stack Overflow
or by rohit k.
Published on 2010-03-18T05:41:46Z
Indexed on
2010/03/18
5:51 UTC
Read the original article
Hit count: 468
i am using stacked widget and i want to have the following effect : when i press a pushbutton , the button should move to the center and gradually fade out at the same time. while the button is fading the next page of the stacked widget should gradually fade in or any kind of animation would do. tried many thing but i got unsatisfactory results. the animation should work work on windows and linux.
© Stack Overflow or respective owner