readOnly property

bool readOnly
getter/setter pair

Whether the editor is in read-only mode.

When true, the user cannot modify the text content.

Implementation

bool readOnly = false;