[PyQt] Capturing Image of the Desktop with grabWindow

Brian Parma freecode at cox.net
Fri Aug 29 22:57:07 BST 2008


I put this in a small example application to capture the desktop:

QPixmap.grabWindow(QApplication.desktop().winId())  

But it doesn't capture any windows that have partial transparency.  Is 
there a way to get these windows as well?


More information about the PyQt mailing list