My favorites | Sign in
Project Home Wiki Issues Source
READ-ONLY: This project has been archived. For more information see this post.
Search
for
QtImplementation  
Documentation of the Qt implementation of ECG-App
Updated Dec 1, 2011 by Thai.Ngu...@gmail.com

This page is meant for developers of the Qt Implementation of the ECG-App.

Framework Used

The framework used for the Qt implementation of ECG-App is Qt. The version used is the latest stable release, Qt 4.7.4. Qt is a cross-platform application and UI framework with APIs for C++ programming.

Getting Started

Plotter

For the Java implementation we have used JChart2D. However for the Qt implementation of ECG-App we are unable to use JChart2D so we must look for another graphing library. Listed below are the specifications required for the graphing library:

  • Attractive interface
  • Real-time
  • Good documentation
  • Easy to implement
  • Portable (should work for Windows and Linux)
Below is a list of possible candidates:
  • MathGL
  • gnuplot or gnuplot++

GUI Naming Convention

For any widgets that will be used in code add in a prefix that describes the type of widget and then a description of its use.

WidgetPreferred Name
Label lblName

Comment by ahmad-bz...@hotmail.com, Dec 4, 2012

Is agood job, im now do graduated project like it and i

need the arduino code can u please help me ?

Powered by Google Project Hosting