标签: c++ qt qt5.11
我需要在使用AreaSeries绘制的图表(QChart)中进行鼠标移动事件。在AreaSeries中,它仅显示“悬停”事件。我如何在AreaSeries中获得鼠标移动事件?
connect(sectorplain->areaseries,&AreaSeries::hovered,this&MainWindow::testfunction);
在AreaSeries中,我需要'mousemove'事件而不是'hovered'。