0

From: http://qt-project.org/doc/qt-4.8/qml-keynavigation.html#priority-prop

KeyNavigation.BeforeItem - process the key events before normal item key processing. If the event is used for key navigation, it will be accepted and will not be passed on to the item.

Please make me understand the above quote with an example.

Aquarius_Girl
  • 21,790
  • 65
  • 230
  • 411
  • This just gives you the possibility to create your own handler which is called before the default event handler. If your event handler accepts the event, the default handler will not be called. For "AfterItem" handler, this will only be called if the default event handler does not accept the given event. – Sebastian Lange Sep 30 '13 at 07:54
  • 1
    @SebastianLange Could you write that as a detailed "answers" so that it can be upvoted? Thanks. – Aquarius_Girl Sep 30 '13 at 08:02

0 Answers0