Home > Back-end >  Questions about Qt display coordinate system
Questions about Qt display coordinate system

Time:12-11

In Qt, want to draw the following chart, could you tell me what to choose library or control? Edge to icon to display coordinate system,
Another question is how to make the mouse on the curve chart can display the corresponding coordinates? I now use is GraphicsView controls display curve, but to get the coordinates of the there is a problem,
Appreciated, and can't upload images, links in this
https://blog.csdn.net/qq_35605018/article/details/107050746

CodePudding user response:

Drawing library qcustomplot is used for drawing and data-driven qt c + + widget,

CodePudding user response:

Qcustomplot
http://www.qcustomplot.com/

CodePudding user response:

https://blog.csdn.net/a343902152/article/details/47021781
  • Related