Skip to content

daileyet/QtMedicalCurve

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

us_en zh_cn

QtMedicalCurve

Sample of medical curve by Qt Quick

This sample show how to draw medical curve by QPaint and repaint in QML.

Feature

  • 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

API

Receive data

// slot in CurveManager
CurveManager::onReceiveNewData(CurveData data,int type)

Trigger update

// slot in CurveManager
CurveManager::onTriggerCurveUpdate()

Notes

  • only support MinGW 64-bit building on Windows

Screenshots

Know Issue

  • sometimes it will not erase clean at start during loop, maybe leave some tiny point at begining

Releases

No releases published

Packages

No packages published