Do you provide a tool for creating graphs?

We do not provide graphs, but you can paint them yourself using QPainter. An
example of a chart is available in the Qt directory in :

examples/itemviews/chart

Since the release of Qt 4.2 this is greatly facilitated by the QGraphicsView
classes, although these offer functionality beyond that required by a simple
graph.

There are also 3rd party classes that provide such functionality. See:

http://sourceforge.net/projects/qwt/
http://www.kdab.com/products/kd-chart

No comments

Write a comment

Sorry, you must be logged in to post a comment.