How to add Ctrl+Up and Ctrl+Down bindings to QTextEdit?
Hello, all,
I'm new to Qt, and I noticed that the editor (QTextEdit), unlike many others editors, doesn't support single-line scrolling via Ctrl+Up/Down.
What's the easiest way to add this feature? I suspect it should be fairly easy to do?
TIA