I want to automatically make links (e.g. https://xmpp.org/) into the text of a Text element clickable, so the link can be opened in a browser (without manually copying the link).
I can't add e.g. <a href="https://xmpp.org/"></a>
manually in my code, because the input comes directly from users.
Has Qt a simple solution for this in QtQuick/QML?