How to prevent typing whitespace in TextEdit? QML
TextEdit { width: 240 text: "123" font.pointSize: 20 color: "blue" }