See - QStringList::join
See - QStringList::join
doesn't workkkkkkkkQt Code:
path.join(l + ", "); ui->lineEdit_6->setText(l);To copy to clipboard, switch view to plain text mode
I am a beginner actually...
Can you help me on this?
I haven't tried it out, but reading the doc, I think you need to do:
Qt Code:
ui->lineEdit_6->setText(l);To copy to clipboard, switch view to plain text mode
See if that works.
bepaald
Bookmarks