For, Get values from the user:
Qt Code:
int x = ui->textEdit->toPlainText().toInt(&ok,10); //OrTo copy to clipboard, switch view to plain text mode
and for, Put the values in the box:
Qt Code:
To copy to clipboard, switch view to plain text mode
Bookmarks