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.