[Qt-interest] Updating a QWebview via ajax
Brian Zambrano
brianz at gmail.com
Wed May 18 02:29:07 CEST 2011
I've been looking at doing some charting in my existing Qt (PyQt, really)
program using a javascript plotting library such as flot.
I managed to draw some charts using Flot in a QWebView pretty easily. Is
there a way to update a chart via ajax where the updated data will be coming
from my Qt application?
It'd look something like this from the QWebView side:
http://people.iola.dk/olau/flot/examples/realtime.html, but, of course, the
updated data originate from straight-up Qt code. So I suppose I'm asking
whether it's possible to pass data from Qt into the QWebView.
Insight appreciated,
BZ
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20110517/d59fdcb3/attachment.html
More information about the Qt-interest-old
mailing list