What happens if you add:
Qt Code:
  1. connect( process, SIGNAL(started()), QCoreApplication::instance(), SLOT(aboutQt()) );
To copy to clipboard, switch view to plain text mode 
at the end of dialog's constructor?