Hi, 2013/11/10, Tigre-Bleu <de...@tigre-bleu.net>: > If a link is displayed in a Text component with html, it is displayed > underlined with an ugly blue from the old internet ages...
You're right. It looks really ugly, and probably comes from the depths of Qt. However, you can use rich text in Text or Label to fix this, e.g.: Label { color: Theme.primaryColor textFormat: Text.RichText text: "<style>a:link { color: " + Theme.highlightColor + "; }</style>" + "This text contains a <a href='#'>Link</a>" } Cheers, Martin _______________________________________________ SailfishOS.org Devel mailing list