The difference between Qt::Key_Enter and Qt::Key_Return

— richardwb on Wednesday, June 10, 2009 @ 10:48

It's specified in the documentation, though in a slightly subtle manner. Essentially, Qt::Key_Enter is the keypad Enter, while Qt::Key_Return is the "regular" Enter, the one which you normally use while typing.

comments powered by Disqus