Hello trolltechs,
Is it possible to get the painting buffer at a given time for a widget and all his child.
And then manipulate it like QPixmap.
Thanks.
Printable View
Hello trolltechs,
Is it possible to get the painting buffer at a given time for a widget and all his child.
And then manipulate it like QPixmap.
Thanks.
What do you mean by "manipulate"? You can use QPixmap::grabWidget() if you want.
Thanks, it works perfect in my case:
Animation transitions between menu lists.