Sample of medical curve by Qt Quick
This sample show how to draw medical curve by QPaint and repaint in QML.
- provide API to cache data, and update on QPixmap
- support cycle drawing curve by moving deletion bar
- support combining multiple curves
- support up/down scale for curve automatically
- provide curve manager to manager all instance of curve
- provide curve trigger to trigger repaint event in global
// slot in CurveManager
CurveManager::onReceiveNewData(CurveData data,int type)
// slot in CurveManager
CurveManager::onTriggerCurveUpdate()
- only support MinGW 64-bit building on Windows
- sometimes it will not erase clean at start during loop, maybe leave some tiny point at begining