Rename Qt Quick-specific classes to QQuick*
[profile/ivi/qtdeclarative.git] / tests / auto / declarative / qquicktextinput / data / maxLength.qml
1 import QtQuick 2.0
2
3 TextInput{
4     focus: true
5     objectName: "myInput"
6     maximumLength: 10
7 }