On Saturday 22 September 2012 21:25:42 Mark wrote:
> I could really use some way to get the widget pixel data...

If you really want to _get_ the pixels of a widget, you need to grab 
it using QPixmap::grabWidget() and convert it to a QImage. Note that 
this is very much slower than keeping an QImage buffer and copying the 
result to the widget in paintEvent().

-- 
Christoph Feck
http://kdepepo.wordpress.com/
KDE Quality Team
_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to