Try:
Qt Code:
ui->plainTextEdit->setPlainText(to);To copy to clipboard, switch view to plain text mode
If you run your app in a debugger you will see which line exactly crashes, and why.
Try:
Qt Code:
ui->plainTextEdit->setPlainText(to);To copy to clipboard, switch view to plain text mode
If you run your app in a debugger you will see which line exactly crashes, and why.
Last edited by high_flyer; 18th November 2010 at 20:47.
==========================signature=============== ==================
S.O.L.I.D principles (use them!):
https://en.wikipedia.org/wiki/SOLID_...iented_design)
Do you write clean code? - if you are TDD'ing then maybe, if not, your not writing clean code.
Bookmarks