|
Incorrect QChartViewer API doc (7.1) |
Posted by John Vella on Jan-06-2024 08:09 |
|
The following Qt signal is incorrect in the 7.1 API documentation:
void mouseLeavePlotArea(QMouseEvent *event);
The correct argument is QEvent* and __not__ QMouseEvent*. |
Re: Incorrect QChartViewer API doc (7.1) |
Posted by Peter Kwan on Jan-09-2024 02:48 |
|
Hi John,
Thanks for informing us of this issue. We will fix the documentation in the next version of ChartDirector.
Best Regards
Peter Kwan |
|