标签中可点击的电子邮件

标签中可点击的电子邮件

在我的应用程序 (ite-missa-est) 和数独应用程序中,我们想知道如何使电子邮件像 URL 链接一样可点击。在标签中,链接的代码是:

    Label {
        //TRANSLATORS: here is the context
        text: i18n.tr("Bugs and traductions: ") + "<a href=\"%1\">Launchpad</a>".arg("https://launchpad.net/ite-missa-est")
        onLinkActivated: Qt.openUrlExternally(link)
    }

电子邮件的代码是什么?它可能非常接近。

谢谢。

答案1

这可能不是您要找的答案,但此功能尚不可用。要使用的链接可能是,但直到mailto:[email protected]这个错误已修复,遗憾的是您无能为力。

相关内容