PDA

View Full Version : Line Graph



sabeesh
24th July 2007, 04:58
Hi,
I want to draw a line graph using QT.4.2.2. My need is, my program find some values from system and display it as a line graph ( like ECG signels in ECG mechine in hospital ). Which widget i use for it and how can i do that?.
Please help me.

rajesh
24th July 2007, 08:16
you can use QGraphicsView, QGraphicsScene, QGraphicsPath, and QGraphicsLineItem.

jpn
24th July 2007, 09:13
Also, check out what Qwt (http://qwt.sourceforge.net/) has to offer.