qml/GridItem: make hover mouse-only
Currently, the hover behavior in GridItem
can be triggered by touch events. This MR attempts to prevent this by introducing HoverHandlers, however due to a Qt bug some touch events might still be processed by handlers with acceptedDevices: PointerDevice.Mouse
.