Label.setSelectable
void setSelectable(bool setting)Makes text in the label selectable.
Selectable labels allow the user to select text from the label, for copy-and-paste.
Parameters
setting | true to allow selecting text in the label |
void setSelectable(bool setting)Makes text in the label selectable.
Selectable labels allow the user to select text from the label, for copy-and-paste.
setting | true to allow selecting text in the label |