How to select multiple TextEdit text?
-
import QtQuick 2.0 Rectangle { Column { TextEdit { font.pointSize: 20 font.bold: true selectByMouse: true readOnly: true text: 'abc' } TextEdit { font.pointSize: 20 font.bold: true selectByMouse: true readOnly: true text: 'def' } } }
-
@senmx I think you can try with this https://doc.qt.io/qt-5/qml-qtquick-textedit.html#persistentSelection-prop