Hi Gunnar,

> There is public API. The most relevant classes are:
> http://doc.qt.nokia.com/qt5-snapshot/qsgitem.html
> http://doc.qt.nokia.com/qt5-snapshot/qsgpainteditem.html
> 
> And if you want to implement your own scatter plot item you can use the
> raw scene graph API: http://doc.qt.nokia.com/qt5-snapshot/qsgnode.html
> http://doc.qt.nokia.com/qt5-snapshot/qsggeometry.html
> http://doc.qt.nokia.com/qt5-snapshot/qsgmaterial.html

Great, this seems to be what I was asking for - almost perfect because 
QSGPaintedItem offers me a way to share the same render code for 
Scenegraph, QWidget and generating PDF documents.

I don't care much about using QPainter or Scenegraph ( I prefer the 
faster one ) it's more about how to mix C++ and QML written stuff into 
the same scene. 

Thank a lot for your patience,

Uwe

_______________________________________________
Qt5-feedback mailing list
[email protected]
http://lists.qt.nokia.com/mailman/listinfo/qt5-feedback

Reply via email to