Qt 6.11 is out! See what's new in the release
blog
How to make QLabel text Selectable
-
How to make QLabel text Selectable and at the same time we can make the text as copiable
-
Hi
you can try
label->setTextInteractionFlags(Qt::TextSelectableByMouse); -
Not working the Selectable cursor does not come and can u please code it and let me know
-
Not working the Selectable cursor does not come and can u please code it and let me know
@Qt-Enthusiast
only think i know of. Maybe your Qt is too old.Works fine here
(