Index: sources/gui/qml/components/TextEntry.qml =================================================================== diff -u -r2ef03b2ce51b4dc507f66e9671953a8e0824bde9 -rdf885d35a2886bef43235dc0279c60f297c57fae --- sources/gui/qml/components/TextEntry.qml (.../TextEntry.qml) (revision 2ef03b2ce51b4dc507f66e9671953a8e0824bde9) +++ sources/gui/qml/components/TextEntry.qml (.../TextEntry.qml) (revision df885d35a2886bef43235dc0279c60f297c57fae) @@ -35,6 +35,7 @@ property var nextInput : undefined property alias text : _input.text property bool hasCursor : true + property alias lengthMax : _input.maximumLength readonly property alias isValid : _input.acceptableInput