python - Take screenshot of multi-monitor setup -


i'm taking screenshot using line

screen = qpixmap.grabwindow(qapplication.desktop().winid()) 

but apparently doesn't grab full desktop if user has several monitors.

is there way grab desktop of monitors single image?

according blog, add x, y, width, , height grab full desktop.


Comments

Popular posts from this blog

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -

java - Android recognize cell phone with keyboard or not? -

iphone - How would you achieve a LED Scrolling effect? -