How to make QLabel text Selectable
Unsolved
General and Desktop
-
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
(