Qt Code:
QString text; text=lineEdit1->text(); label->setText(text);To copy to clipboard, switch view to plain text mode
Qt Code:
QString text; text=lineEdit1->text(); label->setText(text);To copy to clipboard, switch view to plain text mode
Bookmarks