There is also a third method:
Qt Code:
#include <QStringBuilder> To copy to clipboard, switch view to plain text mode
This solution is fastest yet less powerful than when using arg() since the latter is better when using tr() for translations.
Bookmarks