Solved by using :
Qt Code:
{ QByteArray data; data = ((ui->enterTextEdit->toPlainText()).remove(0,1) ).toUtf8(); QString strOK; ui->resultTextBrowser->setText(strOK); }To copy to clipboard, switch view to plain text mode
![]()
Last edited by high_flyer; 13th April 2011 at 17:14. Reason: code tags
Bookmarks