8000 GitHub - daileyet/QtMedicalCurve: Sample of medical curve by Qt Quick
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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

About

Sample of medical curve by Qt Quick

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0