#include <QDesktopServices>
#include <QUrl>
....
QDesktopServices::openUrl(QUrl(QLatin1String("mailto:piaoxiang.zhang@qq.com")));
....
Qt 中使用默认邮箱的简单方式
最新推荐文章于 2025-02-27 10:48:19 发布
#include <QDesktopServices>
#include <QUrl>
....
QDesktopServices::openUrl(QUrl(QLatin1String("mailto:piaoxiang.zhang@qq.com")));
....