QT如何调用MAc系统邮箱客户端,并自动上传附件 在linux系统下如何实现
QDesktopServices::openUrl(QUrl("mailto:?to=recipient@example.com&subject=The subject of an email&body=Here is some email body text", QUrl::TolerantMode));
自动上传附件没那么容易。只能再手动添加