QGraphsView How to get mouse events
-
I am migrating QML app that use ChartsView , which is now depreciated, to one that uses GraphsView. In my ChartsView, I created a MouseArea on top of the Chart which let me capture mouse movement to show a cross-hair with labels for x an y.
I cannot get a similar MouseArea which takes up all of my ChartsView, but I cannot get any signal from it. I tried setting zoomEnabled to false but that did not work.
How does one go about adding a MouseArea to a ChartsView. Thanks in advance for any help
-
Have you tried a HoverHandler?