You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looks like this might not be doable due to limitations of the QML Text element. There is just linkActivated that gets triggered when a link is clicked and that's it.
Just got an idea - looks like both normal and long clicks always trigger the linkActivated signal. So theoretically if we overlaid a mouse area over the text element, we could differentiate normal and long clicks and handle linkActivated differently based on that.
It would be useful if long press on a link opened a quick menu:
The text was updated successfully, but these errors were encountered: