PDA

View Full Version : Plot a graph without Qwt



abghosh
2nd March 2010, 12:42
Hi

I want to plot a graph (2D) without using Qwt, i.e. simply using Qt with Qt Creator.

How to do that? Any idea?

thanks in advance...

ToddAtWSU
2nd March 2010, 13:17
My guess is you will have to either subclass a QGLWidget and do some OpenGL code to create your plot or you will have to use something like QGraphicsView. I would image it will be virtually impossible to do this without getting your hands dirty and writing some code, i.e. you will have to use something more then Qt Creator to do this.

ShamusVW
17th August 2010, 10:33
Did you ever have any resolution to this?
Using a QGraphicsView object? (Designer)