This works fine, thanks a million!!
Qt Code:
QStringList arguments; arguments << "-c" << "who|cut -d' ' -f1|sort -u"; QProcess exec; exec.start("/bin/sh", arguments);To copy to clipboard, switch view to plain text mode
This works fine, thanks a million!!
Qt Code:
QStringList arguments; arguments << "-c" << "who|cut -d' ' -f1|sort -u"; QProcess exec; exec.start("/bin/sh", arguments);To copy to clipboard, switch view to plain text mode
Bookmarks