PDA

View Full Version : QWidget get painter buffer



bunjee
15th April 2008, 13:39
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.

wysota
15th April 2008, 14:05
What do you mean by "manipulate"? You can use QPixmap::grabWidget() if you want.

bunjee
15th April 2008, 16:43
Thanks, it works perfect in my case:

Animation transitions between menu lists.