In calculation thread create my custom event:
Qt Code:
  1. DataEvent* ce = new DataEvent( 13 );
  2. QApplication::postEvent( receiver, ce );
To copy to clipboard, switch view to plain text mode 

When and where i'am must
Qt Code:
  1. delete ce;
To copy to clipboard, switch view to plain text mode 
?