Function LineEdit.editable

If false, existing text cannot be modified and new text cannot be added.

bool editable() nothrow @property @nogc;

void editable (
  bool v
) nothrow @property @nogc;