Hi!

I know how to grab screen in GUI thread:
Qt Code:
  1. QPixmap::grabWindow( QApplication::desktop()->winId() );
To copy to clipboard, switch view to plain text mode 

But how to grab the screen in another thread?
If I do it how i write before application returns this:
QPixmap: It is not safe to use pixmaps outside the GUI thread