QML_RUNTIME_TESTING should be disabled by default.
[profile/ivi/qtdeclarative.git] / tests / auto / quick / qquicktextinput / data / maxLength.qml
1 import QtQuick 2.0
2
3 TextInput{
4     focus: true
5     objectName: "myInput"
6     maximumLength: 10
7 }