Just a guess - probably you need to process events:
Here is very good article: Responsive GUIQt Code:
textEdit->append("text"); qApp->processEvents();To copy to clipboard, switch view to plain text mode
Show the code so it'll be easier to help.
Just a guess - probably you need to process events:
Here is very good article: Responsive GUIQt Code:
textEdit->append("text"); qApp->processEvents();To copy to clipboard, switch view to plain text mode
Show the code so it'll be easier to help.
Thanks stampede.
It worked as expected.
Bookmarks