On Wed, Sep 28, 2011 at 07:44:17AM +0000, [email protected] wrote: > I would not be too concerned as we will make it possible to embed Qt Quick > inside normal QWidgets, > as is already fairly easy to do with Qt Quick 1. Note that we are going to > ship Qt5 with an HTML5 Canvas like painting API. > I did the initial port to QtQuick last year so you can already try it out on > Qt 4.7 here: > http://qt.gitorious.org/qt-labs/qmlcanvas > > This should be ideal for graph plotting within Qt Quick as is already > demonstrated by the examples. > I would suggest that you implement the plotting charts in Qt Quick itself and > simply embed your Qt Quick elements in a Wrapper Widget. > This should not add much extra effort apart from forwarding the API.
Painting in JavaScript? We just introduced declarative GUIs with WML for a reason. This may be ok for smaller stuff, but unless it performs significantly better than any Canvas API current browsers provide, then things like the heartbeat plot from the Qt Embedded Widgets demo won't be possible. Not on embedded hardware anyways. Regards, Michael -- Pengutronix e.K. | | Industrial Linux Solutions | http://www.pengutronix.de/ | Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | _______________________________________________ Qt5-feedback mailing list [email protected] http://lists.qt.nokia.com/mailman/listinfo/qt5-feedback
