DEBSOURCES
Skip Quicknav
sources / qtquick1-opensource-src / 5.3.2-3 / tests / auto / declarative / qdeclarativetextinput / data / mouseselection_true_readonly.qml
12345678
import QtQuick 1.0 TextInput { focus: true text: "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ" selectByMouse: true readOnly: true }