Qt 6.11 is out! See what's new in the release
blog
How to make text in Text item highlightable/copiable?
-
It is not possible to highlight the text of a
Textelement with the mouse by default. That means it is not possible to copy the text. Is there a flag or something to enable this?Cheers!
-
Use TextEdit instead. You can make t read only but set selectByMouse to
true.