Application window capture
-
wrote on 1 Apr 2015, 06:29 last edited by
I'd like to capture my application screen each time something changes, and then pass it to image processing.
When i do it on PaintEvent by QWidget::render to QPixmap, i get a run-time warnings about widget recursive repaint.
Is there another way to do this without causing repaint ?Thanks.
-
Hi @alexsho,
Use
QWidget::grab()
1/2