Sunday, July 6th 2008, 7:04pm UTC+1

You are not logged in.

  • Login
  • Register

1

Monday, May 12th 2008, 9:10pm

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
  • Go to the top of the page

2

Tuesday, May 13th 2008, 12:23am

RE: How to add Ctrl+Up and Ctrl+Down bindings to QTextEdit?

try QWidget::addAction
Nicolas
  • Go to the top of the page

Rate this thread