I've got a QPlainTextEdit widget with some text in it. When the user uses ctrl + mouse wheel, the text changes the size.

i'd like to disable this behavior. Is there a way to do that?

Currently the widget is set as read only.

n