I want to select a region of the text with the mouse.
TextEdit {
id: edit
anchors.fill: parent
font.pixelSize: 18
focus: true
wrapMode: TextEdit.Wrap
text: "bla bla"
}
i can select with the keyboard and clicking with the mouse give focus, but i cannot select a region of text with the mouse.
is this possible. thanks!
Found it!
selectByMouse: true
wasn't the default.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With