QwtPlot where the user can move the points with the mouse.
- Move points up and down by dragging them
- Zoom in/out with the mouse
- Right click to change sample time
QwtEditablePlot requires Qwt to work.
See this link.
Copy EditablePlot.h and EditablePlot.cpp into your project.
Want to contribute? Great !
If you found a bug or want to improve something, open an issue so we can talk about it.
- Add Slots to update axis min and max after creation
- Write Tests