canUndo
-
TextInput { id: inpuT canUndo :true x: 232 y: 29 width: 952 height: 71 font.pixelSize: 12 }
There's a problem with canUndo, here's an error: "Invalid property assignment: "canUndo" is a read-only property". I don't get it there's written that canUndo is bool function am I doing anything wrong?
Edited: Use ``` (3 backticks) to use code blocks - p3c0