Graph in qml
-
You can use QML Canvas API, or look on the net for ready-made QML graph components (I think there are some experimental ones available).
-
I don't.
QML Canvas is part of Qt Quick 2, so you need to have Qt5 installed. Here is it's documentation: "LINK":http://doc-snapshot.qt-project.org/5.0/qtquick-qmltypereference.html#canvas-similar-to-html5-canvas.
-
See the "StocQt":http://qt.gitorious.org/qt/qtdeclarative/trees/master/examples/demos/stocqt demo for an example of drawing graphs with the Canvas element.
Cheers,
Chris.