How to prevent typing whitespace in TextEdit? QML
TextEdit {
width: 240
text: "123"
font.pointSize: 20
color: "blue"
}
question from:https://stackoverflow.com/questions/65867156/how-to-prevent-typing-whitespace-in-textedit-qml