have you tested something like this ? Qt Code: Switch view QDesktopServices::openUrl(QUrl("mailto:?subject=&body=&attach=" + filename)); QDesktopServices::openUrl(QUrl("mailto:?subject=&body=&attach=" + filename)); To copy to clipboard, switch view to plain text mode
QDesktopServices::openUrl(QUrl("mailto:?subject=&body=&attach=" + filename));
rishiraj (28th January 2009)
Forum Rules
Bookmarks