Hi,

I am an undergraduate developing a simple GUI for plotting curves. I have previously developed the program successfully using Qwt, however I would like to use Qt's GraphicsView to plot the data. However, I have no references on the matter. Or simple examples to learn from. I have read the article, http://doc.trolltech.com/4.2/graphicsview.html, and am still confused on implementing GraphicsView.

Do I need to use this with QPainter? I am utterly lost. Would anyone be able to help me produce a simple example plotting a line graph using GraphicsView? All I need is something simple to get me started. Or if anyone could point me in the direction of a simple example or beginner websites.

Thanks,
Anthony