Just a guess - probably you need to process events:
Qt Code:
  1. textEdit->append("text");
  2. qApp->processEvents();
To copy to clipboard, switch view to plain text mode 
Here is very good article: Responsive GUI
Show the code so it'll be easier to help.