DEBSOURCES
Skip Quicknav
sources / qtdeclarative-opensource-src-gles / 5.15.15%2Bdfsg-2 / tests / auto / quick / qquicktextinput / data / qtbug51115.qml
1234567891011
import QtQuick 2.0 TextInput { Component.onCompleted: { readOnly = false; text= "bla bla"; selectAll(); readOnly = true; } }