DEBSOURCES
Skip Quicknav
sources / qt6-declarative / 6.9.1%2Bdfsg-1 / tests / auto / qml / qmllint / data / stringLength.qml
123456789
import QtQuick 2.15 TextInput { id: textInput Component.onCompleted: { console.log("text.length", textInput.text.length); } }