QML Posted on 2023-12-06 Edited on 2024-06-15 Label Hyberlink Style设置RichText以使文本中的样式生效123456Label { textFormat: Text.RichText; text: "<style>a:link { color: " + Theme.highlightColor + "; }</style>" + "<a href=https://together.jolla.com/'>Jolla2Gether</a>"; }}