Skip to content

controls: Add `SelectableLabel` component to enable text selection in label

Fushan Wen requested to merge work/fuf/controls/SelectableLabel into master

This component provides a label which supports text selection. It inherits from QtQuick.Controls.TextArea.

See also: https://bugreports.qt.io/browse/QTBUG-14077

Example usages:

Picture of the Day title/author text KNewStuff summary text
image image
Edited by Fushan Wen

Merge request reports