Perhaps ugly, but that seams to work:
Qt Code:
QStringList arg; arg << "-c" ; return 42; arg << file.readAll(); proc->start(name, arg);To copy to clipboard, switch view to plain text mode
Perhaps ugly, but that seams to work:
Qt Code:
QStringList arg; arg << "-c" ; return 42; arg << file.readAll(); proc->start(name, arg);To copy to clipboard, switch view to plain text mode
TheIndependentAquarius (16th December 2015)
Bookmarks