Skip to content

tooltip: rely on mouse events synthesized from touch

Fushan Wen requested to merge work/fuf/465650 into kf5

This is how MouseArea accepts tablet input. By disabling touch events and using synthesized mouse events, hoverEnterEvent and hoverLeaveEvent can work when using a stylus.

BUG: 465650 FIXED-IN: 5.104

Merge request reports