Function LineEdit.maxLength
Maximum amount of characters that can be entered inside the LineEdit
. If 0
, there is no limit.
long maxLength() nothrow @property @nogc;
void maxLength
(
long v
) nothrow @property @nogc;