PDA

View Full Version : QPixmap::GrabWidget



kemp
29th November 2006, 09:50
Hi!

I have a Q3ListView and i want to make a print preview.
The idea was that i could grab the widget into pixmap and display it.
The problem is that when i use this function i get the pixmap only of
the visible area at the moment.

Is it possible to grab the whole content of the Q3ListView into a pixmap ?

thank your for your help.

jpn
29th November 2006, 10:30
Maybe you could use similar technique like in this thread (http://www.qtcentre.org/forum/f-qt-programming-2/t-qtableview-printing-3796.html#10)?